Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: ChangeLog libvpx-0.9.5-r1.ebuild libvpx-9999.ebuild
Date: Mon, 21 Feb 2011 06:25:42
Message-Id: 20110221062532.F0B1020054@flycatcher.gentoo.org
1 darkside 11/02/21 06:25:32
2
3 Modified: ChangeLog libvpx-0.9.5-r1.ebuild libvpx-9999.ebuild
4 Log:
5 Port changes for Gentoo Prefix, bug 351560 by Robert Blenkinsopp (XenoPhoenix)
6
7 (Portage version: 2.1.9.40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.14 media-libs/libvpx/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.13&r2=1.14
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- ChangeLog 5 Feb 2011 22:50:42 -0000 1.13
23 +++ ChangeLog 21 Feb 2011 06:25:32 -0000 1.14
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-libs/libvpx
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.13 2011/02/05 22:50:42 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.14 2011/02/21 06:25:32 darkside Exp $
29 +
30 + 21 Feb 2011; Jeremy Olexa <darkside@g.o> libvpx-0.9.5-r1.ebuild,
31 + libvpx-9999.ebuild:
32 + Port changes for Gentoo Prefix, bug 351560 by Robert Blenkinsopp
33 + (XenoPhoenix)
34
35 05 Feb 2011; Markus Meier <maekke@g.o> libvpx-0.9.5-r1.ebuild:
36 add ~arm, bug #350648
37
38
39
40 1.3 media-libs/libvpx/libvpx-0.9.5-r1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-0.9.5-r1.ebuild?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-0.9.5-r1.ebuild?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-0.9.5-r1.ebuild?r1=1.2&r2=1.3
45
46 Index: libvpx-0.9.5-r1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-0.9.5-r1.ebuild,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- libvpx-0.9.5-r1.ebuild 5 Feb 2011 22:50:42 -0000 1.2
53 +++ libvpx-0.9.5-r1.ebuild 21 Feb 2011 06:25:32 -0000 1.3
54 @@ -1,8 +1,8 @@
55 # Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-0.9.5-r1.ebuild,v 1.2 2011/02/05 22:50:42 maekke Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-0.9.5-r1.ebuild,v 1.3 2011/02/21 06:25:32 darkside Exp $
59
60 -EAPI=2
61 +EAPI=3
62 inherit eutils multilib toolchain-funcs
63
64 if [[ ${PV} == *9999* ]]; then
65 @@ -11,11 +11,11 @@
66 KEYWORDS=""
67 elif [[ ${PV} == *pre* ]]; then
68 SRC_URI="mirror://gentoo/${P}.tar.bz2"
69 - KEYWORDS="~amd64 ~arm ~x86"
70 + KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux"
71 else
72 MY_P="${PN}-v${PV}"
73 SRC_URI="http://webm.googlecode.com/files/${MY_P}.tar.bz2"
74 - KEYWORDS="~amd64 ~arm ~x86"
75 + KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux"
76 S="${WORKDIR}/${MY_P}"
77 fi
78
79 @@ -42,8 +42,8 @@
80 src_configure() {
81 tc-export CC
82 ./configure \
83 - --prefix=/usr \
84 - --libdir=/usr/$(get_libdir) \
85 + --prefix="${EPREFIX}"/usr \
86 + --libdir="${EPREFIX}"/usr/$(get_libdir) \
87 --enable-pic \
88 --enable-vp8 \
89 --enable-shared \
90
91
92
93 1.8 media-libs/libvpx/libvpx-9999.ebuild
94
95 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.8&view=markup
96 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.8&content-type=text/plain
97 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?r1=1.7&r2=1.8
98
99 Index: libvpx-9999.ebuild
100 ===================================================================
101 RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v
102 retrieving revision 1.7
103 retrieving revision 1.8
104 diff -u -r1.7 -r1.8
105 --- libvpx-9999.ebuild 8 Nov 2010 01:01:12 -0000 1.7
106 +++ libvpx-9999.ebuild 21 Feb 2011 06:25:32 -0000 1.8
107 @@ -1,8 +1,8 @@
108 -# Copyright 1999-2010 Gentoo Foundation
109 +# Copyright 1999-2011 Gentoo Foundation
110 # Distributed under the terms of the GNU General Public License v2
111 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.7 2010/11/08 01:01:12 lu_zero Exp $
112 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.8 2011/02/21 06:25:32 darkside Exp $
113
114 -EAPI=2
115 +EAPI=3
116 inherit multilib toolchain-funcs
117
118 if [[ ${PV} == *9999* ]]; then
119 @@ -11,10 +11,10 @@
120 KEYWORDS=""
121 elif [[ ${PV} == *pre* ]]; then
122 SRC_URI="mirror://gentoo/${P}.tar.bz2"
123 - KEYWORDS="~amd64 ~x86"
124 + KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux"
125 else
126 SRC_URI="http://webm.googlecode.com/files/${PN}-v${PV}.tar.bz2"
127 - KEYWORDS="~amd64 ~x86"
128 + KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux"
129 fi
130
131 DESCRIPTION="WebM VP8 Codec SDK"
132 @@ -36,8 +36,8 @@
133 src_configure() {
134 tc-export CC
135 ./configure \
136 - --prefix=/usr \
137 - --libdir=/usr/$(get_libdir) \
138 + --prefix="${EPREFIX}"/usr \
139 + --libdir="${EPREFIX}"/usr/$(get_libdir) \
140 --enable-pic \
141 --enable-vp8 \
142 --enable-shared \