Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pragha/
Date: Thu, 29 Jun 2017 22:22:25
Message-Id: 1498774919.95b8ffaee6c8135c375e5d4010014fb5e482894d.mgorny@gentoo
1 commit: 95b8ffaee6c8135c375e5d4010014fb5e482894d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 29 16:20:44 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 29 22:21:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95b8ffae
7
8 media-sound/pragha: Make CD audio support optional
9
10 media-sound/pragha/pragha-1.3.3.ebuild | 11 +++++++----
11 1 file changed, 7 insertions(+), 4 deletions(-)
12
13 diff --git a/media-sound/pragha/pragha-1.3.3.ebuild b/media-sound/pragha/pragha-1.3.3.ebuild
14 index e19e41751b8..00980fd72bd 100644
15 --- a/media-sound/pragha/pragha-1.3.3.ebuild
16 +++ b/media-sound/pragha/pragha-1.3.3.ebuild
17 @@ -12,18 +12,18 @@ SRC_URI="https://github.com/matiasdelellis/${PN}/releases/download/v${PV}/${P}.t
18 LICENSE="GPL-3"
19 SLOT="0"
20 KEYWORDS="~amd64 ~x86"
21 -IUSE="+glyr grilo +keybinder lastfm libnotify mtp +peas +playlist rygel soup +udev"
22 +IUSE="cdda +glyr grilo +keybinder lastfm libnotify mtp +peas +playlist rygel soup +udev"
23
24 COMMON_DEPEND=">=dev-db/sqlite-3.4:3=
25 >=dev-libs/glib-2.36:=
26 - >=dev-libs/libcdio-0.90:=
27 - >=dev-libs/libcdio-paranoia-0.90:=
28 media-libs/gstreamer:1.0=
29 media-libs/gst-plugins-base:1.0=
30 - >=media-libs/libcddb-1.3.0:=
31 >=media-libs/taglib-1.8:=
32 >=x11-libs/gtk+-3.8:3=
33 >=xfce-base/libxfce4ui-4.11:=[gtk3(+)]
34 + cdda? ( >=dev-libs/libcdio-0.90:=
35 + >=dev-libs/libcdio-paranoia-0.90:=
36 + >=media-libs/libcddb-1.3.0:= )
37 glyr? ( >=media-libs/glyr-1.0.1:= )
38 grilo? ( >=media-libs/grilo-0.2.10:= )
39 keybinder? ( >=dev-libs/keybinder-0.2.0:3= )
40 @@ -55,6 +55,9 @@ src_configure() {
41 $(use_enable peas libpeas-1.0)
42 $(use_enable glyr libglyr)
43 $(use_enable lastfm libclastfm)
44 + $(use_enable cdda libcdio)
45 + $(use_enable cdda libcdio_paranoia)
46 + $(use_enable cdda libcddb)
47 $(use_enable playlist totem-plparser)
48
49 $(use_enable libnotify)