polynomial-c    14/04/29 07:02:03

  Modified:             gstreamer-0.10.36.ebuild ChangeLog
  Log:
  Fix compilation with >=sys-devel/bison-3.0 (bug #478676)
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  Changes    Path
1.16                 media-libs/gstreamer/gstreamer-0.10.36.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gstreamer/gstreamer-0.10.36.ebuild?rev=1.16&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gstreamer/gstreamer-0.10.36.ebuild?rev=1.16&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gstreamer/gstreamer-0.10.36.ebuild?r1=1.15&r2=1.16

Index: gstreamer-0.10.36.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/media-libs/gstreamer/gstreamer-0.10.36.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- gstreamer-0.10.36.ebuild    24 Feb 2013 17:54:48 -0000      1.15
+++ gstreamer-0.10.36.ebuild    29 Apr 2014 07:02:03 -0000      1.16
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/gstreamer/gstreamer-0.10.36.ebuild,v 1.15 
2013/02/24 17:54:48 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/gstreamer/gstreamer-0.10.36.ebuild,v 1.16 
2014/04/29 07:02:03 polynomial-c Exp $
 
 EAPI=4
 
@@ -34,6 +34,9 @@
        # Disable silly test that's not guaranteed to pass on an arbitrary 
machine
        epatch "${FILESDIR}/${PN}-0.10.36-disable-test_fail_abstract_new.patch"
 
+       # Fix compilation with >=sys-devel/bison-3.0 (#478676)
+       epatch "${FILESDIR}/${PN}-make-grammar.y-work-with-bison-3.patch"
+
        # Disable windows-portability tests that are relevant only on x86 and 
amd64
        # and can fail on other arches (bug #455038)
        if [[ ${ABI} != x86 && ${ABI} != amd64 ]]; then



1.366                media-libs/gstreamer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gstreamer/ChangeLog?rev=1.366&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gstreamer/ChangeLog?rev=1.366&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gstreamer/ChangeLog?r1=1.365&r2=1.366

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gstreamer/ChangeLog,v
retrieving revision 1.365
retrieving revision 1.366
diff -u -r1.365 -r1.366
--- ChangeLog   21 Apr 2014 10:29:32 -0000      1.365
+++ ChangeLog   29 Apr 2014 07:02:03 -0000      1.366
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/gstreamer
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/ChangeLog,v 1.365 
2014/04/21 10:29:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/ChangeLog,v 1.366 
2014/04/29 07:02:03 polynomial-c Exp $
+
+  29 Apr 2014; Lars Wendler <polynomia...@gentoo.org> gstreamer-0.10.36.ebuild,
+  +files/gstreamer-make-grammar.y-work-with-bison-3.patch:
+  Fix compilation with >=sys-devel/bison-3.0 (bug #478676).
 
   21 Apr 2014; Agostino Sarubbo <a...@gentoo.org> gstreamer-1.2.3.ebuild:
   Stable for arm, wrt bug #507568




Reply via email to