diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-06-29 18:20:44 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-06-30 00:21:59 +0200 |
commit | 95b8ffaee6c8135c375e5d4010014fb5e482894d (patch) | |
tree | 618850654cfc38c5563807824c9869d6d14529b8 /media-sound/pragha | |
parent | media-sound/pragha: Bump to 1.3.3 (diff) | |
download | gentoo-95b8ffaee6c8135c375e5d4010014fb5e482894d.tar.gz gentoo-95b8ffaee6c8135c375e5d4010014fb5e482894d.tar.bz2 gentoo-95b8ffaee6c8135c375e5d4010014fb5e482894d.zip |
media-sound/pragha: Make CD audio support optional
Diffstat (limited to 'media-sound/pragha')
-rw-r--r-- | media-sound/pragha/pragha-1.3.3.ebuild | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/media-sound/pragha/pragha-1.3.3.ebuild b/media-sound/pragha/pragha-1.3.3.ebuild index e19e41751b85..00980fd72bd3 100644 --- a/media-sound/pragha/pragha-1.3.3.ebuild +++ b/media-sound/pragha/pragha-1.3.3.ebuild @@ -12,18 +12,18 @@ SRC_URI="https://github.com/matiasdelellis/${PN}/releases/download/v${PV}/${P}.t LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="+glyr grilo +keybinder lastfm libnotify mtp +peas +playlist rygel soup +udev" +IUSE="cdda +glyr grilo +keybinder lastfm libnotify mtp +peas +playlist rygel soup +udev" COMMON_DEPEND=">=dev-db/sqlite-3.4:3= >=dev-libs/glib-2.36:= - >=dev-libs/libcdio-0.90:= - >=dev-libs/libcdio-paranoia-0.90:= media-libs/gstreamer:1.0= media-libs/gst-plugins-base:1.0= - >=media-libs/libcddb-1.3.0:= >=media-libs/taglib-1.8:= >=x11-libs/gtk+-3.8:3= >=xfce-base/libxfce4ui-4.11:=[gtk3(+)] + cdda? ( >=dev-libs/libcdio-0.90:= + >=dev-libs/libcdio-paranoia-0.90:= + >=media-libs/libcddb-1.3.0:= ) glyr? ( >=media-libs/glyr-1.0.1:= ) grilo? ( >=media-libs/grilo-0.2.10:= ) keybinder? ( >=dev-libs/keybinder-0.2.0:3= ) @@ -55,6 +55,9 @@ src_configure() { $(use_enable peas libpeas-1.0) $(use_enable glyr libglyr) $(use_enable lastfm libclastfm) + $(use_enable cdda libcdio) + $(use_enable cdda libcdio_paranoia) + $(use_enable cdda libcddb) $(use_enable playlist totem-plparser) $(use_enable libnotify) |