Gentoo Archives: gentoo-commits

From: "Steve Dibb (beandog)" <beandog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/faac: ChangeLog faac-1.26-r1.ebuild
Date: Thu, 25 Oct 2007 17:45:40
Message-Id: E1Il6m0-0006RT-4h@stork.gentoo.org
1 beandog 07/10/25 17:45:36
2
3 Modified: ChangeLog
4 Added: faac-1.26-r1.ebuild
5 Log:
6 Drop unnecessary rdepend of libsndfile
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.58 media-libs/faac/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/ChangeLog?rev=1.58&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/ChangeLog?rev=1.58&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/ChangeLog?r1=1.57&r2=1.58
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/faac/ChangeLog,v
19 retrieving revision 1.57
20 retrieving revision 1.58
21 diff -u -r1.57 -r1.58
22 --- ChangeLog 15 Oct 2007 05:59:13 -0000 1.57
23 +++ ChangeLog 25 Oct 2007 17:45:35 -0000 1.58
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-libs/faac
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/ChangeLog,v 1.57 2007/10/15 05:59:13 tgall Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/ChangeLog,v 1.58 2007/10/25 17:45:35 beandog Exp $
29 +
30 +*faac-1.26-r1 (25 Oct 2007)
31 +
32 + 25 Oct 2007; Steve Dibb <beandog@g.o> +faac-1.26-r1.ebuild:
33 + Drop unnecessary rdepend of libsndfile
34
35 15 Oct 2007; Tom Gall <tgall@g.o> faac-1.24.ebuild:
36 stable on ppc64
37
38
39
40 1.1 media-libs/faac/faac-1.26-r1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/faac-1.26-r1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/faac-1.26-r1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: faac-1.26-r1.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/media-libs/faac/faac-1.26-r1.ebuild,v 1.1 2007/10/25 17:45:35 beandog Exp $
50
51 inherit libtool eutils autotools flag-o-matic
52
53 DESCRIPTION="Free MPEG-4 audio codecs by AudioCoding.com"
54 HOMEPAGE="http://www.audiocoding.com/"
55 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
56 LICENSE="LGPL-2"
57 SLOT="0"
58 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
59 IUSE=""
60 RDEPEND="media-libs/libmp4v2"
61 DEPEND="${RDEPEND}
62 !<media-libs/faad2-2.0-r3"
63
64 S="${WORKDIR}/${PN}"
65
66 src_unpack() {
67 unpack ${A}
68 cd "${S}"
69
70 epatch "${FILESDIR}/${P}-external-libmp4v2.patch"
71
72 eautoreconf
73 elibtoolize
74 epunt_cxx
75 }
76
77 src_compile() {
78 filter-flags -ftree-vectorize
79
80 econf || die "econf failed"
81 emake || die "emake failed"
82 }
83
84 src_install() {
85 emake DESTDIR="${D}" install || die "emake install failed."
86 dodoc AUTHORS ChangeLog NEWS README TODO docs/libfaac.pdf
87 dohtml docs/*
88 }
89
90
91
92 --
93 gentoo-commits@g.o mailing list