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