* [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: ChangeLog libvpx-1.1.0.ebuild
@ 2012-05-12 14:43 Alexis Ballier (aballier)
0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-12 14:43 UTC (permalink / raw
To: gentoo-commits
aballier 12/05/12 14:43:22
Modified: ChangeLog
Added: libvpx-1.1.0.ebuild
Log:
version bump
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Revision Changes Path
1.51 media-libs/libvpx/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.50&r2=1.51
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog 10 May 2012 18:51:33 -0000 1.50
+++ ChangeLog 12 May 2012 14:43:22 -0000 1.51
@@ -1,6 +1,11 @@
# ChangeLog for media-libs/libvpx
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.50 2012/05/10 18:51:33 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.51 2012/05/12 14:43:22 aballier Exp $
+
+*libvpx-1.1.0 (12 May 2012)
+
+ 12 May 2012; Alexis Ballier <aballier@gentoo.org> +libvpx-1.1.0.ebuild:
+ version bump
10 May 2012; Brent Baude <ranger@gentoo.org> libvpx-0.9.6.ebuild:
Marking libvpx-0.9.6 ppc64 for bug 408555
1.1 media-libs/libvpx/libvpx-1.1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild?rev=1.1&content-type=text/plain
Index: libvpx-1.1.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v 1.1 2012/05/12 14:43:22 aballier Exp $
EAPI=4
inherit multilib
if [[ ${PV} == *9999* ]]; then
inherit git-2
EGIT_REPO_URI="http://git.chromium.org/webm/${PN}.git"
KEYWORDS=""
elif [[ ${PV} == *pre* ]]; then
SRC_URI="mirror://gentoo/${P}.tar.bz2"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
else
SRC_URI="http://webm.googlecode.com/files/${PN}-v${PV}.tar.bz2"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
S="${WORKDIR}/${PN}-v${PV}"
fi
DESCRIPTION="WebM VP8 Codec SDK"
HOMEPAGE="http://www.webmproject.org"
LICENSE="BSD"
SLOT="0"
IUSE="altivec debug doc mmx postproc sse sse2 sse3 ssse3 sse4_1 static-libs +threads"
RDEPEND=""
DEPEND="amd64? ( dev-lang/yasm )
x86? ( dev-lang/yasm )
x86-fbsd? ( dev-lang/yasm )
doc? (
app-doc/doxygen
dev-lang/php
)
"
REQUIRED_USE="
sse2? ( mmx )
"
src_configure() {
#let the build system decide which AS to use (it honours $AS but
#then feeds it with yasm flags without checking...) bug 345161
unset AS
# http://bugs.gentoo.org/show_bug.cgi?id=384585
addpredict /usr/share/snmp/mibs/.index
# http://bugs.gentoo.org/379659 http://gerrit.chromium.org/gerrit/#change,18142
export LC_ALL=C
tc-export CC
./configure \
--prefix="${EPREFIX}"/usr \
--libdir="${EPREFIX}"/usr/$(get_libdir) \
--enable-pic \
--enable-vp8 \
--enable-shared \
$(use_enable altivec) \
$(use_enable debug debug-libs) \
$(use_enable debug) \
$(use_enable doc install-docs) \
$(use_enable mmx) \
$(use_enable postproc) \
$(use_enable sse) \
$(use_enable sse2) \
$(use_enable sse3) \
$(use_enable sse4_1) \
$(use_enable ssse3) \
$(use_enable static-libs static ) \
$(use_enable threads multithread) \
${myconf} \
|| die
}
src_install() {
emake DESTDIR="${D}" install
dodoc AUTHORS CHANGELOG README
}
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: ChangeLog libvpx-1.1.0.ebuild
@ 2012-05-12 14:58 Alexis Ballier (aballier)
0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-12 14:58 UTC (permalink / raw
To: gentoo-commits
aballier 12/05/12 14:58:57
Modified: ChangeLog libvpx-1.1.0.ebuild
Log:
build verbose so that we see the actual commands invoked
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Revision Changes Path
1.52 media-libs/libvpx/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.51&r2=1.52
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog 12 May 2012 14:43:22 -0000 1.51
+++ ChangeLog 12 May 2012 14:58:57 -0000 1.52
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libvpx
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.51 2012/05/12 14:43:22 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.52 2012/05/12 14:58:57 aballier Exp $
+
+ 12 May 2012; Alexis Ballier <aballier@gentoo.org> libvpx-1.1.0.ebuild:
+ build verbose so that we see the actual commands invoked
*libvpx-1.1.0 (12 May 2012)
1.2 media-libs/libvpx/libvpx-1.1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild?r1=1.1&r2=1.2
Index: libvpx-1.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libvpx-1.1.0.ebuild 12 May 2012 14:43:22 -0000 1.1
+++ libvpx-1.1.0.ebuild 12 May 2012 14:58:57 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v 1.1 2012/05/12 14:43:22 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v 1.2 2012/05/12 14:58:57 aballier Exp $
EAPI=4
inherit multilib
@@ -44,6 +44,9 @@
#then feeds it with yasm flags without checking...) bug 345161
unset AS
+ # build verbose by default
+ MAKEOPTS="${MAKEOPTS} verbose=yes"
+
# http://bugs.gentoo.org/show_bug.cgi?id=384585
addpredict /usr/share/snmp/mibs/.index
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: ChangeLog libvpx-1.1.0.ebuild
@ 2012-05-12 15:07 Alexis Ballier (aballier)
0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-12 15:07 UTC (permalink / raw
To: gentoo-commits
aballier 12/05/12 15:07:32
Modified: ChangeLog libvpx-1.1.0.ebuild
Log:
disable hardcoded cflags by disabling (compiler) optimizations, user cflags will be used then
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Revision Changes Path
1.53 media-libs/libvpx/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.52&r2=1.53
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog 12 May 2012 14:58:57 -0000 1.52
+++ ChangeLog 12 May 2012 15:07:31 -0000 1.53
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/libvpx
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.52 2012/05/12 14:58:57 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.53 2012/05/12 15:07:31 aballier Exp $
+
+ 12 May 2012; Alexis Ballier <aballier@gentoo.org> libvpx-1.1.0.ebuild:
+ disable hardcoded cflags by disabling (compiler) optimizations, user cflags
+ will be used then
12 May 2012; Alexis Ballier <aballier@gentoo.org> libvpx-1.1.0.ebuild:
build verbose so that we see the actual commands invoked
1.3 media-libs/libvpx/libvpx-1.1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild?r1=1.2&r2=1.3
Index: libvpx-1.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libvpx-1.1.0.ebuild 12 May 2012 14:58:57 -0000 1.2
+++ libvpx-1.1.0.ebuild 12 May 2012 15:07:31 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v 1.2 2012/05/12 14:58:57 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v 1.3 2012/05/12 15:07:31 aballier Exp $
EAPI=4
inherit multilib
@@ -60,6 +60,7 @@
--enable-pic \
--enable-vp8 \
--enable-shared \
+ --disable-optimizations \
$(use_enable altivec) \
$(use_enable debug debug-libs) \
$(use_enable debug) \
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: ChangeLog libvpx-1.1.0.ebuild
@ 2012-05-12 15:51 Alexis Ballier (aballier)
0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-12 15:51 UTC (permalink / raw
To: gentoo-commits
aballier 12/05/12 15:51:24
Modified: ChangeLog libvpx-1.1.0.ebuild
Log:
use extra-cflags to overshadow optimizations if needed and do not force disabling optimizations
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Revision Changes Path
1.54 media-libs/libvpx/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.53&r2=1.54
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog 12 May 2012 15:07:31 -0000 1.53
+++ ChangeLog 12 May 2012 15:51:24 -0000 1.54
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/libvpx
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.53 2012/05/12 15:07:31 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.54 2012/05/12 15:51:24 aballier Exp $
+
+ 12 May 2012; Alexis Ballier <aballier@gentoo.org> libvpx-1.1.0.ebuild:
+ use extra-cflags to overshadow optimizations if needed and do not force
+ disabling optimizations
12 May 2012; Alexis Ballier <aballier@gentoo.org> libvpx-1.1.0.ebuild:
disable hardcoded cflags by disabling (compiler) optimizations, user cflags
1.4 media-libs/libvpx/libvpx-1.1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild?r1=1.3&r2=1.4
Index: libvpx-1.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libvpx-1.1.0.ebuild 12 May 2012 15:07:31 -0000 1.3
+++ libvpx-1.1.0.ebuild 12 May 2012 15:51:24 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v 1.3 2012/05/12 15:07:31 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v 1.4 2012/05/12 15:51:24 aballier Exp $
EAPI=4
inherit multilib
@@ -60,7 +60,7 @@
--enable-pic \
--enable-vp8 \
--enable-shared \
- --disable-optimizations \
+ --extra-cflags="${CFLAGS}" \
$(use_enable altivec) \
$(use_enable debug debug-libs) \
$(use_enable debug) \
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: ChangeLog libvpx-1.1.0.ebuild
@ 2012-05-12 15:59 Alexis Ballier (aballier)
0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-12 15:59 UTC (permalink / raw
To: gentoo-commits
aballier 12/05/12 15:59:59
Modified: ChangeLog libvpx-1.1.0.ebuild
Log:
respect chost-prefixed toolchain, not only CC
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Revision Changes Path
1.55 media-libs/libvpx/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.54&r2=1.55
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog 12 May 2012 15:51:24 -0000 1.54
+++ ChangeLog 12 May 2012 15:59:59 -0000 1.55
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libvpx
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.54 2012/05/12 15:51:24 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.55 2012/05/12 15:59:59 aballier Exp $
+
+ 12 May 2012; Alexis Ballier <aballier@gentoo.org> libvpx-1.1.0.ebuild:
+ respect chost-prefixed toolchain, not only CC
12 May 2012; Alexis Ballier <aballier@gentoo.org> libvpx-1.1.0.ebuild:
use extra-cflags to overshadow optimizations if needed and do not force
1.5 media-libs/libvpx/libvpx-1.1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild?r1=1.4&r2=1.5
Index: libvpx-1.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libvpx-1.1.0.ebuild 12 May 2012 15:51:24 -0000 1.4
+++ libvpx-1.1.0.ebuild 12 May 2012 15:59:59 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v 1.4 2012/05/12 15:51:24 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v 1.5 2012/05/12 15:59:59 aballier Exp $
EAPI=4
inherit multilib
@@ -53,7 +53,10 @@
# http://bugs.gentoo.org/379659 http://gerrit.chromium.org/gerrit/#change,18142
export LC_ALL=C
- tc-export CC
+ tc-export CC AR NM
+ # it links with CC and calls it LD...
+ export LD="${CC}"
+
./configure \
--prefix="${EPREFIX}"/usr \
--libdir="${EPREFIX}"/usr/$(get_libdir) \
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: ChangeLog libvpx-1.1.0.ebuild
@ 2012-05-12 16:34 Alexis Ballier (aballier)
0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-12 16:34 UTC (permalink / raw
To: gentoo-commits
aballier 12/05/12 16:34:05
Modified: ChangeLog libvpx-1.1.0.ebuild
Log:
Use the CROSS variable for setting the toolchain prefix instead of forcing to link with gcc (sometimes it would be wrong).
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Revision Changes Path
1.56 media-libs/libvpx/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.55&r2=1.56
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog 12 May 2012 15:59:59 -0000 1.55
+++ ChangeLog 12 May 2012 16:34:05 -0000 1.56
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/libvpx
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.55 2012/05/12 15:59:59 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.56 2012/05/12 16:34:05 aballier Exp $
+
+ 12 May 2012; Alexis Ballier <aballier@gentoo.org> libvpx-1.1.0.ebuild:
+ Use the CROSS variable for setting the toolchain prefix instead of forcing to
+ link with gcc (sometimes it would be wrong).
12 May 2012; Alexis Ballier <aballier@gentoo.org> libvpx-1.1.0.ebuild:
respect chost-prefixed toolchain, not only CC
1.6 media-libs/libvpx/libvpx-1.1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild?r1=1.5&r2=1.6
Index: libvpx-1.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libvpx-1.1.0.ebuild 12 May 2012 15:59:59 -0000 1.5
+++ libvpx-1.1.0.ebuild 12 May 2012 16:34:05 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v 1.5 2012/05/12 15:59:59 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v 1.6 2012/05/12 16:34:05 aballier Exp $
EAPI=4
inherit multilib
@@ -53,9 +53,9 @@
# http://bugs.gentoo.org/379659 http://gerrit.chromium.org/gerrit/#change,18142
export LC_ALL=C
- tc-export CC AR NM
- # it links with CC and calls it LD...
- export LD="${CC}"
+ # Build with correct toolchain. The build system shall honour them with only
+ # this variable.
+ export CROSS="${CHOST}-"
./configure \
--prefix="${EPREFIX}"/usr \
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: ChangeLog libvpx-1.1.0.ebuild
@ 2012-05-15 12:21 Alexis Ballier (aballier)
0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-15 12:21 UTC (permalink / raw
To: gentoo-commits
aballier 12/05/15 12:21:23
Modified: ChangeLog libvpx-1.1.0.ebuild
Log:
backport patch merged upstream to fix build on multilib portage and cross-compilation
(Portage version: 2.2.0_alpha105/cvs/Linux x86_64)
Revision Changes Path
1.59 media-libs/libvpx/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.58&r2=1.59
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog 12 May 2012 18:06:50 -0000 1.58
+++ ChangeLog 15 May 2012 12:21:22 -0000 1.59
@@ -1,6 +1,11 @@
# ChangeLog for media-libs/libvpx
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.58 2012/05/12 18:06:50 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.59 2012/05/15 12:21:22 aballier Exp $
+
+ 15 May 2012; Alexis Ballier <aballier@gentoo.org> libvpx-1.1.0.ebuild,
+ +files/libvpx-1.1.0-chost.patch:
+ backport patch merged upstream to fix build on multilib portage and
+ cross-compilation
12 May 2012; Alexis Ballier <aballier@gentoo.org> libvpx-1.1.0.ebuild,
libvpx-9999.ebuild:
1.9 media-libs/libvpx/libvpx-1.1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild?r1=1.8&r2=1.9
Index: libvpx-1.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libvpx-1.1.0.ebuild 12 May 2012 18:06:50 -0000 1.8
+++ libvpx-1.1.0.ebuild 15 May 2012 12:21:22 -0000 1.9
@@ -1,9 +1,9 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v 1.8 2012/05/12 18:06:50 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v 1.9 2012/05/15 12:21:22 aballier Exp $
EAPI=4
-inherit multilib toolchain-funcs
+inherit multilib toolchain-funcs base
if [[ ${PV} == *9999* ]]; then
inherit git-2
@@ -39,6 +39,8 @@
sse2? ( mmx )
"
+PATCHES=( "${FILESDIR}/${P}-chost.patch" )
+
src_configure() {
#let the build system decide which AS to use (it honours $AS but
#then feeds it with yasm flags without checking...) bug 345161
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: ChangeLog libvpx-1.1.0.ebuild
@ 2012-12-05 20:55 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-05 20:55 UTC (permalink / raw
To: gentoo-commits
ago 12/12/05 20:55:36
Modified: ChangeLog libvpx-1.1.0.ebuild
Log:
Stable for ppc64, wrt bug #444318
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Revision Changes Path
1.67 media-libs/libvpx/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.66&r2=1.67
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog 25 Sep 2012 05:37:55 -0000 1.66
+++ ChangeLog 5 Dec 2012 20:55:36 -0000 1.67
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libvpx
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.66 2012/09/25 05:37:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.67 2012/12/05 20:55:36 ago Exp $
+
+ 05 Dec 2012; Agostino Sarubbo <ago@gentoo.org> libvpx-1.1.0.ebuild:
+ Stable for ppc64, wrt bug #444318
25 Sep 2012; Mike Frysinger <vapier@gentoo.org> +files/libvpx-1.1.0-x32.patch,
libvpx-1.1.0.ebuild:
1.16 media-libs/libvpx/libvpx-1.1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild?r1=1.15&r2=1.16
Index: libvpx-1.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- libvpx-1.1.0.ebuild 25 Sep 2012 05:37:55 -0000 1.15
+++ libvpx-1.1.0.ebuild 5 Dec 2012 20:55:36 -0000 1.16
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v 1.15 2012/09/25 05:37:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v 1.16 2012/12/05 20:55:36 ago Exp $
EAPI=4
inherit multilib toolchain-funcs base
@@ -11,10 +11,10 @@
KEYWORDS=""
elif [[ ${PV} == *pre* ]]; then
SRC_URI="mirror://gentoo/${P}.tar.bz2"
- KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
else
SRC_URI="http://webm.googlecode.com/files/${PN}-v${PV}.tar.bz2"
- KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
S="${WORKDIR}/${PN}-v${PV}"
fi
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: ChangeLog libvpx-1.1.0.ebuild
@ 2013-06-05 14:55 Jeroen Roovers (jer)
0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers (jer) @ 2013-06-05 14:55 UTC (permalink / raw
To: gentoo-commits
jer 13/06/05 14:55:56
Modified: ChangeLog libvpx-1.1.0.ebuild
Log:
Marked ~hppa (bug #414297).
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Revision Changes Path
1.77 media-libs/libvpx/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.77&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.77&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.76&r2=1.77
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog 16 Apr 2013 21:03:36 -0000 1.76
+++ ChangeLog 5 Jun 2013 14:55:55 -0000 1.77
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libvpx
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.76 2013/04/16 21:03:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.77 2013/06/05 14:55:55 jer Exp $
+
+ 05 Jun 2013; Jeroen Roovers <jer@gentoo.org> libvpx-1.1.0.ebuild:
+ Marked ~hppa (bug #414297).
16 Apr 2013; Agostino Sarubbo <ago@gentoo.org> libvpx-1.1.0.ebuild:
Stable for arm, wrt bug #465926
1.26 media-libs/libvpx/libvpx-1.1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild?r1=1.25&r2=1.26
Index: libvpx-1.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- libvpx-1.1.0.ebuild 16 Apr 2013 21:03:36 -0000 1.25
+++ libvpx-1.1.0.ebuild 5 Jun 2013 14:55:55 -0000 1.26
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v 1.25 2013/04/16 21:03:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v 1.26 2013/06/05 14:55:55 jer Exp $
EAPI=4
inherit multilib toolchain-funcs base flag-o-matic
@@ -11,10 +11,10 @@
KEYWORDS=""
elif [[ ${PV} == *pre* ]]; then
SRC_URI="mirror://gentoo/${P}.tar.bz2"
- KEYWORDS="alpha amd64 arm ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+ KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
else
SRC_URI="http://webm.googlecode.com/files/${PN}-v${PV}.tar.bz2"
- KEYWORDS="alpha amd64 arm ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+ KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
S="${WORKDIR}/${PN}-v${PV}"
fi
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: ChangeLog libvpx-1.1.0.ebuild
@ 2013-06-19 13:38 Jeroen Roovers (jer)
0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers (jer) @ 2013-06-19 13:38 UTC (permalink / raw
To: gentoo-commits
jer 13/06/19 13:38:04
Modified: ChangeLog libvpx-1.1.0.ebuild
Log:
Stable for HPPA too.
(Portage version: 2.2.0_alpha181/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Revision Changes Path
1.78 media-libs/libvpx/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.78&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.78&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.77&r2=1.78
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog 5 Jun 2013 14:55:55 -0000 1.77
+++ ChangeLog 19 Jun 2013 13:38:03 -0000 1.78
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libvpx
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.77 2013/06/05 14:55:55 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.78 2013/06/19 13:38:03 jer Exp $
+
+ 19 Jun 2013; Jeroen Roovers <jer@gentoo.org> libvpx-1.1.0.ebuild:
+ Stable for HPPA too.
05 Jun 2013; Jeroen Roovers <jer@gentoo.org> libvpx-1.1.0.ebuild:
Marked ~hppa (bug #414297).
1.27 media-libs/libvpx/libvpx-1.1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild?r1=1.26&r2=1.27
Index: libvpx-1.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- libvpx-1.1.0.ebuild 5 Jun 2013 14:55:55 -0000 1.26
+++ libvpx-1.1.0.ebuild 19 Jun 2013 13:38:03 -0000 1.27
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v 1.26 2013/06/05 14:55:55 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v 1.27 2013/06/19 13:38:03 jer Exp $
EAPI=4
inherit multilib toolchain-funcs base flag-o-matic
@@ -11,10 +11,10 @@
KEYWORDS=""
elif [[ ${PV} == *pre* ]]; then
SRC_URI="mirror://gentoo/${P}.tar.bz2"
- KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+ KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
else
SRC_URI="http://webm.googlecode.com/files/${PN}-v${PV}.tar.bz2"
- KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+ KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
S="${WORKDIR}/${PN}-v${PV}"
fi
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: ChangeLog libvpx-1.1.0.ebuild
@ 2013-07-24 16:07 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 11+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2013-07-24 16:07 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 13/07/24 16:07:01
Modified: ChangeLog libvpx-1.1.0.ebuild
Log:
Apply fix for bug #465988 to stable.
(Portage version: 2.1.12.2/cvs/Linux i686, signed Manifest commit with key 30427902)
Revision Changes Path
1.96 media-libs/libvpx/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.96&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.96&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.95&r2=1.96
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog 26 Jun 2013 17:14:35 -0000 1.95
+++ ChangeLog 24 Jul 2013 16:07:01 -0000 1.96
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libvpx
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.95 2013/06/26 17:14:35 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.96 2013/07/24 16:07:01 phajdan.jr Exp $
+
+ 24 Jul 2013; Pawel Hajdan jr <phajdan.jr@gentoo.org> libvpx-1.1.0.ebuild:
+ Apply fix for bug #465988 to stable.
26 Jun 2013; Alexis Ballier <aballier@gentoo.org>
libvpx-1.2.0_pre20130625.ebuild, libvpx-9999.ebuild:
1.28 media-libs/libvpx/libvpx-1.1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild?r1=1.27&r2=1.28
Index: libvpx-1.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- libvpx-1.1.0.ebuild 19 Jun 2013 13:38:03 -0000 1.27
+++ libvpx-1.1.0.ebuild 24 Jul 2013 16:07:01 -0000 1.28
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v 1.27 2013/06/19 13:38:03 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.1.0.ebuild,v 1.28 2013/07/24 16:07:01 phajdan.jr Exp $
EAPI=4
inherit multilib toolchain-funcs base flag-o-matic
@@ -63,7 +63,12 @@
MAKEOPTS="${MAKEOPTS} verbose=yes"
# http://bugs.gentoo.org/show_bug.cgi?id=384585
+ # https://bugs.gentoo.org/show_bug.cgi?id=465988
+ # copied from php-pear-r1.eclass
addpredict /usr/share/snmp/mibs/.index
+ addpredict /var/lib/net-snmp/
+ addpredict /var/lib/net-snmp/mib_indexes
+ addpredict /session_mm_cli0.sem
# Build with correct toolchain.
tc-export CC AR NM
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2013-07-24 16:07 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-19 13:38 [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: ChangeLog libvpx-1.1.0.ebuild Jeroen Roovers (jer)
-- strict thread matches above, loose matches on Subject: below --
2013-07-24 16:07 PaweA Hajdan (phajdan.jr)
2013-06-05 14:55 Jeroen Roovers (jer)
2012-12-05 20:55 Agostino Sarubbo (ago)
2012-05-15 12:21 Alexis Ballier (aballier)
2012-05-12 16:34 Alexis Ballier (aballier)
2012-05-12 15:59 Alexis Ballier (aballier)
2012-05-12 15:51 Alexis Ballier (aballier)
2012-05-12 15:07 Alexis Ballier (aballier)
2012-05-12 14:58 Alexis Ballier (aballier)
2012-05-12 14:43 Alexis Ballier (aballier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox