Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/transcode: ChangeLog transcode-1.1.4.ebuild
Date: Mon, 26 Oct 2009 12:51:27
Message-Id: E1N2P2g-0007Ph-4B@stork.gentoo.org
1 aballier 09/10/26 12:51:22
2
3 Modified: ChangeLog transcode-1.1.4.ebuild
4 Log:
5 Add a patch to fix build/runtime with latest x264
6 (Portage version: 2.2_rc46/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.261 media-video/transcode/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/transcode/ChangeLog?rev=1.261&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/transcode/ChangeLog?rev=1.261&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/transcode/ChangeLog?r1=1.260&r2=1.261
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-video/transcode/ChangeLog,v
18 retrieving revision 1.260
19 retrieving revision 1.261
20 diff -u -r1.260 -r1.261
21 --- ChangeLog 25 Aug 2009 15:32:49 -0000 1.260
22 +++ ChangeLog 26 Oct 2009 12:51:21 -0000 1.261
23 @@ -1,6 +1,10 @@
24 # ChangeLog for media-video/transcode
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/ChangeLog,v 1.260 2009/08/25 15:32:49 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/ChangeLog,v 1.261 2009/10/26 12:51:21 aballier Exp $
28 +
29 + 26 Oct 2009; Alexis Ballier <aballier@g.o> transcode-1.1.4.ebuild,
30 + +files/transcode-1.1.4-x264.patch:
31 + Add a patch to fix build/runtime with latest x264
32
33 25 Aug 2009; Alexis Ballier <aballier@g.o>
34 -transcode-1.1.1-r3.ebuild, -transcode-1.1.1-r4.ebuild,
35
36
37
38 1.2 media-video/transcode/transcode-1.1.4.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/transcode/transcode-1.1.4.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/transcode/transcode-1.1.4.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/transcode/transcode-1.1.4.ebuild?r1=1.1&r2=1.2
43
44 Index: transcode-1.1.4.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-1.1.4.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- transcode-1.1.4.ebuild 25 Aug 2009 15:31:18 -0000 1.1
51 +++ transcode-1.1.4.ebuild 26 Oct 2009 12:51:21 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-1.1.4.ebuild,v 1.1 2009/08/25 15:31:18 aballier Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-1.1.4.ebuild,v 1.2 2009/10/26 12:51:21 aballier Exp $
57
58 EAPI="2"
59
60 @@ -54,6 +54,7 @@
61 "${S}"/Makefile.am "${S}"/docs/Makefile.am "${S}"/docs/html/Makefile.am \
62 "${S}"/docs/pvm3/Makefile.am "${S}"/docs/tech/html/Makefile.am \
63 "${S}"/docs/tech/Makefile.am
64 + epatch "${FILESDIR}/${P}-x264.patch"
65
66 eautoreconf
67 }