Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/faac: ChangeLog faac-1.28-r1.ebuild
Date: Fri, 10 Jul 2009 10:23:18
Message-Id: E1MPDG8-0008Iz-Nh@stork.gentoo.org
1 ssuominen 09/07/10 10:23:16
2
3 Modified: ChangeLog
4 Added: faac-1.28-r1.ebuild
5 Log:
6 Revision bump for >= libmp4v2 1.9.0.
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.69 media-libs/faac/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/ChangeLog?rev=1.69&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/ChangeLog?rev=1.69&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/ChangeLog?r1=1.68&r2=1.69
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/faac/ChangeLog,v
19 retrieving revision 1.68
20 retrieving revision 1.69
21 diff -u -r1.68 -r1.69
22 --- ChangeLog 19 Feb 2009 23:13:34 -0000 1.68
23 +++ ChangeLog 10 Jul 2009 10:23:16 -0000 1.69
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-libs/faac
26 -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/ChangeLog,v 1.68 2009/02/19 23:13:34 aballier Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/ChangeLog,v 1.69 2009/07/10 10:23:16 ssuominen Exp $
30 +
31 +*faac-1.28-r1 (10 Jul 2009)
32 +
33 + 10 Jul 2009; Samuli Suominen <ssuominen@g.o> +faac-1.28-r1.ebuild,
34 + +files/faac-1.28-external-libmp4v2.patch:
35 + Revision bump for >= libmp4v2 1.9.0.
36
37 *faac-1.28 (19 Feb 2009)
38
39
40
41
42 1.1 media-libs/faac/faac-1.28-r1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: faac-1.28-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-libs/faac/faac-1.28-r1.ebuild,v 1.1 2009/07/10 10:23:16 ssuominen Exp $
52
53 EAPI=2
54 inherit autotools eutils
55
56 DESCRIPTION="Free MPEG-4 audio codecs by AudioCoding.com"
57 HOMEPAGE="http://www.audiocoding.com/"
58 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
59 LICENSE="LGPL-2"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
62 IUSE=""
63 RDEPEND="media-libs/libmp4v2"
64 DEPEND="${RDEPEND}
65 !<media-libs/faad2-2.0-r3"
66
67 src_prepare() {
68 epatch "${FILESDIR}"/${P}-external-libmp4v2.patch
69 eautoreconf
70 epunt_cxx
71 }
72
73 src_install() {
74 emake DESTDIR="${D}" install || die "emake install failed"
75 dodoc AUTHORS ChangeLog NEWS README TODO
76 dohtml docs/*.html
77 insinto /usr/share/doc/${PF}/pdf
78 doins docs/libfaac.pdf
79 }