public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/vlc: vlc-0.9.0_alpha20071009.ebuild ChangeLog
@ 2007-10-10  9:07 Alexis Ballier (aballier)
  0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier (aballier) @ 2007-10-10  9:07 UTC (permalink / raw
  To: gentoo-commits

aballier    07/10/10 09:07:09

  Modified:             vlc-0.9.0_alpha20071009.ebuild ChangeLog
  Log:
  make libgcrypt mandatory, build would fail if not present, bug #195322
  (Portage version: 2.1.3.12)

Revision  Changes    Path
1.2                  media-video/vlc/vlc-0.9.0_alpha20071009.ebuild

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

Index: vlc-0.9.0_alpha20071009.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20071009.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vlc-0.9.0_alpha20071009.ebuild	9 Oct 2007 22:23:53 -0000	1.1
+++ vlc-0.9.0_alpha20071009.ebuild	10 Oct 2007 09:07: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-video/vlc/vlc-0.9.0_alpha20071009.ebuild,v 1.1 2007/10/09 22:23:53 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20071009.ebuild,v 1.2 2007/10/10 09:07:08 aballier Exp $
 
 WANT_AUTOMAKE=latest
 WANT_AUTOCONF=latest
@@ -145,9 +145,12 @@
 #	Dep not up to date enough
 
 
+# libgcrypt is mandatory at buildtime, and that's not only a matter of missing
+# m4s. Bug #195322
 DEPEND="${RDEPEND}
 	X? ( xinerama? ( x11-proto/xineramaproto ) )
-	dev-util/pkgconfig"
+	dev-util/pkgconfig
+	>=dev-libs/libgcrypt-1.2.0"
 
 S="${WORKDIR}/${MY_P}"
 



1.260                media-video/vlc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?rev=1.260&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?rev=1.260&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?r1=1.259&r2=1.260

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v
retrieving revision 1.259
retrieving revision 1.260
diff -u -r1.259 -r1.260
--- ChangeLog	10 Oct 2007 07:40:36 -0000	1.259
+++ ChangeLog	10 Oct 2007 09:07:08 -0000	1.260
@@ -1,6 +1,10 @@
 # ChangeLog for media-video/vlc
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.259 2007/10/10 07:40:36 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.260 2007/10/10 09:07:08 aballier Exp $
+
+  10 Oct 2007; Alexis Ballier <aballier@gentoo.org>
+  vlc-0.9.0_alpha20071009.ebuild:
+  make libgcrypt mandatory, build would fail if not present, bug #195322
 
   10 Oct 2007; Alexis Ballier <aballier@gentoo.org> vlc-0.8.6c.ebuild:
   add gnome useflag, was automagic, bug #193443



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in media-video/vlc: vlc-0.9.0_alpha20071009.ebuild ChangeLog
@ 2007-10-10  9:45 Alexis Ballier (aballier)
  0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier (aballier) @ 2007-10-10  9:45 UTC (permalink / raw
  To: gentoo-commits

aballier    07/10/10 09:45:32

  Modified:             vlc-0.9.0_alpha20071009.ebuild ChangeLog
  Log:
  use get_libdir for locating nsplugin configuration, thanks to  Donnie Berkholz for pointing that
  (Portage version: 2.1.3.12)

Revision  Changes    Path
1.3                  media-video/vlc/vlc-0.9.0_alpha20071009.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20071009.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20071009.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20071009.ebuild?r1=1.2&r2=1.3

Index: vlc-0.9.0_alpha20071009.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20071009.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vlc-0.9.0_alpha20071009.ebuild	10 Oct 2007 09:07:08 -0000	1.2
+++ vlc-0.9.0_alpha20071009.ebuild	10 Oct 2007 09:45:32 -0000	1.3
@@ -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-video/vlc/vlc-0.9.0_alpha20071009.ebuild,v 1.2 2007/10/10 09:07:08 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20071009.ebuild,v 1.3 2007/10/10 09:45:32 aballier Exp $
 
 WANT_AUTOMAKE=latest
 WANT_AUTOCONF=latest
@@ -198,11 +198,11 @@
 
 	if use nsplugin; then
 		if use seamonkey; then
-			XPIDL=/usr/lib/seamonkey
-			MOZILLA_CONFIG=/usr/lib/seamonkey/seamonkey-config
+			XPIDL=/usr/$(get_libdir)/seamonkey
+			MOZILLA_CONFIG=/usr/$(get_libdir)/seamonkey/seamonkey-config
 		else
-			XPIDL=/usr/lib/mozilla-firefox
-			MOZILLA_CONFIG=/usr/lib/mozilla-firefox/firefox-config
+			XPIDL=/usr/$(get_libdir)/mozilla-firefox
+			MOZILLA_CONFIG=/usr/$(get_libdir)/mozilla-firefox/firefox-config
 		fi
 	fi
 



1.261                media-video/vlc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?rev=1.261&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?rev=1.261&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?r1=1.260&r2=1.261

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v
retrieving revision 1.260
retrieving revision 1.261
diff -u -r1.260 -r1.261
--- ChangeLog	10 Oct 2007 09:07:08 -0000	1.260
+++ ChangeLog	10 Oct 2007 09:45:32 -0000	1.261
@@ -1,6 +1,11 @@
 # ChangeLog for media-video/vlc
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.260 2007/10/10 09:07:08 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.261 2007/10/10 09:45:32 aballier Exp $
+
+  10 Oct 2007; Alexis Ballier <aballier@gentoo.org>
+  vlc-0.9.0_alpha20071009.ebuild:
+  use get_libdir for locating nsplugin configuration, thanks to Donnie
+  Berkholz for pointing that
 
   10 Oct 2007; Alexis Ballier <aballier@gentoo.org>
   vlc-0.9.0_alpha20071009.ebuild:



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in media-video/vlc: vlc-0.9.0_alpha20071009.ebuild ChangeLog
@ 2007-10-10 11:08 Alexis Ballier (aballier)
  0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier (aballier) @ 2007-10-10 11:08 UTC (permalink / raw
  To: gentoo-commits

aballier    07/10/10 11:08:22

  Modified:             vlc-0.9.0_alpha20071009.ebuild ChangeLog
  Log:
  add support to build against xulrunner, thanks to Frittella Laurento <mrfree@infinito.it>, bug #161340
  (Portage version: 2.1.3.12)

Revision  Changes    Path
1.4                  media-video/vlc/vlc-0.9.0_alpha20071009.ebuild

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

Index: vlc-0.9.0_alpha20071009.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20071009.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vlc-0.9.0_alpha20071009.ebuild	10 Oct 2007 09:45:32 -0000	1.3
+++ vlc-0.9.0_alpha20071009.ebuild	10 Oct 2007 11:08:21 -0000	1.4
@@ -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-video/vlc/vlc-0.9.0_alpha20071009.ebuild,v 1.3 2007/10/10 09:45:32 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20071009.ebuild,v 1.4 2007/10/10 11:08:21 aballier Exp $
 
 WANT_AUTOMAKE=latest
 WANT_AUTOCONF=latest
@@ -46,7 +46,7 @@
 mp3 xv bidi sdl sdl-image png xml samba daap mod speex shout rtsp
 win32codecs skins hal avahi xinerama cddb directfb upnp nsplugin seamonkey
 optimisememory libnotify jack musepack x264 dc1394 lua gnome pvr taglib
-musicbrainz dbus libgcrypt id3tag cdio ffmpeg twolame"
+musicbrainz dbus libgcrypt id3tag cdio ffmpeg twolame xulrunner"
 
 RDEPEND="
 		ffmpeg? ( >=media-video/ffmpeg-0.4.9_p20050226-r1 )
@@ -115,8 +115,9 @@
 		directfb? ( dev-libs/DirectFB )
 		upnp? ( net-libs/libupnp )
 		nsplugin? (
-			!seamonkey? ( www-client/mozilla-firefox )
-			seamonkey? ( www-client/seamonkey )
+			xulrunner? ( net-libs/xulrunner )
+			!xulrunner? ( seamonkey? ( www-client/seamonkey ) )
+			!xulrunner? ( !seamonkey? ( www-client/mozilla-firefox ) )
 		)
 		libnotify? ( x11-libs/libnotify )
 		musepack? ( media-libs/libmpcdec )
@@ -197,7 +198,10 @@
 		myconf="${myconf} --disable-vlm"
 
 	if use nsplugin; then
-		if use seamonkey; then
+		if use xulrunner; then
+			XPIDL=/usr/$(get_libdir)/xulrunner
+			MOZILLA_CONFIG=/usr/bin/xulrunner-config
+		elif use seamonkey; then
 			XPIDL=/usr/$(get_libdir)/seamonkey
 			MOZILLA_CONFIG=/usr/$(get_libdir)/seamonkey/seamonkey-config
 		else



1.262                media-video/vlc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?rev=1.262&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?rev=1.262&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?r1=1.261&r2=1.262

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v
retrieving revision 1.261
retrieving revision 1.262
diff -u -r1.261 -r1.262
--- ChangeLog	10 Oct 2007 09:45:32 -0000	1.261
+++ ChangeLog	10 Oct 2007 11:08:21 -0000	1.262
@@ -1,6 +1,11 @@
 # ChangeLog for media-video/vlc
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.261 2007/10/10 09:45:32 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.262 2007/10/10 11:08:21 aballier Exp $
+
+  10 Oct 2007; Alexis Ballier <aballier@gentoo.org>
+  vlc-0.9.0_alpha20071009.ebuild:
+  add support to build against xulrunner, thanks to Frittella Laurento
+  <mrfree@infinito.it>, bug #161340
 
   10 Oct 2007; Alexis Ballier <aballier@gentoo.org>
   vlc-0.9.0_alpha20071009.ebuild:



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in media-video/vlc: vlc-0.9.0_alpha20071009.ebuild ChangeLog
@ 2007-10-10 16:45 Alexis Ballier (aballier)
  0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier (aballier) @ 2007-10-10 16:45 UTC (permalink / raw
  To: gentoo-commits

aballier    07/10/10 16:45:34

  Modified:             vlc-0.9.0_alpha20071009.ebuild ChangeLog
  Log:
  cosmetics, sort alphabetically IUSEs
  (Portage version: 2.1.3.12)

Revision  Changes    Path
1.5                  media-video/vlc/vlc-0.9.0_alpha20071009.ebuild

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

Index: vlc-0.9.0_alpha20071009.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20071009.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vlc-0.9.0_alpha20071009.ebuild	10 Oct 2007 11:08:21 -0000	1.4
+++ vlc-0.9.0_alpha20071009.ebuild	10 Oct 2007 16:45:34 -0000	1.5
@@ -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-video/vlc/vlc-0.9.0_alpha20071009.ebuild,v 1.4 2007/10/10 11:08:21 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20071009.ebuild,v 1.5 2007/10/10 16:45:34 aballier Exp $
 
 WANT_AUTOMAKE=latest
 WANT_AUTOCONF=latest
@@ -40,13 +40,13 @@
 SLOT="1"
 
 KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="a52 3dfx debug altivec httpd vlm gnutls live v4l v4l2 cdda ogg matroska
-dvb dvd vcd vcdx dts flac mpeg vorbis theora X opengl truetype svg fbcon svga
-oss aalib ggi libcaca esd arts alsa wxwindows ncurses xosd lirc stream
-mp3 xv bidi sdl sdl-image png xml samba daap mod speex shout rtsp
-win32codecs skins hal avahi xinerama cddb directfb upnp nsplugin seamonkey
-optimisememory libnotify jack musepack x264 dc1394 lua gnome pvr taglib
-musicbrainz dbus libgcrypt id3tag cdio ffmpeg twolame xulrunner"
+IUSE="3dfx a52 aalib alsa altivec arts avahi bidi cdda cddb cdio daap dbus dc1394
+	debug directfb dts dvb dvd esd fbcon ffmpeg flac ggi gnome gnutls hal httpd
+	id3tag jack libcaca libgcrypt libnotify lirc live lua matroska mod mp3 mpeg
+	musepack musicbrainz ncurses nsplugin ogg opengl optimisememory oss png pvr
+	rtsp samba sdl sdl-image seamonkey shout skins speex stream svg svga taglib
+	theora truetype twolame upnp v4l v4l2 vcd vcdx vlm vorbis win32codecs wxwindows
+	X x264 xinerama xml xosd xulrunner xv"
 
 RDEPEND="
 		ffmpeg? ( >=media-video/ffmpeg-0.4.9_p20050226-r1 )



1.263                media-video/vlc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?rev=1.263&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?rev=1.263&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?r1=1.262&r2=1.263

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v
retrieving revision 1.262
retrieving revision 1.263
diff -u -r1.262 -r1.263
--- ChangeLog	10 Oct 2007 11:08:21 -0000	1.262
+++ ChangeLog	10 Oct 2007 16:45:34 -0000	1.263
@@ -1,6 +1,10 @@
 # ChangeLog for media-video/vlc
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.262 2007/10/10 11:08:21 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.263 2007/10/10 16:45:34 aballier Exp $
+
+  10 Oct 2007; Alexis Ballier <aballier@gentoo.org>
+  vlc-0.9.0_alpha20071009.ebuild:
+  cosmetics, sort alphabetically IUSEs
 
   10 Oct 2007; Alexis Ballier <aballier@gentoo.org>
   vlc-0.9.0_alpha20071009.ebuild:



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in media-video/vlc: vlc-0.9.0_alpha20071009.ebuild ChangeLog
@ 2007-10-10 17:09 Alexis Ballier (aballier)
  0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier (aballier) @ 2007-10-10 17:09 UTC (permalink / raw
  To: gentoo-commits

aballier    07/10/10 17:09:55

  Modified:             vlc-0.9.0_alpha20071009.ebuild ChangeLog
  Log:
  cosmetics, part 2, sort alphabetically RDEPENDs
  (Portage version: 2.1.3.12)

Revision  Changes    Path
1.6                  media-video/vlc/vlc-0.9.0_alpha20071009.ebuild

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

Index: vlc-0.9.0_alpha20071009.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20071009.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- vlc-0.9.0_alpha20071009.ebuild	10 Oct 2007 16:45:34 -0000	1.5
+++ vlc-0.9.0_alpha20071009.ebuild	10 Oct 2007 17:09:54 -0000	1.6
@@ -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-video/vlc/vlc-0.9.0_alpha20071009.ebuild,v 1.5 2007/10/10 16:45:34 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20071009.ebuild,v 1.6 2007/10/10 17:09:54 aballier Exp $
 
 WANT_AUTOMAKE=latest
 WANT_AUTOCONF=latest
@@ -49,62 +49,81 @@
 	X x264 xinerama xml xosd xulrunner xv"
 
 RDEPEND="
-		ffmpeg? ( >=media-video/ffmpeg-0.4.9_p20050226-r1 )
+		sys-libs/zlib
+		media-libs/libdvbpsi
+		3dfx? ( media-libs/glide-v3 )
+		a52? ( >=media-libs/a52dec-0.7.4-r3 )
+		aalib? ( media-libs/aalib )
+		alsa? ( media-libs/alsa-lib )
+		arts? ( kde-base/arts )
+		avahi? ( >=net-dns/avahi-0.6 )
+		bidi? ( >=dev-libs/fribidi-0.10.4 )
 		cdda? ( >=dev-libs/libcdio-0.72
 			cddb? ( >=media-libs/libcddb-1.2.0 ) )
-		live? ( >=media-plugins/live-2007.02.20 )
+		cdio? ( >=dev-libs/libcdio-0.78.2
+			>=media-video/vcdimager-0.7.22 )
+		daap? ( >=media-libs/libopendaap-0.3.0 )
+		dbus? ( >=sys-apps/dbus-1.0.2 )
+		dc1394? ( sys-libs/libraw1394
+			<media-libs/libdc1394-1.9.99 )
+		directfb? ( dev-libs/DirectFB )
+		dts? ( media-libs/libdca )
+		dvb? ( sys-kernel/linux-headers )
 		dvd? (	media-libs/libdvdread
 				media-libs/libdvdcss
 				>=media-libs/libdvdnav-0.1.9
 				media-libs/libdvdplay )
 		esd? ( media-sound/esound )
-		ogg? ( media-libs/libogg )
+		ffmpeg? ( >=media-video/ffmpeg-0.4.9_p20050226-r1 )
+		flac? ( media-libs/libogg
+			>=media-libs/flac-1.1.2 )
+		ggi? ( media-libs/libggi )
+		gnome? ( gnome-base/gnome-vfs )
+		gnutls? ( >=net-libs/gnutls-1.3.3 )
+		hal? ( sys-apps/hal )
+		id3tag? ( media-libs/libid3tag
+			sys-libs/zlib )
+		jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1 )
+		libcaca? ( media-libs/libcaca )
+		libgcrypt? ( >=dev-libs/libgcrypt-1.2.0 )
+		libnotify? ( x11-libs/libnotify )
+		lirc? ( app-misc/lirc )
+		live? ( >=media-plugins/live-2007.02.20 )
+		lua? ( >=dev-lang/lua-5.1 )
 		matroska? (
 			>=dev-libs/libebml-0.7.6
 			>=media-libs/libmatroska-0.8.0 )
+		mod? ( media-libs/libmodplug )
 		mp3? ( media-libs/libmad )
-		a52? ( >=media-libs/a52dec-0.7.4-r3 )
-		dts? ( media-libs/libdca )
-		flac? ( media-libs/libogg
-			>=media-libs/flac-1.1.2 )
 		mpeg? ( >=media-libs/libmpeg2-0.3.2 )
-		vorbis? ( media-libs/libvorbis )
-		theora? ( media-libs/libtheora )
-		truetype? ( media-libs/freetype
-			media-fonts/ttf-bitstream-vera )
-		svga? ( media-libs/svgalib )
-		ggi? ( media-libs/libggi )
-		aalib? ( media-libs/aalib )
-		libcaca? ( media-libs/libcaca )
-		arts? ( kde-base/arts )
-		alsa? ( media-libs/alsa-lib )
-		wxwindows? ( >=x11-libs/wxGTK-2.6.2-r1 )
+		musepack? ( media-libs/libmpcdec )
+		musicbrainz? ( media-libs/musicbrainz )
 		ncurses? ( sys-libs/ncurses )
-		xosd? ( x11-libs/xosd )
-		lirc? ( app-misc/lirc )
-		3dfx? ( media-libs/glide-v3 )
-		bidi? ( >=dev-libs/fribidi-0.10.4 )
-		gnutls? ( >=net-libs/gnutls-1.3.3 )
-		sys-libs/zlib
+		nsplugin? (
+			xulrunner? ( net-libs/xulrunner )
+			!xulrunner? ( seamonkey? ( www-client/seamonkey ) )
+			!xulrunner? ( !seamonkey? ( www-client/mozilla-firefox ) )
+		)
+		ogg? ( media-libs/libogg )
 		png? ( media-libs/libpng )
-		media-libs/libdvbpsi
+		samba? ( net-fs/samba )
 		sdl? ( >=media-libs/libsdl-1.2.8
 			sdl-image? ( media-libs/sdl-image ) )
-		xml? ( dev-libs/libxml2 )
-		samba? ( net-fs/samba )
-		cdio? ( >=dev-libs/libcdio-0.78.2
-			>=media-video/vcdimager-0.7.22 )
-		daap? ( >=media-libs/libopendaap-0.3.0 )
-		v4l? ( sys-kernel/linux-headers )
-		v4l2? ( sys-kernel/linux-headers )
-		dvb? ( sys-kernel/linux-headers )
-		mod? ( media-libs/libmodplug )
+		shout? ( media-libs/libshout )
 		speex? ( media-libs/speex )
 		svg? ( >=gnome-base/librsvg-2.9.0 )
-		shout? ( media-libs/libshout )
+		svga? ( media-libs/svgalib )
+		taglib? ( media-libs/taglib )
+		theora? ( media-libs/libtheora )
+		truetype? ( media-libs/freetype
+			media-fonts/ttf-bitstream-vera )
+		twolame? ( media-sound/twolame )
+		upnp? ( net-libs/libupnp )
+		v4l? ( sys-kernel/linux-headers )
+		v4l2? ( sys-kernel/linux-headers )
+		vorbis? ( media-libs/libvorbis )
 		win32codecs? ( media-libs/win32codecs )
-		hal? ( sys-apps/hal )
-		avahi? ( >=net-dns/avahi-0.6 )
+		wxwindows? ( >=x11-libs/wxGTK-2.6.2-r1 )
 		X? (
 			x11-libs/libX11
 			x11-libs/libXext
@@ -112,28 +131,10 @@
 			xinerama? ( x11-libs/libXinerama )
 			opengl? ( virtual/opengl )
 		)
-		directfb? ( dev-libs/DirectFB )
-		upnp? ( net-libs/libupnp )
-		nsplugin? (
-			xulrunner? ( net-libs/xulrunner )
-			!xulrunner? ( seamonkey? ( www-client/seamonkey ) )
-			!xulrunner? ( !seamonkey? ( www-client/mozilla-firefox ) )
-		)
-		libnotify? ( x11-libs/libnotify )
-		musepack? ( media-libs/libmpcdec )
 		x264? ( >=media-libs/x264-svn-20061014 )
-		jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1 )
-		lua? ( >=dev-lang/lua-5.1 )
-		gnome? ( gnome-base/gnome-vfs )
-		taglib? ( media-libs/taglib )
-		musicbrainz? ( media-libs/musicbrainz )
-		dc1394? ( sys-libs/libraw1394
-			<media-libs/libdc1394-1.9.99 )
-		dbus? ( >=sys-apps/dbus-1.0.2 )
-		libgcrypt? ( >=dev-libs/libgcrypt-1.2.0 )
-		id3tag? ( media-libs/libid3tag
-			sys-libs/zlib )
-		twolame? ( media-sound/twolame )"
+		xml? ( dev-libs/libxml2 )
+		xosd? ( x11-libs/xosd )
+		"
 
 # Disabled features and reasons : 
 # xvmc? ( x11-libs/libXvMC )



1.264                media-video/vlc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?rev=1.264&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?rev=1.264&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?r1=1.263&r2=1.264

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v
retrieving revision 1.263
retrieving revision 1.264
diff -u -r1.263 -r1.264
--- ChangeLog	10 Oct 2007 16:45:34 -0000	1.263
+++ ChangeLog	10 Oct 2007 17:09:54 -0000	1.264
@@ -1,6 +1,10 @@
 # ChangeLog for media-video/vlc
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.263 2007/10/10 16:45:34 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.264 2007/10/10 17:09:54 aballier Exp $
+
+  10 Oct 2007; Alexis Ballier <aballier@gentoo.org>
+  vlc-0.9.0_alpha20071009.ebuild:
+  cosmetics, part 2, sort alphabetically RDEPENDs
 
   10 Oct 2007; Alexis Ballier <aballier@gentoo.org>
   vlc-0.9.0_alpha20071009.ebuild:



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in media-video/vlc: vlc-0.9.0_alpha20071009.ebuild ChangeLog
@ 2007-10-10 17:42 Alexis Ballier (aballier)
  0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier (aballier) @ 2007-10-10 17:42 UTC (permalink / raw
  To: gentoo-commits

aballier    07/10/10 17:42:50

  Modified:             vlc-0.9.0_alpha20071009.ebuild ChangeLog
  Log:
  cosmetics, last part, sort alphabetically by useflag or potential useflag econf args
  (Portage version: 2.1.3.12)

Revision  Changes    Path
1.7                  media-video/vlc/vlc-0.9.0_alpha20071009.ebuild

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

Index: vlc-0.9.0_alpha20071009.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20071009.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- vlc-0.9.0_alpha20071009.ebuild	10 Oct 2007 17:09:54 -0000	1.6
+++ vlc-0.9.0_alpha20071009.ebuild	10 Oct 2007 17:42:50 -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-video/vlc/vlc-0.9.0_alpha20071009.ebuild,v 1.6 2007/10/10 17:09:54 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20071009.ebuild,v 1.7 2007/10/10 17:42:50 aballier Exp $
 
 WANT_AUTOMAKE=latest
 WANT_AUTOCONF=latest
@@ -212,102 +212,98 @@
 	fi
 
 	econf \
+		$(use_enable 3dfx glide) \
+		$(use_enable a52) \
+		$(use_enable aalib aa) \
+		$(use_enable alsa) \
 		$(use_enable altivec) \
-		$(use_enable stream sout) \
-		$(use_enable httpd) \
-		$(use_enable gnutls) \
-		$(use_enable v4l) \
-		$(use_enable v4l2) \
+		$(use_enable arts) \
+		$(use_enable avahi bonjour) \
+		$(use_enable bidi fribidi) \
 		$(use_enable cdda) $(use_enable cdda cddax)\
 		$(use_enable cddb libcddb) \
-		$(use_enable vcd) \
-		$(use_enable vcdx vcdx) \
-		$(use_enable dvb) \
-		$(use_enable pvr) \
-		$(use_enable ogg) \
-		$(use_enable matroska mkv) \
-		$(use_enable flac) \
-		$(use_enable vorbis) \
-		$(use_enable theora) \
-		$(use_enable X x11) \
-		$(use_enable X screen) \
-		$(use_enable xv xvideo) \
+		$(use_enable cdio libcdio) \
+		$(use_enable daap) \
+		$(use_enable dbus) $(use_enable dbus dbus-control) \
+		--disable-dirac \
 		$(use_enable directfb) \
-		--disable-xvmc \
-		$(use_enable xinerama) \
-		$(use_enable opengl glx) $(use_enable opengl) $(use_enable opengl galaktos) \
-		$(use_enable bidi fribidi) \
+		$(use_enable dc1394) \
+		$(use_enable dts dca) \
+		--disable-dv \
+		$(use_enable dvb) \
 		$(use_enable dvd dvdread) $(use_enable dvd dvdplay) $(use_enable dvd dvdnav) \
+		$(use_enable esd) \
+		--disable-faad \
 		$(use_enable fbcon fb) \
-		$(use_enable svga svgalib) \
-		$(use_enable 3dfx glide) \
-		$(use_enable aalib aa) \
+		$(use_enable ffmpeg) \
+		$(use_enable flac) \
+		$(use_enable ggi) \
+		$(use_enable gnome gnomevfs) \
+		$(use_enable gnutls) \
+		$(use_enable hal) \
+		$(use_enable httpd) \
+		$(use_enable id3tag) \
+		$(use_enable jack) \
 		$(use_enable libcaca caca) \
-		$(use_enable oss) \
-		$(use_enable esd) \
-		$(use_enable arts) \
-		$(use_enable alsa) \
-		$(use_enable ncurses) \
-		$(use_enable xosd) \
+		$(use_enable libgcrypt) \
+		$(use_enable libnotify notify) \
+		--disable-libtar \
 		$(use_enable lirc) \
+		$(use_enable live live555) \
+		$(use_enable lua) \
+		$(use_enable matroska mkv) \
+		$(use_enable mod) \
 		$(use_enable mp3 mad) \
-		$(use_enable a52) \
-		$(use_enable dts dca) \
 		$(use_enable mpeg libmpeg2) \
-		$(use_enable ggi) \
-		$(use_enable 3dfx glide) \
-		$(use_enable sdl) \
-		$(use_enable sdl-image) \
+		$(use_enable musepack mpc) \
+		$(use_enable musicbrainz) \
+		$(use_enable ncurses) \
+		$(use_enable nsplugin mozilla) XPIDL="${XPIDL}" MOZILLA_CONFIG="${MOZILLA_CONFIG}" \
+		$(use_enable ogg) \
+		$(use_enable opengl glx) $(use_enable opengl) $(use_enable opengl galaktos) \
+		$(use_enable optimisememory optimize-memory) \
+		$(use_enable oss) \
 		$(use_enable png) \
-		$(use_enable xml libxml2) \
+		--disable-portaudio \
+		$(use_enable pvr) \
+		--disable-qt4 \
+		$(use_enable rtsp) $(use_enable rtsp realrtsp) \
 		$(use_enable samba smb) \
-		$(use_enable daap) \
-		$(use_enable mod) \
-		$(use_enable speex) \
+		$(use_enable sdl) \
+		$(use_enable sdl-image) \
 		$(use_enable shout) \
-		$(use_enable rtsp) $(use_enable rtsp realrtsp) \
-		$(use_enable win32codecs loader) \
 		$(use_enable skins skins2) \
-		$(use_enable hal) \
-		$(use_enable avahi bonjour) \
-		$(use_enable upnp) \
-		$(use_enable optimisememory optimize-memory) \
-		$(use_enable libnotify notify) \
-		$(use_enable jack) \
-		$(use_enable musepack mpc) \
-		$(use_enable x264) \
-		$(use_enable dc1394) \
-		--disable-qt4 \
-		$(use_enable lua) \
-		$(use_enable gnome gnomevfs) \
+		$(use_enable speex) \
+		$(use_enable stream sout) \
+		$(use_enable svga svgalib) \
 		$(use_enable taglib) \
-		$(use_enable musicbrainz) \
-		--disable-dirac \
-		$(use_enable dbus) $(use_enable dbus dbus-control) \
-		$(use_enable libgcrypt) \
-		--disable-zvbi \
-		$(use_enable id3tag) \
-		$(use_enable live live555) \
-		$(use_enable cdio libcdio) \
+		$(use_enable theora) \
 		$(use_enable truetype freetype) \
-		$(use_enable wxwindows wxwidgets) \
-		$(use_enable ffmpeg) \
 		$(use_enable twolame) \
-		--disable-faad \
-		--disable-dv \
+		$(use_enable upnp) \
+		$(use_enable v4l) \
+		$(use_enable v4l2) \
+		$(use_enable vcd) \
+		$(use_enable vcdx vcdx) \
+		$(use_enable vorbis) \
+		$(use_enable win32codecs loader) \
+		$(use_enable wxwindows wxwidgets) WX_CONFIG="${WX_CONFIG}" \
+		$(use_enable X x11) $(use_enable X screen) \
+		$(use_enable x264) \
+		$(use_enable xinerama) \
+		$(use_enable xml libxml2) \
+		$(use_enable xosd) \
+		$(use_enable xv xvideo) \
+		--disable-xvmc \
+		--disable-zvbi \
 		--disable-libvc1 \
 		--disable-snapshot \
 		--disable-growl \
 		--disable-pth \
-		--disable-portaudio \
-		--disable-libtar \
 		--disable-optimizations \
 		--enable-utf8 \
 		--enable-libtool \
 		--enable-fast-install \
-		$(use_enable nsplugin mozilla) \
-		XPIDL="${XPIDL}" MOZILLA_CONFIG="${MOZILLA_CONFIG}" \
-		WX_CONFIG="${WX_CONFIG}" \
 		${myconf} || die "configuration failed"
 
 	if [[ $(gcc-major-version) == 2 ]]; then



1.265                media-video/vlc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?rev=1.265&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?rev=1.265&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?r1=1.264&r2=1.265

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v
retrieving revision 1.264
retrieving revision 1.265
diff -u -r1.264 -r1.265
--- ChangeLog	10 Oct 2007 17:09:54 -0000	1.264
+++ ChangeLog	10 Oct 2007 17:42:50 -0000	1.265
@@ -1,6 +1,11 @@
 # ChangeLog for media-video/vlc
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.264 2007/10/10 17:09:54 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.265 2007/10/10 17:42:50 aballier Exp $
+
+  10 Oct 2007; Alexis Ballier <aballier@gentoo.org>
+  vlc-0.9.0_alpha20071009.ebuild:
+  cosmetics, last part, sort alphabetically by useflag or potential useflag
+  econf args
 
   10 Oct 2007; Alexis Ballier <aballier@gentoo.org>
   vlc-0.9.0_alpha20071009.ebuild:



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in media-video/vlc: vlc-0.9.0_alpha20071009.ebuild ChangeLog
@ 2007-10-10 18:11 Alexis Ballier (aballier)
  0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier (aballier) @ 2007-10-10 18:11 UTC (permalink / raw
  To: gentoo-commits

aballier    07/10/10 18:11:27

  Modified:             vlc-0.9.0_alpha20071009.ebuild ChangeLog
  Log:
  actually enable svg module when svg useflag is set
  (Portage version: 2.1.3.12)

Revision  Changes    Path
1.8                  media-video/vlc/vlc-0.9.0_alpha20071009.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20071009.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20071009.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20071009.ebuild?r1=1.7&r2=1.8

Index: vlc-0.9.0_alpha20071009.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20071009.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- vlc-0.9.0_alpha20071009.ebuild	10 Oct 2007 17:42:50 -0000	1.7
+++ vlc-0.9.0_alpha20071009.ebuild	10 Oct 2007 18:11:26 -0000	1.8
@@ -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-video/vlc/vlc-0.9.0_alpha20071009.ebuild,v 1.7 2007/10/10 17:42:50 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20071009.ebuild,v 1.8 2007/10/10 18:11:26 aballier Exp $
 
 WANT_AUTOMAKE=latest
 WANT_AUTOCONF=latest
@@ -136,7 +136,7 @@
 		xosd? ( x11-libs/xosd )
 		"
 
-# Disabled features and reasons : 
+# Disabled features and reasons:
 # xvmc? ( x11-libs/libXvMC )
 #	Will probably compile only on x86
 # dirac? ( media-video/dirac )
@@ -275,6 +275,7 @@
 		$(use_enable skins skins2) \
 		$(use_enable speex) \
 		$(use_enable stream sout) \
+		$(use_enable svg) \
 		$(use_enable svga svgalib) \
 		$(use_enable taglib) \
 		$(use_enable theora) \



1.266                media-video/vlc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?rev=1.266&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?rev=1.266&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?r1=1.265&r2=1.266

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v
retrieving revision 1.265
retrieving revision 1.266
diff -u -r1.265 -r1.266
--- ChangeLog	10 Oct 2007 17:42:50 -0000	1.265
+++ ChangeLog	10 Oct 2007 18:11:26 -0000	1.266
@@ -1,6 +1,10 @@
 # ChangeLog for media-video/vlc
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.265 2007/10/10 17:42:50 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.266 2007/10/10 18:11:26 aballier Exp $
+
+  10 Oct 2007; Alexis Ballier <aballier@gentoo.org>
+  vlc-0.9.0_alpha20071009.ebuild:
+  actually enable svg module when svg useflag is set
 
   10 Oct 2007; Alexis Ballier <aballier@gentoo.org>
   vlc-0.9.0_alpha20071009.ebuild:



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in media-video/vlc: vlc-0.9.0_alpha20071009.ebuild ChangeLog
@ 2007-10-10 21:41 Alexis Ballier (aballier)
  0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier (aballier) @ 2007-10-10 21:41 UTC (permalink / raw
  To: gentoo-commits

aballier    07/10/10 21:41:32

  Modified:             vlc-0.9.0_alpha20071009.ebuild ChangeLog
  Log:
  get back to only one slot, add a check for older versions instead, bug #195424
  (Portage version: 2.1.3.12)

Revision  Changes    Path
1.9                  media-video/vlc/vlc-0.9.0_alpha20071009.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20071009.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20071009.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20071009.ebuild?r1=1.8&r2=1.9

Index: vlc-0.9.0_alpha20071009.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20071009.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- vlc-0.9.0_alpha20071009.ebuild	10 Oct 2007 18:11:26 -0000	1.8
+++ vlc-0.9.0_alpha20071009.ebuild	10 Oct 2007 21:41:32 -0000	1.9
@@ -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-video/vlc/vlc-0.9.0_alpha20071009.ebuild,v 1.8 2007/10/10 18:11:26 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20071009.ebuild,v 1.9 2007/10/10 21:41:32 aballier Exp $
 
 WANT_AUTOMAKE=latest
 WANT_AUTOCONF=latest
@@ -37,7 +37,7 @@
 	mirror://gentoo/${PN}-patches-${PATCHLEVEL}.tar.bz2"
 
 LICENSE="GPL-2"
-SLOT="1"
+SLOT="0"
 
 KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="3dfx a52 aalib alsa altivec arts avahi bidi cdda cddb cdio daap dbus dc1394
@@ -156,21 +156,18 @@
 
 S="${WORKDIR}/${MY_P}"
 
-# Block older versions, we can't upgrade cleanly until bug #157746 gets
-# resolved...
-RDEPEND="${RDEPEND}
-	!<media-video/vlc-0.8.8"
-DEPEND="${DEPEND}
-	!<media-video/vlc-0.8.8"
-
-
-
 # Dispalys a warning if the first use flag is set but not the second
 vlc_use_needs() {
 	use $1 && use !$2 && ewarn "USE=$1 requires $2, $1 will be disabled."
 }
 
 pkg_setup() {
+	if has_version '<media-video/vlc-0.8.8'; then
+		eerror "Upgrading from <0.9 vlc series will give you a broken player"
+		eerror "Please unmerge it first"
+		eerror "And have a look at https://bugs.gentoo.org/show_bug.cgi?id=157746"
+		die "Please unmerge older vlc versions"
+	fi
 	if use wxwindows || use skins; then
 		WX_GTK_VER="2.6"
 		need-wxwidgets unicode || die "You need to install wxGTK with unicode support."



1.267                media-video/vlc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?rev=1.267&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?rev=1.267&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?r1=1.266&r2=1.267

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v
retrieving revision 1.266
retrieving revision 1.267
diff -u -r1.266 -r1.267
--- ChangeLog	10 Oct 2007 18:11:26 -0000	1.266
+++ ChangeLog	10 Oct 2007 21:41:32 -0000	1.267
@@ -1,6 +1,10 @@
 # ChangeLog for media-video/vlc
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.266 2007/10/10 18:11:26 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.267 2007/10/10 21:41:32 aballier Exp $
+
+  10 Oct 2007; Alexis Ballier <aballier@gentoo.org>
+  vlc-0.9.0_alpha20071009.ebuild:
+  get back to only one slot, add a check for older versions instead, bug #195424
 
   10 Oct 2007; Alexis Ballier <aballier@gentoo.org>
   vlc-0.9.0_alpha20071009.ebuild:



-- 
gentoo-commits@gentoo.org mailing list



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

end of thread, other threads:[~2007-10-10 21:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-10 11:08 [gentoo-commits] gentoo-x86 commit in media-video/vlc: vlc-0.9.0_alpha20071009.ebuild ChangeLog Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2007-10-10 21:41 Alexis Ballier (aballier)
2007-10-10 18:11 Alexis Ballier (aballier)
2007-10-10 17:42 Alexis Ballier (aballier)
2007-10-10 17:09 Alexis Ballier (aballier)
2007-10-10 16:45 Alexis Ballier (aballier)
2007-10-10  9:45 Alexis Ballier (aballier)
2007-10-10  9:07 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