Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/ffmpeg-php: ChangeLog ffmpeg-php-0.6.0-r1.ebuild
Date: Mon, 09 Jan 2012 15:27:06
Message-Id: 20120109152653.72DA12004B@flycatcher.gentoo.org
1 aballier 12/01/09 15:26:53
2
3 Modified: ChangeLog ffmpeg-php-0.6.0-r1.ebuild
4 Log:
5 look for metadata closer to what the test suite expects, disable logging outside of php so that most of the testsuite passes now
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-php/ffmpeg-php/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/ffmpeg-php/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/ffmpeg-php/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/ffmpeg-php/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php/ffmpeg-php/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 9 Jan 2012 14:53:06 -0000 1.2
23 +++ ChangeLog 9 Jan 2012 15:26:53 -0000 1.3
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-php/ffmpeg-php
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-php/ffmpeg-php/ChangeLog,v 1.2 2012/01/09 14:53:06 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ffmpeg-php/ChangeLog,v 1.3 2012/01/09 15:26:53 aballier Exp $
29 +
30 + 09 Jan 2012; Alexis Ballier <aballier@g.o> ffmpeg-php-0.6.0-r1.ebuild,
31 + files/ffmpeg-php-0.6.0-ffmpeg.patch, +files/ffmpeg-php-0.6.0-log.patch:
32 + look for metadata closer to what the test suite expects, disable logging
33 + outside of php so that most of the testsuite passes now
34
35 09 Jan 2012; Alexis Ballier <aballier@g.o> ffmpeg-php-0.6.0-r1.ebuild,
36 +files/ffmpeg-php-0.6.0-ffmpeg.patch:
37
38
39
40 1.3 dev-php/ffmpeg-php/ffmpeg-php-0.6.0-r1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/ffmpeg-php/ffmpeg-php-0.6.0-r1.ebuild?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/ffmpeg-php/ffmpeg-php-0.6.0-r1.ebuild?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/ffmpeg-php/ffmpeg-php-0.6.0-r1.ebuild?r1=1.2&r2=1.3
45
46 Index: ffmpeg-php-0.6.0-r1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-php/ffmpeg-php/ffmpeg-php-0.6.0-r1.ebuild,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- ffmpeg-php-0.6.0-r1.ebuild 9 Jan 2012 14:53:06 -0000 1.2
53 +++ ffmpeg-php-0.6.0-r1.ebuild 9 Jan 2012 15:26:53 -0000 1.3
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-php/ffmpeg-php/ffmpeg-php-0.6.0-r1.ebuild,v 1.2 2012/01/09 14:53:06 aballier Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-php/ffmpeg-php/ffmpeg-php-0.6.0-r1.ebuild,v 1.3 2012/01/09 15:26:53 aballier Exp $
59
60 EAPI="3"
61
62 @@ -35,6 +35,7 @@
63 cd "${WORKDIR}/${slot}"
64 epatch "${FILESDIR}/${P}-avutil50.patch"
65 epatch "${FILESDIR}/${P}-ffmpeg.patch"
66 + epatch "${FILESDIR}/${P}-log.patch"
67 done
68 php-ext-source-r2_src_prepare
69 }