* [gentoo-commits] gentoo-x86 commit in media-sound/cantata: metadata.xml cantata-0.8.2.ebuild ChangeLog
@ 2012-08-01 12:36 99% Johannes Huber (johu)
0 siblings, 0 replies; 1+ results
From: Johannes Huber (johu) @ 2012-08-01 12:36 UTC (permalink / raw
To: gentoo-commits
johu 12/08/01 12:36:09
Modified: metadata.xml cantata-0.8.2.ebuild ChangeLog
Log:
Fix automagic dependencies by Pavlos Ratis <dastergon@gmail.com>, bug #428524.
(Portage version: 2.2.0_alpha120/cvs/Linux i686)
Revision Changes Path
1.2 media-sound/cantata/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cantata/metadata.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cantata/metadata.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cantata/metadata.xml?r1=1.1&r2=1.2
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/cantata/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml 25 Mar 2012 10:36:46 -0000 1.1
+++ metadata.xml 1 Aug 2012 12:36:09 -0000 1.2
@@ -6,4 +6,7 @@
<email>dastergon@gmail.com</email>
<name>Pavlos Ratis</name>
</maintainer>
+ <use>
+ <flag name="mpg123">Enable support for mp3 decoding over media-sound/mpg123.</flag>
+ </use>
</pkgmetadata>
1.2 media-sound/cantata/cantata-0.8.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cantata/cantata-0.8.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cantata/cantata-0.8.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cantata/cantata-0.8.2.ebuild?r1=1.1&r2=1.2
Index: cantata-0.8.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/cantata/cantata-0.8.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cantata-0.8.2.ebuild 27 Jul 2012 08:02:40 -0000 1.1
+++ cantata-0.8.2.ebuild 1 Aug 2012 12:36:09 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/cantata/cantata-0.8.2.ebuild,v 1.1 2012/07/27 08:02:40 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/cantata/cantata-0.8.2.ebuild,v 1.2 2012/08/01 12:36:09 johu Exp $
EAPI=4
@@ -14,19 +14,25 @@
LICENSE="GPL-2"
SLOT="4"
KEYWORDS="~amd64 ~x86"
-IUSE="kde"
+IUSE="ffmpeg kde mpg123 mtp taglib"
DEPEND="
media-libs/speex
- media-libs/taglib
- media-libs/taglib-extras
- media-sound/mpg123
- virtual/ffmpeg
+ ffmpeg? ( virtual/ffmpeg )
+ mpg123? ( media-sound/mpg123 )
+ mtp? ( media-libs/libmtp )
+ taglib? ( media-libs/taglib )
+"
+RDEPEND="${DEPEND}
+ $(add_kdebase_dep oxygen-icons)
"
-RDEPEND=${DEPEND}
src_configure() {
- mycmakeargs=(
+ local mycmakeargs=(
+ $(cmake-utils_use_enable ffmpeg)
+ $(cmake-utils_use_enable mpg123)
+ $(cmake-utils_use_enable mtp)
+ $(cmake-utils_use_enable taglib)
$(cmake-utils_use_want kde KDE_SUPPORT)
)
1.7 media-sound/cantata/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cantata/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cantata/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cantata/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/cantata/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 27 Jul 2012 08:02:40 -0000 1.6
+++ ChangeLog 1 Aug 2012 12:36:09 -0000 1.7
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/cantata
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/cantata/ChangeLog,v 1.6 2012/07/27 08:02:40 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/cantata/ChangeLog,v 1.7 2012/08/01 12:36:09 johu Exp $
+
+ 01 Aug 2012; Johannes Huber <johu@gentoo.org> cantata-0.8.2.ebuild,
+ metadata.xml:
+ Fix automagic dependencies by Pavlos Ratis <dastergon@gmail.com>, bug #428524.
*cantata-0.8.2 (27 Jul 2012)
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2012-08-01 12:36 99% [gentoo-commits] gentoo-x86 commit in media-sound/cantata: metadata.xml cantata-0.8.2.ebuild ChangeLog Johannes Huber (johu)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox