Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-plugins/gnash: gnash-0.8.9.ebuild ChangeLog
Date: Sat, 02 Jul 2011 21:09:13
Message-Id: 20110702210902.5ABF920051@flycatcher.gentoo.org
1 chithanh 11/07/02 21:09:02
2
3 Modified: gnash-0.8.9.ebuild ChangeLog
4 Log:
5 Fix building against ffmpeg-0.8, bug #362949
6
7 (Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.7 www-plugins/gnash/gnash-0.8.9.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.9.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.9.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.9.ebuild?r1=1.6&r2=1.7
15
16 Index: gnash-0.8.9.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.9.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- gnash-0.8.9.ebuild 7 Jun 2011 02:47:28 -0000 1.6
23 +++ gnash-0.8.9.ebuild 2 Jul 2011 21:09:02 -0000 1.7
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.9.ebuild,v 1.6 2011/06/07 02:47:28 abcd Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.9.ebuild,v 1.7 2011/07/02 21:09:02 chithanh Exp $
29
30 EAPI=3
31 CMAKE_REQUIRED="never"
32 @@ -15,7 +15,7 @@
33 if [[ ${PV} = 9999* ]]; then
34 SRC_URI=""
35 EGIT_REPO_URI="git://git.savannah.gnu.org/gnash.git"
36 - inherit git
37 + inherit git-2
38 else
39 SRC_URI="mirror://gnu/${PN}/${PV}/${P}.tar.bz2"
40 fi
41 @@ -152,8 +152,12 @@
42 epatch "${FILESDIR}"/${PN}-0.8.9-libavcodec-version.patch
43 epatch "${FILESDIR}"/${PN}-0.8.9-look-harder-for-version_h.patch
44
45 - # Fix linking against recent ffmpeg, bug #362949, upstream #107657
46 + # Fix building against ffmpeg-0.8, bug #362949, upstream #33696
47 + epatch "${FILESDIR}"/${PN}-0.8.9-no-deprecated-avcodec-audio-resample.patch
48 + epatch "${FILESDIR}"/${PN}-0.8.9-no-deprecated-avcodec-decode-audio.patch
49 + epatch "${FILESDIR}"/${PN}-0.8.9-no-deprecated-avcodec-decode-video.patch
50 epatch "${FILESDIR}"/${PN}-0.8.9-no-deprecated-avcodec-parser.patch
51 + epatch "${FILESDIR}"/${PN}-0.8.9-no-deprecated-avformat-metadata.patch
52
53 # Fix building on ppc64, bug #342535
54 use ppc64 && append-flags -mminimal-toc
55
56
57
58 1.64 www-plugins/gnash/ChangeLog
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.64&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.64&content-type=text/plain
62 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?r1=1.63&r2=1.64
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v
67 retrieving revision 1.63
68 retrieving revision 1.64
69 diff -u -r1.63 -r1.64
70 --- ChangeLog 26 Jun 2011 15:03:00 -0000 1.63
71 +++ ChangeLog 2 Jul 2011 21:09:02 -0000 1.64
72 @@ -1,6 +1,14 @@
73 # ChangeLog for www-plugins/gnash
74 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.63 2011/06/26 15:03:00 ranger Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.64 2011/07/02 21:09:02 chithanh Exp $
77 +
78 + 02 Jul 2011; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
79 + gnash-0.8.9.ebuild,
80 + +files/gnash-0.8.9-no-deprecated-avcodec-audio-resample.patch,
81 + +files/gnash-0.8.9-no-deprecated-avcodec-decode-audio.patch,
82 + +files/gnash-0.8.9-no-deprecated-avcodec-decode-video.patch,
83 + +files/gnash-0.8.9-no-deprecated-avformat-metadata.patch:
84 + Fix building against ffmpeg-0.8, bug #362949
85
86 26 Jun 2011; Brent Baude <ranger@g.o> gnash-0.8.8.ebuild:
87 Marking gnash-0.8.8 ppc for bug 339102