From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 23B3F139695 for ; Thu, 29 Jun 2017 22:22:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48570E0839; Thu, 29 Jun 2017 22:22:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 201FDE0839 for ; Thu, 29 Jun 2017 22:22:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B59F4341883 for ; Thu, 29 Jun 2017 22:22:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 512C6749E for ; Thu, 29 Jun 2017 22:22:20 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1498774919.95b8ffaee6c8135c375e5d4010014fb5e482894d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pragha/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/pragha/pragha-1.3.3.ebuild X-VCS-Directories: media-sound/pragha/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 95b8ffaee6c8135c375e5d4010014fb5e482894d X-VCS-Branch: master Date: Thu, 29 Jun 2017 22:22:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b02e24f9-28d5-4fef-804b-6c85bef55aee X-Archives-Hash: fa1ac10e4449455a70b680a0dc334063 commit: 95b8ffaee6c8135c375e5d4010014fb5e482894d Author: Michał Górny gentoo org> AuthorDate: Thu Jun 29 16:20:44 2017 +0000 Commit: Michał Górny gentoo 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)