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

aballier    10/01/10 17:04:46

  Modified:             vlc-9999.ebuild ChangeLog vlc-1.0.4.ebuild
                        vlc-1.0.9999.ebuild
  Log:
  Remove seamonkey support, by Lars Wendler (Polynomial-C) <polynomial-c@gentoo.org>, bug #300456; also update -9999 patchset to match recent file moves.
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.55                 media-video/vlc/vlc-9999.ebuild

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

Index: vlc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- vlc-9999.ebuild	9 Jan 2010 11:55:40 -0000	1.54
+++ vlc-9999.ebuild	10 Jan 2010 17:04:46 -0000	1.55
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.54 2010/01/09 11:55:40 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.55 2010/01/10 17:04:46 aballier Exp $
 
 EAPI="2"
 
@@ -24,7 +24,7 @@
 MY_P="${PN}-${MY_PV}"
 VLC_SNAPSHOT_TIME="0013"
 
-PATCHLEVEL="72"
+PATCHLEVEL="80"
 DESCRIPTION="VLC media player - Video player and streamer"
 HOMEPAGE="http://www.videolan.org/vlc/"
 if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
@@ -51,7 +51,7 @@
 	libnotify libproxy libsysfs libtiger libv4l libv4l2 lirc live lua matroska mmx
 	modplug mp3 mpeg mtp musepack ncurses nsplugin ogg opengl optimisememory oss
 	png projectm pulseaudio pvr +qt4 remoteosd rtsp run-as-root samba
-	schroedinger sdl sdl-image seamonkey shine shout skins speex sqlite sse stream
+	schroedinger sdl sdl-image shine shout skins speex sqlite sse stream
 	svg svga taglib theora truetype twolame udev upnp v4l v4l2 vcdinfo vcdx vlm
 	vorbis win32codecs wma-fixed x264 +xcb xml xosd xv zvbi"
 
@@ -108,10 +108,7 @@
 		mtp? ( >=media-libs/libmtp-0.3.0 )
 		musepack? ( >=media-sound/musepack-tools-444 )
 		ncurses? ( sys-libs/ncurses )
-		nsplugin? (
-			seamonkey?  ( =www-client/seamonkey-1* )
-			!seamonkey? ( >=net-libs/xulrunner-1.8 )
-		)
+		nsplugin? ( >=net-libs/xulrunner-1.8 )
 		ogg? ( media-libs/libogg )
 		opengl? ( virtual/opengl )
 		png? ( media-libs/libpng sys-libs/zlib )
@@ -232,14 +229,10 @@
 	local MOZILLA_PC
 
 	if use nsplugin; then
-		if use seamonkey; then
-			MOZILLA_PC=seamonkey-plugin
+		if has_version 'net-libs/xulrunner:1.9' ; then
+			MOZILLA_PC=libxul
 		else
-			if has_version 'net-libs/xulrunner:1.9' ; then
-				MOZILLA_PC=libxul
-			else
-				MOZILLA_PC=xulrunner-plugin
-			fi
+			MOZILLA_PC=xulrunner-plugin
 		fi
 	fi
 



1.546                media-video/vlc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v
retrieving revision 1.545
retrieving revision 1.546
diff -u -r1.545 -r1.546
--- ChangeLog	9 Jan 2010 15:35:11 -0000	1.545
+++ ChangeLog	10 Jan 2010 17:04:46 -0000	1.546
@@ -1,6 +1,12 @@
 # ChangeLog for media-video/vlc
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.545 2010/01/09 15:35:11 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.546 2010/01/10 17:04:46 aballier Exp $
+
+  10 Jan 2010; Alexis Ballier <aballier@gentoo.org> vlc-1.0.4.ebuild,
+  vlc-1.0.9999.ebuild, vlc-9999.ebuild:
+  Remove seamonkey support, by Lars Wendler (Polynomial-C)
+  <polynomial-c@gentoo.org>, bug #300456; also update -9999 patchset to
+  match recent file moves.
 
   09 Jan 2010; Christian Faulhammer <fauli@gentoo.org> vlc-1.0.4.ebuild:
   stable x86, bug 297849



1.6                  media-video/vlc/vlc-1.0.4.ebuild

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

Index: vlc-1.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- vlc-1.0.4.ebuild	9 Jan 2010 15:35:11 -0000	1.5
+++ vlc-1.0.4.ebuild	10 Jan 2010 17:04:46 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.4.ebuild,v 1.5 2010/01/09 15:35:11 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.4.ebuild,v 1.6 2010/01/10 17:04:46 aballier Exp $
 
 EAPI="2"
 
@@ -52,7 +52,7 @@
 	libnotify libproxy libsysfs libtiger libv4l2 lirc live lua matroska mmx
 	modplug mp3 mpeg mtp musepack ncurses nsplugin ogg opengl optimisememory oss
 	pda png pulseaudio pvr +qt4 remoteosd rtsp run-as-root samba schroedinger
-	sdl sdl-image seamonkey shine shout skins speex sse stream svg svga taglib
+	sdl sdl-image shine shout skins speex sse stream svg svga taglib
 	theora truetype twolame udev upnp v4l v4l2 vcdinfo vcdx vlm vorbis win32codecs
 	wma-fixed X x264 xcb xinerama xml xosd xv zvbi"
 
@@ -112,10 +112,7 @@
 		mtp? ( >=media-libs/libmtp-0.3.0 )
 		musepack? ( >=media-sound/musepack-tools-444 )
 		ncurses? ( sys-libs/ncurses )
-		nsplugin? (
-			seamonkey?  ( =www-client/seamonkey-1* )
-			!seamonkey? ( >=net-libs/xulrunner-1.8 )
-		)
+		nsplugin? ( >=net-libs/xulrunner-1.8 )
 		ogg? ( media-libs/libogg )
 		pda? ( x11-libs/gtk+:2 )
 		png? ( media-libs/libpng )
@@ -244,14 +241,10 @@
 	local MOZILLA_PC
 
 	if use nsplugin; then
-		if use seamonkey; then
-			MOZILLA_PC=seamonkey-plugin
+		if has_version 'net-libs/xulrunner:1.9' ; then
+			MOZILLA_PC=libxul
 		else
-			if has_version 'net-libs/xulrunner:1.9' ; then
-				MOZILLA_PC=libxul
-			else
-				MOZILLA_PC=xulrunner-plugin
-			fi
+			MOZILLA_PC=xulrunner-plugin
 		fi
 	fi
 



1.34                 media-video/vlc/vlc-1.0.9999.ebuild

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

Index: vlc-1.0.9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.9999.ebuild,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- vlc-1.0.9999.ebuild	3 Jan 2010 19:42:42 -0000	1.33
+++ vlc-1.0.9999.ebuild	10 Jan 2010 17:04:46 -0000	1.34
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.9999.ebuild,v 1.33 2010/01/03 19:42:42 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.9999.ebuild,v 1.34 2010/01/10 17:04:46 aballier Exp $
 
 EAPI="2"
 
@@ -53,7 +53,7 @@
 	libnotify libproxy libsysfs libtiger libv4l2 lirc live lua matroska mmx
 	modplug mp3 mpeg mtp musepack ncurses nsplugin ogg opengl optimisememory oss
 	pda png pulseaudio pvr +qt4 remoteosd rtsp run-as-root samba schroedinger
-	sdl sdl-image seamonkey shine shout skins speex sse stream svg svga taglib
+	sdl sdl-image shine shout skins speex sse stream svg svga taglib
 	theora truetype twolame udev upnp v4l v4l2 vcdinfo vcdx vlm vorbis win32codecs
 	wma-fixed X x264 xcb xinerama xml xosd xv zvbi"
 
@@ -113,10 +113,7 @@
 		mtp? ( >=media-libs/libmtp-0.3.0 )
 		musepack? ( >=media-sound/musepack-tools-444 )
 		ncurses? ( sys-libs/ncurses )
-		nsplugin? (
-			seamonkey?  ( =www-client/seamonkey-1* )
-			!seamonkey? ( >=net-libs/xulrunner-1.8 )
-		)
+		nsplugin? ( >=net-libs/xulrunner-1.8 )
 		ogg? ( media-libs/libogg )
 		pda? ( x11-libs/gtk+:2 )
 		png? ( media-libs/libpng )
@@ -245,14 +242,10 @@
 	local MOZILLA_PC
 
 	if use nsplugin; then
-		if use seamonkey; then
-			MOZILLA_PC=seamonkey-plugin
+		if has_version 'net-libs/xulrunner:1.9' ; then
+			MOZILLA_PC=libxul
 		else
-			if has_version 'net-libs/xulrunner:1.9' ; then
-				MOZILLA_PC=libxul
-			else
-				MOZILLA_PC=xulrunner-plugin
-			fi
+			MOZILLA_PC=xulrunner-plugin
 		fi
 	fi
 






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

* [gentoo-commits] gentoo-x86 commit in media-video/vlc: vlc-9999.ebuild ChangeLog vlc-1.0.4.ebuild vlc-1.0.9999.ebuild
@ 2010-01-12 21:48 Alexis Ballier (aballier)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2010-01-12 21:48 UTC (permalink / raw
  To: gentoo-commits

aballier    10/01/12 21:48:40

  Modified:             vlc-9999.ebuild ChangeLog vlc-1.0.4.ebuild
                        vlc-1.0.9999.ebuild
  Log:
  Add missing libXt and libXpm deps for the mozilla plugin, bug #300152, by Donnie Lunder <speedy@carboncode.com>
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.56                 media-video/vlc/vlc-9999.ebuild

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

Index: vlc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- vlc-9999.ebuild	10 Jan 2010 17:04:46 -0000	1.55
+++ vlc-9999.ebuild	12 Jan 2010 21:48:40 -0000	1.56
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.55 2010/01/10 17:04:46 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.56 2010/01/12 21:48:40 aballier Exp $
 
 EAPI="2"
 
@@ -108,7 +108,7 @@
 		mtp? ( >=media-libs/libmtp-0.3.0 )
 		musepack? ( >=media-sound/musepack-tools-444 )
 		ncurses? ( sys-libs/ncurses )
-		nsplugin? ( >=net-libs/xulrunner-1.8 )
+		nsplugin? ( >=net-libs/xulrunner-1.8 x11-libs/libXpm x11-libs/libXt )
 		ogg? ( media-libs/libogg )
 		opengl? ( virtual/opengl )
 		png? ( media-libs/libpng sys-libs/zlib )



1.547                media-video/vlc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v
retrieving revision 1.546
retrieving revision 1.547
diff -u -r1.546 -r1.547
--- ChangeLog	10 Jan 2010 17:04:46 -0000	1.546
+++ ChangeLog	12 Jan 2010 21:48:40 -0000	1.547
@@ -1,6 +1,11 @@
 # ChangeLog for media-video/vlc
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.546 2010/01/10 17:04:46 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.547 2010/01/12 21:48:40 aballier Exp $
+
+  12 Jan 2010; Alexis Ballier <aballier@gentoo.org> vlc-1.0.4.ebuild,
+  vlc-1.0.9999.ebuild, vlc-9999.ebuild:
+  Add missing libXt and libXpm deps for the mozilla plugin, bug #300152, by
+  Donnie Lunder <speedy@carboncode.com>
 
   10 Jan 2010; Alexis Ballier <aballier@gentoo.org> vlc-1.0.4.ebuild,
   vlc-1.0.9999.ebuild, vlc-9999.ebuild:



1.7                  media-video/vlc/vlc-1.0.4.ebuild

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

Index: vlc-1.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- vlc-1.0.4.ebuild	10 Jan 2010 17:04:46 -0000	1.6
+++ vlc-1.0.4.ebuild	12 Jan 2010 21:48:40 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.4.ebuild,v 1.6 2010/01/10 17:04:46 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.4.ebuild,v 1.7 2010/01/12 21:48:40 aballier Exp $
 
 EAPI="2"
 
@@ -112,7 +112,7 @@
 		mtp? ( >=media-libs/libmtp-0.3.0 )
 		musepack? ( >=media-sound/musepack-tools-444 )
 		ncurses? ( sys-libs/ncurses )
-		nsplugin? ( >=net-libs/xulrunner-1.8 )
+		nsplugin? ( >=net-libs/xulrunner-1.8 x11-libs/libXpm x11-libs/libXt )
 		ogg? ( media-libs/libogg )
 		pda? ( x11-libs/gtk+:2 )
 		png? ( media-libs/libpng )



1.35                 media-video/vlc/vlc-1.0.9999.ebuild

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

Index: vlc-1.0.9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.9999.ebuild,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- vlc-1.0.9999.ebuild	10 Jan 2010 17:04:46 -0000	1.34
+++ vlc-1.0.9999.ebuild	12 Jan 2010 21:48:40 -0000	1.35
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.9999.ebuild,v 1.34 2010/01/10 17:04:46 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.9999.ebuild,v 1.35 2010/01/12 21:48:40 aballier Exp $
 
 EAPI="2"
 
@@ -113,7 +113,7 @@
 		mtp? ( >=media-libs/libmtp-0.3.0 )
 		musepack? ( >=media-sound/musepack-tools-444 )
 		ncurses? ( sys-libs/ncurses )
-		nsplugin? ( >=net-libs/xulrunner-1.8 )
+		nsplugin? ( >=net-libs/xulrunner-1.8 x11-libs/libXpm x11-libs/libXt )
 		ogg? ( media-libs/libogg )
 		pda? ( x11-libs/gtk+:2 )
 		png? ( media-libs/libpng )






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

* [gentoo-commits] gentoo-x86 commit in media-video/vlc: vlc-9999.ebuild ChangeLog vlc-1.0.4.ebuild vlc-1.0.9999.ebuild
@ 2010-01-23 10:57 Alexis Ballier (aballier)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2010-01-23 10:57 UTC (permalink / raw
  To: gentoo-commits

aballier    10/01/23 10:57:20

  Modified:             vlc-9999.ebuild ChangeLog vlc-1.0.4.ebuild
                        vlc-1.0.9999.ebuild
  Log:
  nsplugin doesnt build with xulrunner 1.9.2, adjust the dep until properly fixed
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.58                 media-video/vlc/vlc-9999.ebuild

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

Index: vlc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- vlc-9999.ebuild	19 Jan 2010 11:11:14 -0000	1.57
+++ vlc-9999.ebuild	23 Jan 2010 10:57:18 -0000	1.58
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.57 2010/01/19 11:11:14 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.58 2010/01/23 10:57:18 aballier Exp $
 
 EAPI="2"
 
@@ -108,7 +108,7 @@
 		mtp? ( >=media-libs/libmtp-0.3.0 )
 		musepack? ( >=media-sound/musepack-tools-444 )
 		ncurses? ( sys-libs/ncurses )
-		nsplugin? ( >=net-libs/xulrunner-1.8 x11-libs/libXpm x11-libs/libXt )
+		nsplugin? ( >=net-libs/xulrunner-1.8 x11-libs/libXpm x11-libs/libXt	<net-libs/xulrunner-1.9.2 )
 		ogg? ( media-libs/libogg )
 		opengl? ( virtual/opengl )
 		png? ( media-libs/libpng sys-libs/zlib )



1.549                media-video/vlc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v
retrieving revision 1.548
retrieving revision 1.549
diff -u -r1.548 -r1.549
--- ChangeLog	19 Jan 2010 11:11:14 -0000	1.548
+++ ChangeLog	23 Jan 2010 10:57:18 -0000	1.549
@@ -1,6 +1,11 @@
 # ChangeLog for media-video/vlc
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.548 2010/01/19 11:11:14 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.549 2010/01/23 10:57:18 aballier Exp $
+
+  23 Jan 2010; Alexis Ballier <aballier@gentoo.org> vlc-1.0.4.ebuild,
+  vlc-1.0.9999.ebuild, vlc-9999.ebuild:
+  nsplugin doesnt build with xulrunner 1.9.2, adjust the dep until properly
+  fixed
 
   19 Jan 2010; Alexis Ballier <aballier@gentoo.org> vlc-9999.ebuild:
   vcdinfo -> libvcdinfo use_enable



1.8                  media-video/vlc/vlc-1.0.4.ebuild

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

Index: vlc-1.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- vlc-1.0.4.ebuild	12 Jan 2010 21:48:40 -0000	1.7
+++ vlc-1.0.4.ebuild	23 Jan 2010 10:57:19 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.4.ebuild,v 1.7 2010/01/12 21:48:40 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.4.ebuild,v 1.8 2010/01/23 10:57:19 aballier Exp $
 
 EAPI="2"
 
@@ -112,7 +112,7 @@
 		mtp? ( >=media-libs/libmtp-0.3.0 )
 		musepack? ( >=media-sound/musepack-tools-444 )
 		ncurses? ( sys-libs/ncurses )
-		nsplugin? ( >=net-libs/xulrunner-1.8 x11-libs/libXpm x11-libs/libXt )
+		nsplugin? ( >=net-libs/xulrunner-1.8 x11-libs/libXpm x11-libs/libXt	<net-libs/xulrunner-1.9.2 )
 		ogg? ( media-libs/libogg )
 		pda? ( x11-libs/gtk+:2 )
 		png? ( media-libs/libpng )



1.36                 media-video/vlc/vlc-1.0.9999.ebuild

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

Index: vlc-1.0.9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.9999.ebuild,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- vlc-1.0.9999.ebuild	12 Jan 2010 21:48:40 -0000	1.35
+++ vlc-1.0.9999.ebuild	23 Jan 2010 10:57:19 -0000	1.36
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.9999.ebuild,v 1.35 2010/01/12 21:48:40 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.9999.ebuild,v 1.36 2010/01/23 10:57:19 aballier Exp $
 
 EAPI="2"
 
@@ -113,7 +113,7 @@
 		mtp? ( >=media-libs/libmtp-0.3.0 )
 		musepack? ( >=media-sound/musepack-tools-444 )
 		ncurses? ( sys-libs/ncurses )
-		nsplugin? ( >=net-libs/xulrunner-1.8 x11-libs/libXpm x11-libs/libXt )
+		nsplugin? ( >=net-libs/xulrunner-1.8 x11-libs/libXpm x11-libs/libXt	<net-libs/xulrunner-1.9.2 )
 		ogg? ( media-libs/libogg )
 		pda? ( x11-libs/gtk+:2 )
 		png? ( media-libs/libpng )






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

end of thread, other threads:[~2010-01-23 10:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-12 21:48 [gentoo-commits] gentoo-x86 commit in media-video/vlc: vlc-9999.ebuild ChangeLog vlc-1.0.4.ebuild vlc-1.0.9999.ebuild Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2010-01-23 10:57 Alexis Ballier (aballier)
2010-01-10 17:04 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