Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/gstreamer: gstreamer-0.10.36.ebuild ChangeLog
Date: Tue, 29 Apr 2014 07:02:09
Message-Id: 20140429070204.5930D2004B@flycatcher.gentoo.org
1 polynomial-c 14/04/29 07:02:03
2
3 Modified: gstreamer-0.10.36.ebuild ChangeLog
4 Log:
5 Fix compilation with >=sys-devel/bison-3.0 (bug #478676)
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
8
9 Revision Changes Path
10 1.16 media-libs/gstreamer/gstreamer-0.10.36.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gstreamer/gstreamer-0.10.36.ebuild?rev=1.16&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gstreamer/gstreamer-0.10.36.ebuild?rev=1.16&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gstreamer/gstreamer-0.10.36.ebuild?r1=1.15&r2=1.16
15
16 Index: gstreamer-0.10.36.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/gstreamer/gstreamer-0.10.36.ebuild,v
19 retrieving revision 1.15
20 retrieving revision 1.16
21 diff -u -r1.15 -r1.16
22 --- gstreamer-0.10.36.ebuild 24 Feb 2013 17:54:48 -0000 1.15
23 +++ gstreamer-0.10.36.ebuild 29 Apr 2014 07:02:03 -0000 1.16
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/gstreamer-0.10.36.ebuild,v 1.15 2013/02/24 17:54:48 ago Exp $
29 +# $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 $
30
31 EAPI=4
32
33 @@ -34,6 +34,9 @@
34 # Disable silly test that's not guaranteed to pass on an arbitrary machine
35 epatch "${FILESDIR}/${PN}-0.10.36-disable-test_fail_abstract_new.patch"
36
37 + # Fix compilation with >=sys-devel/bison-3.0 (#478676)
38 + epatch "${FILESDIR}/${PN}-make-grammar.y-work-with-bison-3.patch"
39 +
40 # Disable windows-portability tests that are relevant only on x86 and amd64
41 # and can fail on other arches (bug #455038)
42 if [[ ${ABI} != x86 && ${ABI} != amd64 ]]; then
43
44
45
46 1.366 media-libs/gstreamer/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gstreamer/ChangeLog?rev=1.366&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gstreamer/ChangeLog?rev=1.366&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gstreamer/ChangeLog?r1=1.365&r2=1.366
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/media-libs/gstreamer/ChangeLog,v
55 retrieving revision 1.365
56 retrieving revision 1.366
57 diff -u -r1.365 -r1.366
58 --- ChangeLog 21 Apr 2014 10:29:32 -0000 1.365
59 +++ ChangeLog 29 Apr 2014 07:02:03 -0000 1.366
60 @@ -1,6 +1,10 @@
61 # ChangeLog for media-libs/gstreamer
62 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/ChangeLog,v 1.365 2014/04/21 10:29:32 ago Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/ChangeLog,v 1.366 2014/04/29 07:02:03 polynomial-c Exp $
65 +
66 + 29 Apr 2014; Lars Wendler <polynomial-c@g.o> gstreamer-0.10.36.ebuild,
67 + +files/gstreamer-make-grammar.y-work-with-bison-3.patch:
68 + Fix compilation with >=sys-devel/bison-3.0 (bug #478676).
69
70 21 Apr 2014; Agostino Sarubbo <ago@g.o> gstreamer-1.2.3.ebuild:
71 Stable for arm, wrt bug #507568