Gentoo Archives: gentoo-commits

From: "Christian Hoffmann (hoffie)" <hoffie@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php5/ffmpeg-php: ChangeLog ffmpeg-php-0.5.2.1.ebuild
Date: Fri, 09 May 2008 13:23:37
Message-Id: E1JuSZS-0001kz-CT@stork.gentoo.org
1 hoffie 08/05/09 13:23:34
2
3 Modified: ChangeLog
4 Added: ffmpeg-php-0.5.2.1.ebuild
5 Log:
6 version bump to allow to compile against newer ffmpeg (bug 218097)
7 (Portage version: 2.1.5_rc7)
8
9 Revision Changes Path
10 1.2 dev-php5/ffmpeg-php/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/ffmpeg-php/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/ffmpeg-php/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/ffmpeg-php/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php5/ffmpeg-php/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 30 Aug 2007 13:00:22 -0000 1.1
23 +++ ChangeLog 9 May 2008 13:23:33 -0000 1.2
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-php5/ffmpeg-php
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/ffmpeg-php/ChangeLog,v 1.1 2007/08/30 13:00:22 jokey Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/ffmpeg-php/ChangeLog,v 1.2 2008/05/09 13:23:33 hoffie Exp $
30 +
31 +*ffmpeg-php-0.5.2.1 (09 May 2008)
32 +
33 + 09 May 2008; Christian Hoffmann <hoffie@g.o>
34 + +ffmpeg-php-0.5.2.1.ebuild:
35 + version bump to allow to compile against newer ffmpeg (bug 218097)
36
37 *ffmpeg-php-0.5.1 (30 Aug 2007)
38
39
40
41
42 1.1 dev-php5/ffmpeg-php/ffmpeg-php-0.5.2.1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/ffmpeg-php/ffmpeg-php-0.5.2.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/ffmpeg-php/ffmpeg-php-0.5.2.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: ffmpeg-php-0.5.2.1.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-php5/ffmpeg-php/ffmpeg-php-0.5.2.1.ebuild,v 1.1 2008/05/09 13:23:33 hoffie Exp $
52
53 PHP_EXT_NAME="ffmpeg"
54 PHP_EXT_INI="yes"
55 PHP_EXT_ZENDEXT="no"
56
57 inherit depend.php php-ext-source-r1
58
59 KEYWORDS="~amd64 ~x86"
60
61 DESCRIPTION="PHP extension that provides access to movie info."
62 HOMEPAGE="http://sourceforge.net/projects/ffmpeg-php/"
63 SRC_URI="mirror://sourceforge/ffmpeg-php/${P}.tbz2"
64 LICENSE="GPL-2"
65 SLOT="0"
66 IUSE=""
67
68 DEPEND=">=media-video/ffmpeg-0.4.9_pre1"
69 RDEPEND="${DEPEND}"
70
71 need_php_by_category
72
73 pkg_setup() {
74 require_gd
75 }
76
77 src_install() {
78 php-ext-source-r1_src_install
79 dodoc-php CREDITS ChangeLog EXPERIMENTAL TODO
80 }
81
82
83
84 --
85 gentoo-commits@l.g.o mailing list