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 vlc-2.0.1.ebuild ChangeLog vlc-2.0.2.ebuild vlc-2.0.9999.ebuild
@ 2012-06-30 20:12 Alexis Ballier (aballier)
  0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2012-06-30 20:12 UTC (permalink / raw
  To: gentoo-commits

aballier    12/06/30 20:12:06

  Modified:             vlc-9999.ebuild vlc-2.0.1.ebuild ChangeLog
                        vlc-2.0.2.ebuild vlc-2.0.9999.ebuild
  Log:
  fix ffmpeg useflag logic: it means avcodec, avformat, swscale and postproc, bug #423017 by Hans
  
  (Portage version: 2.2.0_alpha114/cvs/Linux x86_64)

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-9999.ebuild?rev=1.177&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-9999.ebuild?rev=1.177&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-9999.ebuild?r1=1.176&r2=1.177

Index: vlc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -r1.176 -r1.177
--- vlc-9999.ebuild	12 Jun 2012 18:30:09 -0000	1.176
+++ vlc-9999.ebuild	30 Jun 2012 20:12:06 -0000	1.177
@@ -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-video/vlc/vlc-9999.ebuild,v 1.176 2012/06/12 18:30:09 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.177 2012/06/30 20:12:06 aballier Exp $
 
 EAPI="4"
 
@@ -159,9 +159,7 @@
 	dvb? ( dvbpsi )
 	dxva2? ( avcodec )
 	egl? ( X )
-	avcodec? ( ffmpeg )
-	avformat? ( ffmpeg )
-	swscale? ( ffmpeg )
+	ffmpeg? ( avcodec avformat swscale postproc )
 	fontconfig? ( truetype )
 	gnutls? ( gcrypt )
 	libcaca? ( X )



1.18                 media-video/vlc/vlc-2.0.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.0.1.ebuild?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.0.1.ebuild?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.0.1.ebuild?r1=1.17&r2=1.18

Index: vlc-2.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.0.1.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- vlc-2.0.1.ebuild	14 Jun 2012 21:35:51 -0000	1.17
+++ vlc-2.0.1.ebuild	30 Jun 2012 20:12:06 -0000	1.18
@@ -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-video/vlc/vlc-2.0.1.ebuild,v 1.17 2012/06/14 21:35:51 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.0.1.ebuild,v 1.18 2012/06/30 20:12:06 aballier Exp $
 
 EAPI="4"
 
@@ -162,9 +162,7 @@
 	dvb? ( dvbpsi )
 	dxva2? ( avcodec )
 	egl? ( X )
-	avcodec? ( ffmpeg )
-	avformat? ( ffmpeg )
-	swscale? ( ffmpeg )
+	ffmpeg? ( avcodec avformat swscale postproc )
 	fontconfig? ( truetype )
 	gnutls? ( gcrypt )
 	libtar? ( skins )



1.812                media-video/vlc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/ChangeLog?rev=1.812&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/ChangeLog?rev=1.812&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/ChangeLog?r1=1.811&r2=1.812

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v
retrieving revision 1.811
retrieving revision 1.812
diff -u -r1.811 -r1.812
--- ChangeLog	30 Jun 2012 12:26:24 -0000	1.811
+++ ChangeLog	30 Jun 2012 20:12:06 -0000	1.812
@@ -1,6 +1,11 @@
 # ChangeLog for media-video/vlc
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.811 2012/06/30 12:26:24 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.812 2012/06/30 20:12:06 aballier Exp $
+
+  30 Jun 2012; Alexis Ballier <aballier@gentoo.org> vlc-2.0.1.ebuild,
+  vlc-2.0.2.ebuild, vlc-2.0.9999.ebuild, vlc-9999.ebuild:
+  fix ffmpeg useflag logic: it means avcodec, avformat, swscale and postproc,
+  bug #423017 by Hans
 
 *vlc-2.0.2 (30 Jun 2012)
 



1.2                  media-video/vlc/vlc-2.0.2.ebuild

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

Index: vlc-2.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.0.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vlc-2.0.2.ebuild	30 Jun 2012 12:26:24 -0000	1.1
+++ vlc-2.0.2.ebuild	30 Jun 2012 20:12:06 -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-video/vlc/vlc-2.0.2.ebuild,v 1.1 2012/06/30 12:26:24 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.0.2.ebuild,v 1.2 2012/06/30 20:12:06 aballier Exp $
 
 EAPI="4"
 
@@ -162,9 +162,7 @@
 	dvb? ( dvbpsi )
 	dxva2? ( avcodec )
 	egl? ( X )
-	avcodec? ( ffmpeg )
-	avformat? ( ffmpeg )
-	swscale? ( ffmpeg )
+	ffmpeg? ( avcodec avformat swscale postproc )
 	fontconfig? ( truetype )
 	gnutls? ( gcrypt )
 	libcaca? ( X )



1.14                 media-video/vlc/vlc-2.0.9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.0.9999.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.0.9999.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.0.9999.ebuild?r1=1.13&r2=1.14

Index: vlc-2.0.9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.0.9999.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- vlc-2.0.9999.ebuild	12 Jun 2012 18:30:09 -0000	1.13
+++ vlc-2.0.9999.ebuild	30 Jun 2012 20:12:06 -0000	1.14
@@ -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-video/vlc/vlc-2.0.9999.ebuild,v 1.13 2012/06/12 18:30:09 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.0.9999.ebuild,v 1.14 2012/06/30 20:12:06 aballier Exp $
 
 EAPI="4"
 
@@ -162,9 +162,7 @@
 	dvb? ( dvbpsi )
 	dxva2? ( avcodec )
 	egl? ( X )
-	avcodec? ( ffmpeg )
-	avformat? ( ffmpeg )
-	swscale? ( ffmpeg )
+	ffmpeg? ( avcodec avformat swscale postproc )
 	fontconfig? ( truetype )
 	gnutls? ( gcrypt )
 	libcaca? ( X )






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

only message in thread, other threads:[~2012-06-30 20:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-30 20:12 [gentoo-commits] gentoo-x86 commit in media-video/vlc: vlc-9999.ebuild vlc-2.0.1.ebuild ChangeLog vlc-2.0.2.ebuild vlc-2.0.9999.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