Gentoo Archives: gentoo-commits

From: "Thomas Anderson (gentoofan23)" <gentoofan23@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/faad2: ChangeLog faad2-2.0-r13.ebuild faad2-2.6.1-r1.ebuild
Date: Sun, 22 Jun 2008 12:50:56
Message-Id: E1KAP1u-0001um-8I@stork.gentoo.org
1 gentoofan23 08/06/22 12:50:50
2
3 Modified: ChangeLog faad2-2.0-r13.ebuild
4 faad2-2.6.1-r1.ebuild
5 Log:
6 amd64 stable, bug #228647; fix minor repoman warnings in faad2-2.0-r13
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.101 media-libs/faad2/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faad2/ChangeLog?rev=1.101&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faad2/ChangeLog?rev=1.101&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faad2/ChangeLog?r1=1.100&r2=1.101
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/faad2/ChangeLog,v
19 retrieving revision 1.100
20 retrieving revision 1.101
21 diff -u -r1.100 -r1.101
22 --- ChangeLog 21 Jun 2008 20:24:34 -0000 1.100
23 +++ ChangeLog 22 Jun 2008 12:50:49 -0000 1.101
24 @@ -1,6 +1,10 @@
25 # ChangeLog for media-libs/faad2
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/faad2/ChangeLog,v 1.100 2008/06/21 20:24:34 corsair Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/faad2/ChangeLog,v 1.101 2008/06/22 12:50:49 gentoofan23 Exp $
29 +
30 + 22 Jun 2008; Thomas Anderson <gentoofan23@g.o>
31 + faad2-2.0-r13.ebuild, faad2-2.6.1-r1.ebuild:
32 + amd64 stable, bug #228647; fix minor repoman warnings in faad2-2.0-r13
33
34 21 Jun 2008; Markus Rothe <corsair@g.o> faad2-2.6.1-r1.ebuild:
35 Stable on ppc64; bug #228647
36
37
38
39 1.15 media-libs/faad2/faad2-2.0-r13.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faad2/faad2-2.0-r13.ebuild?rev=1.15&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faad2/faad2-2.0-r13.ebuild?rev=1.15&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faad2/faad2-2.0-r13.ebuild?r1=1.14&r2=1.15
44
45 Index: faad2-2.0-r13.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-libs/faad2/faad2-2.0-r13.ebuild,v
48 retrieving revision 1.14
49 retrieving revision 1.15
50 diff -u -r1.14 -r1.15
51 --- faad2-2.0-r13.ebuild 21 May 2007 21:03:56 -0000 1.14
52 +++ faad2-2.0-r13.ebuild 22 Jun 2008 12:50:49 -0000 1.15
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2007 Gentoo Foundation
55 +# Copyright 1999-2008 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/media-libs/faad2/faad2-2.0-r13.ebuild,v 1.14 2007/05/21 21:03:56 armin76 Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/media-libs/faad2/faad2-2.0-r13.ebuild,v 1.15 2008/06/22 12:50:49 gentoofan23 Exp $
59
60 inherit eutils libtool flag-o-matic autotools
61
62 @@ -23,7 +23,7 @@
63
64 src_unpack() {
65 unpack ${A}
66 - cd ${S}
67 + cd "${S}"
68
69 EPATCH_SUFFIX="patch" epatch "${WORKDIR}/patches"
70 eautoreconf
71 @@ -55,7 +55,7 @@
72 # which is needed by /usr/include/mp4.h... so we just
73 # include <sys/types.h> instead. See bug #55767
74 sed -i -e "s:#include <systems.h>:#include <sys/types.h>:" \
75 - ${D}/usr/include/mpeg4ip.h
76 + "${D}"/usr/include/mpeg4ip.h
77 sed -i -e "s:\"mp4ff_int_types.h\":<stdint.h>:" \
78 - ${D}/usr/include/mp4ff.h
79 + "${D}"/usr/include/mp4ff.h
80 }
81
82
83
84 1.5 media-libs/faad2/faad2-2.6.1-r1.ebuild
85
86 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faad2/faad2-2.6.1-r1.ebuild?rev=1.5&view=markup
87 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faad2/faad2-2.6.1-r1.ebuild?rev=1.5&content-type=text/plain
88 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faad2/faad2-2.6.1-r1.ebuild?r1=1.4&r2=1.5
89
90 Index: faad2-2.6.1-r1.ebuild
91 ===================================================================
92 RCS file: /var/cvsroot/gentoo-x86/media-libs/faad2/faad2-2.6.1-r1.ebuild,v
93 retrieving revision 1.4
94 retrieving revision 1.5
95 diff -u -r1.4 -r1.5
96 --- faad2-2.6.1-r1.ebuild 21 Jun 2008 20:24:34 -0000 1.4
97 +++ faad2-2.6.1-r1.ebuild 22 Jun 2008 12:50:49 -0000 1.5
98 @@ -1,6 +1,6 @@
99 # Copyright 1999-2008 Gentoo Foundation
100 # Distributed under the terms of the GNU General Public License v2
101 -# $Header: /var/cvsroot/gentoo-x86/media-libs/faad2/faad2-2.6.1-r1.ebuild,v 1.4 2008/06/21 20:24:34 corsair Exp $
102 +# $Header: /var/cvsroot/gentoo-x86/media-libs/faad2/faad2-2.6.1-r1.ebuild,v 1.5 2008/06/22 12:50:49 gentoofan23 Exp $
103
104 inherit eutils autotools
105
106 @@ -10,7 +10,7 @@
107
108 LICENSE="GPL-2"
109 SLOT="0"
110 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sh sparc ~x86 ~x86-fbsd"
111 +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sh sparc ~x86 ~x86-fbsd"
112 IUSE="drm"
113
114 RDEPEND=""
115
116
117
118 --
119 gentoo-commits@l.g.o mailing list