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-libs/faad2: ChangeLog faad2-2.6.1.ebuild
Date: Tue, 20 Nov 2007 18:46:37
Message-Id: E1IuY76-0005b3-Ra@stork.gentoo.org
1 aballier 07/11/20 18:46:24
2
3 Modified: ChangeLog
4 Added: faad2-2.6.1.ebuild
5 Log:
6 bump it now that the license issues are resolved, force abi number to be bumped because all symbols have been renamed, upstream has been informed but not very responsive which kinda sucks
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.92 media-libs/faad2/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faad2/ChangeLog?rev=1.92&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faad2/ChangeLog?rev=1.92&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faad2/ChangeLog?r1=1.91&r2=1.92
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/faad2/ChangeLog,v
19 retrieving revision 1.91
20 retrieving revision 1.92
21 diff -u -r1.91 -r1.92
22 --- ChangeLog 21 May 2007 21:03:56 -0000 1.91
23 +++ ChangeLog 20 Nov 2007 18:46:24 -0000 1.92
24 @@ -1,6 +1,14 @@
25 # ChangeLog for media-libs/faad2
26 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/faad2/ChangeLog,v 1.91 2007/05/21 21:03:56 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/faad2/ChangeLog,v 1.92 2007/11/20 18:46:24 aballier Exp $
29 +
30 +*faad2-2.6.1 (20 Nov 2007)
31 +
32 + 20 Nov 2007; Alexis Ballier <aballier@g.o>
33 + +files/faad2-2.6.1-abi_has_changed.patch, +faad2-2.6.1.ebuild:
34 + bump it now that the license issues are resolved, force abi number to be
35 + bumped because all symbols have been renamed, upstream has been informed but
36 + not very responsive which kinda sucks
37
38 21 May 2007; Raúl Porcel <armin76@g.o> faad2-2.0-r13.ebuild:
39 alpha stable wrt #161390
40
41
42
43 1.1 media-libs/faad2/faad2-2.6.1.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faad2/faad2-2.6.1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faad2/faad2-2.6.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: faad2-2.6.1.ebuild
49 ===================================================================
50 # Copyright 1999-2007 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/media-libs/faad2/faad2-2.6.1.ebuild,v 1.1 2007/11/20 18:46:24 aballier Exp $
53
54 inherit eutils autotools
55
56 DESCRIPTION="AAC audio decoding library"
57 HOMEPAGE="http://www.audiocoding.com/"
58 SRC_URI="mirror://sourceforge/faac/${P}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
63 IUSE=""
64
65 RDEPEND=""
66 DEPEND=""
67
68 S="${WORKDIR}/${PN}"
69
70 src_unpack() {
71 unpack ${A}
72 cd "${S}"
73
74 epatch "${FILESDIR}/${P}-abi_has_changed.patch"
75 eautoreconf
76 }
77
78 src_compile() {
79 econf \
80 --with-drm \
81 --without-xmms \
82 || die "econf failed"
83
84 emake || die
85 }
86
87 src_install() {
88 emake DESTDIR="${D}" install || die
89
90 dodoc AUTHORS ChangeLog NEWS README README.linux TODO
91 }
92
93
94
95 --
96 gentoo-commits@g.o mailing list