public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/traverso: traverso-9999.ebuild traverso-0.42.0.ebuild ChangeLog
@ 2008-01-13 13:10 Alexis Ballier (aballier)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2008-01-13 13:10 UTC (permalink / raw
  To: gentoo-commits

aballier    08/01/13 13:10:49

  Modified:             traverso-9999.ebuild traverso-0.42.0.ebuild
                        ChangeLog
  Log:
  add missing pkgconfig dep, bug #205590
  (Portage version: 2.1.4)

Revision  Changes    Path
1.2                  media-sound/traverso/traverso-9999.ebuild

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

Index: traverso-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/traverso/traverso-9999.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- traverso-9999.ebuild	2 Jan 2008 10:44:29 -0000	1.1
+++ traverso-9999.ebuild	13 Jan 2008 13:10:48 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/traverso/traverso-9999.ebuild,v 1.1 2008/01/02 10:44:29 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/traverso/traverso-9999.ebuild,v 1.2 2008/01/13 13:10:48 aballier Exp $
 
 inherit eutils qt4 cmake-utils cvs
 
@@ -26,6 +26,8 @@
 	lv2? ( media-libs/slv2 )
 	mad? ( media-libs/libmad )
 	lame? ( media-sound/lame )"
+DEPEND="${RDEPEND}
+	dev-util/pkgconfig"
 
 pkg_setup() {
 	if use opengl && ! built_with_use =x11-libs/qt-4* opengl; then



1.2                  media-sound/traverso/traverso-0.42.0.ebuild

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

Index: traverso-0.42.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/traverso/traverso-0.42.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- traverso-0.42.0.ebuild	12 Dec 2007 07:55:10 -0000	1.1
+++ traverso-0.42.0.ebuild	13 Jan 2008 13:10:48 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/traverso/traverso-0.42.0.ebuild,v 1.1 2007/12/12 07:55:10 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/traverso/traverso-0.42.0.ebuild,v 1.2 2008/01/13 13:10:48 aballier Exp $
 
 inherit eutils qt4 cmake-utils
 
@@ -26,6 +26,8 @@
 	lv2? ( media-libs/slv2 )
 	mad? ( media-libs/libmad )
 	lame? ( media-sound/lame )"
+DEPEND="${RDEPEND}
+	dev-util/pkgconfig"
 
 pkg_setup() {
 	if use opengl && ! built_with_use =x11-libs/qt-4* opengl; then



1.16                 media-sound/traverso/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/traverso/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	2 Jan 2008 10:44:29 -0000	1.15
+++ ChangeLog	13 Jan 2008 13:10:48 -0000	1.16
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/traverso
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/traverso/ChangeLog,v 1.15 2008/01/02 10:44:29 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/traverso/ChangeLog,v 1.16 2008/01/13 13:10:48 aballier Exp $
+
+  13 Jan 2008; Alexis Ballier <aballier@gentoo.org> traverso-0.42.0.ebuild,
+  traverso-9999.ebuild:
+  add missing pkgconfig dep, bug #205590
 
 *traverso-9999 (02 Jan 2008)
 



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/traverso: traverso-9999.ebuild traverso-0.42.0.ebuild ChangeLog
@ 2008-04-20 17:58 Alexis Ballier (aballier)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2008-04-20 17:58 UTC (permalink / raw
  To: gentoo-commits

aballier    08/04/20 17:58:41

  Modified:             traverso-9999.ebuild traverso-0.42.0.ebuild
                        ChangeLog
  Log:
  allow split qt4 deps
  (Portage version: 2.1.5_rc5)

Revision  Changes    Path
1.4                  media-sound/traverso/traverso-9999.ebuild

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

Index: traverso-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/traverso/traverso-9999.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- traverso-9999.ebuild	20 Apr 2008 17:42:12 -0000	1.3
+++ traverso-9999.ebuild	20 Apr 2008 17:58:41 -0000	1.4
@@ -1,6 +1,8 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/traverso/traverso-9999.ebuild,v 1.3 2008/04/20 17:42:12 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/traverso/traverso-9999.ebuild,v 1.4 2008/04/20 17:58:41 aballier Exp $
+
+EAPI=1
 
 inherit eutils qt4 cmake-utils cvs
 
@@ -13,7 +15,8 @@
 LICENSE="GPL-2"
 KEYWORDS=""
 
-RDEPEND="$(qt4_min_version 4.3.1)
+RDEPEND="|| ( ( x11-libs/qt-core x11-libs/qt-gui opengl? ( x11-libs/qt-opengl ) )
+			>=x11-libs/qt-4.3.1:4 )
 	alsa? ( >=media-libs/alsa-lib-1.0.0 )
 	jack? ( >=media-sound/jack-audio-connection-kit-0.100 )
 	>=dev-libs/glib-2.8
@@ -30,7 +33,7 @@
 	dev-util/pkgconfig"
 
 pkg_setup() {
-	if use opengl && ! built_with_use =x11-libs/qt-4* opengl; then
+	if use opengl && ! has_version x11-libs/qt-opengl && ! built_with_use =x11-libs/qt-4* opengl; then
 		eerror "You need to build qt4 with opengl support to have it in ${PN}"
 		die "Enabling opengl for traverso requires qt4 to be built with opengl support"
 	fi
@@ -52,7 +55,6 @@
 	cmake-utils_src_compile
 }
 
-
 src_install() {
 	cmake-utils_src_install
 	dodoc AUTHORS ChangeLog README resources/help.text



1.5                  media-sound/traverso/traverso-0.42.0.ebuild

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

Index: traverso-0.42.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/traverso/traverso-0.42.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- traverso-0.42.0.ebuild	20 Apr 2008 17:42:12 -0000	1.4
+++ traverso-0.42.0.ebuild	20 Apr 2008 17:58:41 -0000	1.5
@@ -1,6 +1,8 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/traverso/traverso-0.42.0.ebuild,v 1.4 2008/04/20 17:42:12 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/traverso/traverso-0.42.0.ebuild,v 1.5 2008/04/20 17:58:41 aballier Exp $
+
+EAPI=1
 
 inherit eutils qt4 cmake-utils
 
@@ -13,7 +15,8 @@
 LICENSE="GPL-2"
 KEYWORDS="~amd64 ~x86"
 
-RDEPEND="$(qt4_min_version 4.3.1)
+RDEPEND="|| ( ( x11-libs/qt-core x11-libs/qt-gui opengl? ( x11-libs/qt-opengl ) )
+			>=x11-libs/qt-4.3.1:4 )
 	alsa? ( >=media-libs/alsa-lib-1.0.0 )
 	jack? ( >=media-sound/jack-audio-connection-kit-0.100 )
 	>=dev-libs/glib-2.8
@@ -30,7 +33,7 @@
 	dev-util/pkgconfig"
 
 pkg_setup() {
-	if use opengl && ! built_with_use =x11-libs/qt-4* opengl; then
+	if use opengl && ! has_version x11-libs/qt-opengl && ! built_with_use =x11-libs/qt-4* opengl; then
 		eerror "You need to build qt4 with opengl support to have it in ${PN}"
 		die "Enabling opengl for traverso requires qt4 to be built with opengl support"
 	fi



1.20                 media-sound/traverso/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/traverso/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	20 Apr 2008 17:42:12 -0000	1.19
+++ ChangeLog	20 Apr 2008 17:58:41 -0000	1.20
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/traverso
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/traverso/ChangeLog,v 1.19 2008/04/20 17:42:12 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/traverso/ChangeLog,v 1.20 2008/04/20 17:58:41 aballier Exp $
+
+  20 Apr 2008; Alexis Ballier <aballier@gentoo.org> traverso-0.42.0.ebuild,
+  traverso-9999.ebuild:
+  allow split qt4 deps
 
   20 Apr 2008; Alexis Ballier <aballier@gentoo.org> traverso-0.42.0.ebuild,
   traverso-9999.ebuild:



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/traverso: traverso-9999.ebuild traverso-0.42.0.ebuild ChangeLog
@ 2008-07-27  1:06 Carsten Lohrke (carlo)
  0 siblings, 0 replies; 3+ messages in thread
From: Carsten Lohrke (carlo) @ 2008-07-27  1:06 UTC (permalink / raw
  To: gentoo-commits

carlo       08/07/27 01:06:45

  Modified:             traverso-9999.ebuild traverso-0.42.0.ebuild
                        ChangeLog
  Log:
   Fix broken split Qt 4.4 dependencies, cf. bug 217161 comment 11.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.5                  media-sound/traverso/traverso-9999.ebuild

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

Index: traverso-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/traverso/traverso-9999.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- traverso-9999.ebuild	20 Apr 2008 17:58:41 -0000	1.4
+++ traverso-9999.ebuild	27 Jul 2008 01:06:44 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/traverso/traverso-9999.ebuild,v 1.4 2008/04/20 17:58:41 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/traverso/traverso-9999.ebuild,v 1.5 2008/07/27 01:06:44 carlo Exp $
 
 EAPI=1
 
@@ -16,7 +16,7 @@
 KEYWORDS=""
 
 RDEPEND="|| ( ( x11-libs/qt-core x11-libs/qt-gui opengl? ( x11-libs/qt-opengl ) )
-			>=x11-libs/qt-4.3.1:4 )
+			=x11-libs/qt-4.3*:4 )
 	alsa? ( >=media-libs/alsa-lib-1.0.0 )
 	jack? ( >=media-sound/jack-audio-connection-kit-0.100 )
 	>=dev-libs/glib-2.8



1.6                  media-sound/traverso/traverso-0.42.0.ebuild

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

Index: traverso-0.42.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/traverso/traverso-0.42.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- traverso-0.42.0.ebuild	20 Apr 2008 17:58:41 -0000	1.5
+++ traverso-0.42.0.ebuild	27 Jul 2008 01:06:44 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/traverso/traverso-0.42.0.ebuild,v 1.5 2008/04/20 17:58:41 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/traverso/traverso-0.42.0.ebuild,v 1.6 2008/07/27 01:06:44 carlo Exp $
 
 EAPI=1
 
@@ -16,7 +16,7 @@
 KEYWORDS="~amd64 ~x86"
 
 RDEPEND="|| ( ( x11-libs/qt-core x11-libs/qt-gui opengl? ( x11-libs/qt-opengl ) )
-			>=x11-libs/qt-4.3.1:4 )
+			=x11-libs/qt-4.3*:4 )
 	alsa? ( >=media-libs/alsa-lib-1.0.0 )
 	jack? ( >=media-sound/jack-audio-connection-kit-0.100 )
 	>=dev-libs/glib-2.8



1.21                 media-sound/traverso/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/traverso/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	20 Apr 2008 17:58:41 -0000	1.20
+++ ChangeLog	27 Jul 2008 01:06:44 -0000	1.21
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/traverso
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/traverso/ChangeLog,v 1.20 2008/04/20 17:58:41 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/traverso/ChangeLog,v 1.21 2008/07/27 01:06:44 carlo Exp $
+
+  27 Jul 2008; Carsten Lohrke <carlo@gentoo.org> traverso-0.42.0.ebuild,
+  traverso-9999.ebuild:
+  Fix broken split Qt 4.4 dependencies, cf. bug 217161 comment 11.
 
   20 Apr 2008; Alexis Ballier <aballier@gentoo.org> traverso-0.42.0.ebuild,
   traverso-9999.ebuild:






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-07-27  1:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-27  1:06 [gentoo-commits] gentoo-x86 commit in media-sound/traverso: traverso-9999.ebuild traverso-0.42.0.ebuild ChangeLog Carsten Lohrke (carlo)
  -- strict thread matches above, loose matches on Subject: below --
2008-04-20 17:58 Alexis Ballier (aballier)
2008-01-13 13:10 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