tomwij      14/04/25 00:35:39

  Modified:             vlc-2.0.7.ebuild vlc-2.0.5.ebuild ChangeLog
  Log:
  Backport FLAC 1.3.x support patch to 2.0.5 and 2.0.7, pointed out by monkeh; 
fixes bug #471936, reported by Alphat-PC, tested by Zero_Chaos.
  
  (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 
6D34E57D)

Revision  Changes    Path
1.13                 media-video/vlc/vlc-2.0.7.ebuild

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

Index: vlc-2.0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.0.7.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- vlc-2.0.7.ebuild    26 Mar 2014 15:50:35 -0000      1.12
+++ vlc-2.0.7.ebuild    25 Apr 2014 00:35:39 -0000      1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.0.7.ebuild,v 1.12 
2014/03/26 15:50:35 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.0.7.ebuild,v 1.13 
2014/04/25 00:35:39 tomwij Exp $
 
 EAPI="5"
 
@@ -194,7 +194,8 @@
        # Make it build with libtool 1.5
        rm -f m4/lt* m4/libtool.m4
 
-       epatch "${WORKDIR}/patches/010_all_freetype-font.patch"
+       epatch "${WORKDIR}"/patches/010_all_freetype-font.patch
+       epatch "${FILESDIR}"/${P}-include-flac-1.3.x-support.patch
 
        eautoreconf
 }



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

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

Index: vlc-2.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.0.5.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- vlc-2.0.5.ebuild    26 Mar 2014 15:50:36 -0000      1.13
+++ vlc-2.0.5.ebuild    25 Apr 2014 00:35:39 -0000      1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.0.5.ebuild,v 1.13 
2014/03/26 15:50:36 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.0.5.ebuild,v 1.14 
2014/04/25 00:35:39 tomwij Exp $
 
 EAPI="5"
 
@@ -194,6 +194,8 @@
        # Make it build with libtool 1.5
        rm -f m4/lt* m4/libtool.m4
 
+       epatch "${FILESDIR}"/${PN}-2.0.7-include-flac-1.3.x-support.patch
+
        eautoreconf
 }
 



1.902                media-video/vlc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v
retrieving revision 1.901
retrieving revision 1.902
diff -u -r1.901 -r1.902
--- ChangeLog   23 Apr 2014 13:52:59 -0000      1.901
+++ ChangeLog   25 Apr 2014 00:35:39 -0000      1.902
@@ -1,6 +1,12 @@
 # ChangeLog for media-video/vlc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.901 
2014/04/23 13:52:59 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.902 
2014/04/25 00:35:39 tomwij Exp $
+
+  25 Apr 2014; Tom Wijsman <[email protected]>
+  +files/vlc-2.0.7-include-flac-1.3.x-support.patch, vlc-2.0.5.ebuild,
+  vlc-2.0.7.ebuild:
+  Backport FLAC 1.3.x support patch to 2.0.5 and 2.0.7, pointed out by monkeh;
+  fixes bug #471936, reported by Alphat-PC, tested by Zero_Chaos.
 
   23 Apr 2014; Tom Wijsman <[email protected]> vlc-9999.ebuild:
   Reviewed dependencies of 9999 ebuild according to configure.ac; fixes bug




Reply via email to