Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/faac: faac-1.28-r3.ebuild ChangeLog
Date: Sun, 29 Apr 2012 10:45:09
Message-Id: 20120429104500.299652004C@flycatcher.gentoo.org
1 grobian 12/04/29 10:45:00
2
3 Modified: faac-1.28-r3.ebuild ChangeLog
4 Log:
5 Add inttypes patch for Solaris, added Prefix keywords, bug #413591
6
7 (Portage version: 2.2.01.20430-prefix/cvs/Darwin i386)
8
9 Revision Changes Path
10 1.2 media-libs/faac/faac-1.28-r3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/faac/faac-1.28-r3.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/faac/faac-1.28-r3.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/faac/faac-1.28-r3.ebuild?r1=1.1&r2=1.2
15
16 Index: faac-1.28-r3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/faac/faac-1.28-r3.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- faac-1.28-r3.ebuild 23 Feb 2012 13:42:29 -0000 1.1
23 +++ faac-1.28-r3.ebuild 29 Apr 2012 10:44:59 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/faac-1.28-r3.ebuild,v 1.1 2012/02/23 13:42:29 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/faac-1.28-r3.ebuild,v 1.2 2012/04/29 10:44:59 grobian Exp $
29
30 EAPI=4
31 inherit autotools eutils
32 @@ -11,7 +11,7 @@
33
34 LICENSE="LGPL-2.1 MPEG-4"
35 SLOT="0"
36 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
37 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
38 IUSE="static-libs"
39
40 RDEPEND="media-libs/libmp4v2"
41 @@ -21,7 +21,8 @@
42 epatch \
43 "${FILESDIR}"/${P}-external-libmp4v2.patch \
44 "${FILESDIR}"/${P}-altivec.patch \
45 - "${FILESDIR}"/${P}-libmp4v2_r479_compat.patch
46 + "${FILESDIR}"/${P}-libmp4v2_r479_compat.patch \
47 + "${FILESDIR}"/${P}-inttypes.patch
48
49 eautoreconf
50 epunt_cxx
51
52
53
54 1.87 media-libs/faac/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/faac/ChangeLog?rev=1.87&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/faac/ChangeLog?rev=1.87&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/faac/ChangeLog?r1=1.86&r2=1.87
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/media-libs/faac/ChangeLog,v
63 retrieving revision 1.86
64 retrieving revision 1.87
65 diff -u -r1.86 -r1.87
66 --- ChangeLog 21 Mar 2012 09:03:36 -0000 1.86
67 +++ ChangeLog 29 Apr 2012 10:44:59 -0000 1.87
68 @@ -1,6 +1,10 @@
69 # ChangeLog for media-libs/faac
70 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/ChangeLog,v 1.86 2012/03/21 09:03:36 ssuominen Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/ChangeLog,v 1.87 2012/04/29 10:44:59 grobian Exp $
73 +
74 + 29 Apr 2012; Fabian Groffen <grobian@g.o>
75 + +files/faac-1.28-inttypes.patch, faac-1.28-r3.ebuild:
76 + Add inttypes patch for Solaris, added Prefix keywords, bug #413591
77
78 21 Mar 2012; Samuli Suominen <ssuominen@g.o> faac-1.28-r1.ebuild:
79 Change libmp4v2 depend to more strict variant because this is not compatible