commit:     95b8ffaee6c8135c375e5d4010014fb5e482894d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 29 16:20:44 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 29 22:21:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95b8ffae

media-sound/pragha: Make CD audio support optional

 media-sound/pragha/pragha-1.3.3.ebuild | 11 +++++++----
 1 file 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 e19e41751b8..00980fd72bd 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)

Reply via email to