public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/kid3: ChangeLog kid3-0.9.ebuild kid3-0.8.1.ebuild kid3-0.7.ebuild kid3-0.6.ebuild
@ 2007-11-18 21:52 Alexis Ballier (aballier)
  0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2007-11-18 21:52 UTC (permalink / raw
  To: gentoo-commits

aballier    07/11/18 21:52:09

  Modified:             ChangeLog kid3-0.9.ebuild kid3-0.8.1.ebuild
                        kid3-0.7.ebuild kid3-0.6.ebuild
  Log:
  add a check for flac cxx use flag, FLAC++ is needed here
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.28                 media-sound/kid3/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kid3/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kid3/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kid3/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/kid3/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	23 Jun 2007 23:57:25 -0000	1.27
+++ ChangeLog	18 Nov 2007 21:52:08 -0000	1.28
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/kid3
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/kid3/ChangeLog,v 1.27 2007/06/23 23:57:25 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kid3/ChangeLog,v 1.28 2007/11/18 21:52:08 aballier Exp $
+
+  18 Nov 2007; Alexis Ballier <aballier@gentoo.org> kid3-0.6.ebuild,
+  kid3-0.7.ebuild, kid3-0.8.1.ebuild, kid3-0.9.ebuild:
+  add a check for flac cxx use flag, FLAC++ is needed here
 
 *kid3-0.9 (23 Jun 2007)
 



1.2                  media-sound/kid3/kid3-0.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kid3/kid3-0.9.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kid3/kid3-0.9.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kid3/kid3-0.9.ebuild?r1=1.1&r2=1.2

Index: kid3-0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/kid3/kid3-0.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kid3-0.9.ebuild	23 Jun 2007 23:57:25 -0000	1.1
+++ kid3-0.9.ebuild	18 Nov 2007 21:52:08 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/kid3/kid3-0.9.ebuild,v 1.1 2007/06/23 23:57:25 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kid3/kid3-0.9.ebuild,v 1.2 2007/11/18 21:52:08 aballier Exp $
 
 inherit kde
 
@@ -27,6 +27,16 @@
 	IUSE="${IUSE} linguas_${X}"
 done
 
+pkg_setup() {
+	if use flac && ! built_with_use --missing true media-libs/flac cxx; then
+		eerror "To build ${PN} with flac support you need the C++ bindings for flac."
+		eerror "Please enable the cxx USE flag for media-libs/flac"
+		die "Missing FLAC C++ bindings."
+	fi
+
+	kde_pkg_setup
+}
+
 src_unpack() {
 	kde_src_unpack
 



1.7                  media-sound/kid3/kid3-0.8.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kid3/kid3-0.8.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kid3/kid3-0.8.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kid3/kid3-0.8.1.ebuild?r1=1.6&r2=1.7

Index: kid3-0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/kid3/kid3-0.8.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- kid3-0.8.1.ebuild	13 Feb 2007 10:10:09 -0000	1.6
+++ kid3-0.8.1.ebuild	18 Nov 2007 21:52:08 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/kid3/kid3-0.8.1.ebuild,v 1.6 2007/02/13 10:10:09 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kid3/kid3-0.8.1.ebuild,v 1.7 2007/11/18 21:52:08 aballier Exp $
 
 inherit kde
 
@@ -19,6 +19,16 @@
 
 need-kde 3
 
+pkg_setup() {
+	if use flac && ! built_with_use --missing true media-libs/flac cxx; then
+		eerror "To build ${PN} with flac support you need the C++ bindings for flac."
+		eerror "Please enable the cxx USE flag for media-libs/flac"
+		die "Missing FLAC C++ bindings."
+	fi
+
+	kde_pkg_setup
+}
+
 # Support for the KDE libraries is optional,
 # but the configure step that detects them
 # cannot be avoided. So KDE support is forced on.



1.2                  media-sound/kid3/kid3-0.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kid3/kid3-0.7.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kid3/kid3-0.7.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kid3/kid3-0.7.ebuild?r1=1.1&r2=1.2

Index: kid3-0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/kid3/kid3-0.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kid3-0.7.ebuild	5 Oct 2006 06:52:28 -0000	1.1
+++ kid3-0.7.ebuild	18 Nov 2007 21:52:08 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/kid3/kid3-0.7.ebuild,v 1.1 2006/10/05 06:52:28 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kid3/kid3-0.7.ebuild,v 1.2 2007/11/18 21:52:08 aballier Exp $
 
 inherit kde
 
@@ -20,6 +20,16 @@
 
 need-kde 3
 
+pkg_setup() {
+	if use flac && ! built_with_use --missing true media-libs/flac cxx; then
+		eerror "To build ${PN} with flac support you need the C++ bindings for flac."
+		eerror "Please enable the cxx USE flag for media-libs/flac"
+		die "Missing FLAC C++ bindings."
+	fi
+
+	kde_pkg_setup
+}
+
 # Support for the KDE libraries is optional,
 # but the configure step that detects them
 # cannot be avoided. So KDE support is forced on.



1.5                  media-sound/kid3/kid3-0.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kid3/kid3-0.6.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kid3/kid3-0.6.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kid3/kid3-0.6.ebuild?r1=1.4&r2=1.5

Index: kid3-0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/kid3/kid3-0.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- kid3-0.6.ebuild	25 Jul 2006 08:02:43 -0000	1.4
+++ kid3-0.6.ebuild	18 Nov 2007 21:52:08 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/kid3/kid3-0.6.ebuild,v 1.4 2006/07/25 08:02:43 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kid3/kid3-0.6.ebuild,v 1.5 2007/11/18 21:52:08 aballier Exp $
 
 inherit kde
 
@@ -19,6 +19,16 @@
 
 need-kde 3
 
+pkg_setup() {
+	if use flac && ! built_with_use --missing true media-libs/flac cxx; then
+		eerror "To build ${PN} with flac support you need the C++ bindings for flac."
+		eerror "Please enable the cxx USE flag for media-libs/flac"
+		die "Missing FLAC C++ bindings."
+	fi
+
+	kde_pkg_setup
+}
+
 # Support for the KDE libraries is optional,
 # but the configure step that detects them
 # cannot be avoided. So KDE support is forced on.



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-11-18 21:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-18 21:52 [gentoo-commits] gentoo-x86 commit in media-sound/kid3: ChangeLog kid3-0.9.ebuild kid3-0.8.1.ebuild kid3-0.7.ebuild kid3-0.6.ebuild Alexis Ballier (aballier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox