public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: ChangeLog libvpx-9999.ebuild
@ 2011-06-22 16:03 Alexis Ballier (aballier)
  0 siblings, 0 replies; 18+ messages in thread
From: Alexis Ballier (aballier) @ 2011-06-22 16:03 UTC (permalink / raw
  To: gentoo-commits

aballier    11/06/22 16:03:13

  Modified:             ChangeLog libvpx-9999.ebuild
  Log:
  use git-2.eclass
  
  (Portage version: 2.2.0_alpha41/cvs/Linux x86_64)

Revision  Changes    Path
1.21                 media-libs/libvpx/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	22 Jun 2011 15:24:54 -0000	1.20
+++ ChangeLog	22 Jun 2011 16:03:13 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libvpx
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.20 2011/06/22 15:24:54 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.21 2011/06/22 16:03:13 aballier Exp $
+
+  22 Jun 2011; Alexis Ballier <aballier@gentoo.org> libvpx-9999.ebuild:
+  use git-2.eclass
 
   22 Jun 2011; Alexis Ballier <aballier@gentoo.org>
   -libvpx-0.9.0_p20100612.ebuild, -libvpx-0.9.2.ebuild,



1.10                 media-libs/libvpx/libvpx-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?r1=1.9&r2=1.10

Index: libvpx-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libvpx-9999.ebuild	22 Jun 2011 15:22:30 -0000	1.9
+++ libvpx-9999.ebuild	22 Jun 2011 16:03:13 -0000	1.10
@@ -1,12 +1,12 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.9 2011/06/22 15:22:30 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.10 2011/06/22 16:03:13 aballier Exp $
 
 EAPI=4
 inherit multilib toolchain-funcs
 
 if [[ ${PV} == *9999* ]]; then
-	inherit git
+	inherit git-2
 	EGIT_REPO_URI="git://review.webmproject.org/${PN}.git"
 	KEYWORDS=""
 elif [[ ${PV} == *pre* ]]; then






^ permalink raw reply	[flat|nested] 18+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: ChangeLog libvpx-9999.ebuild
@ 2011-06-23 16:04 Alexis Ballier (aballier)
  0 siblings, 0 replies; 18+ messages in thread
From: Alexis Ballier (aballier) @ 2011-06-23 16:04 UTC (permalink / raw
  To: gentoo-commits

aballier    11/06/23 16:04:47

  Modified:             ChangeLog libvpx-9999.ebuild
  Log:
  parallel install has been fixed upstream, remove workaround, bug #323805
  
  (Portage version: 2.2.0_alpha41/cvs/Linux x86_64)

Revision  Changes    Path
1.24                 media-libs/libvpx/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	23 Jun 2011 13:28:08 -0000	1.23
+++ ChangeLog	23 Jun 2011 16:04:47 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libvpx
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.23 2011/06/23 13:28:08 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.24 2011/06/23 16:04:47 aballier Exp $
+
+  23 Jun 2011; Alexis Ballier <aballier@gentoo.org> libvpx-9999.ebuild:
+  parallel install has been fixed upstream, remove workaround, bug #323805
 
   23 Jun 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> libvpx-0.9.6.ebuild:
   x86 stable wrt security bug #365273



1.12                 media-libs/libvpx/libvpx-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?r1=1.11&r2=1.12

Index: libvpx-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libvpx-9999.ebuild	22 Jun 2011 16:09:38 -0000	1.11
+++ libvpx-9999.ebuild	23 Jun 2011 16:04:47 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.11 2011/06/22 16:09:38 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.12 2011/06/23 16:04:47 aballier Exp $
 
 EAPI=4
 inherit multilib toolchain-funcs
@@ -61,8 +61,7 @@
 }
 
 src_install() {
-	# http://bugs.gentoo.org/show_bug.cgi?id=323805
-	emake -j1 DESTDIR="${D}" install || die
+	emake DESTDIR="${D}" install || die
 
 	dodoc AUTHORS CHANGELOG README || die
 }






^ permalink raw reply	[flat|nested] 18+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: ChangeLog libvpx-9999.ebuild
@ 2011-09-22  9:08 Tim Harder (radhermit)
  0 siblings, 0 replies; 18+ messages in thread
From: Tim Harder (radhermit) @ 2011-09-22  9:08 UTC (permalink / raw
  To: gentoo-commits

radhermit    11/09/22 09:08:47

  Modified:             ChangeLog libvpx-9999.ebuild
  Log:
  Update git repo location.
  
  (Portage version: 2.2.0_alpha58/cvs/Linux x86_64)

Revision  Changes    Path
1.33                 media-libs/libvpx/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	21 Sep 2011 20:35:58 -0000	1.32
+++ ChangeLog	22 Sep 2011 09:08:47 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libvpx
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.32 2011/09/21 20:35:58 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.33 2011/09/22 09:08:47 radhermit Exp $
+
+  22 Sep 2011; Tim Harder <radhermit@gentoo.org> libvpx-9999.ebuild:
+  Update git repo location.
 
 *libvpx-0.9.7-r1 (21 Sep 2011)
 



1.17                 media-libs/libvpx/libvpx-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?r1=1.16&r2=1.17

Index: libvpx-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- libvpx-9999.ebuild	21 Sep 2011 20:35:58 -0000	1.16
+++ libvpx-9999.ebuild	22 Sep 2011 09:08:47 -0000	1.17
@@ -1,13 +1,13 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.16 2011/09/21 20:35:58 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.17 2011/09/22 09:08:47 radhermit Exp $
 
 EAPI=4
 inherit multilib toolchain-funcs
 
 if [[ ${PV} == *9999* ]]; then
 	inherit git-2
-	EGIT_REPO_URI="git://review.webmproject.org/${PN}.git"
+	EGIT_REPO_URI="http://git.chromium.org/webm/${PN}.git"
 	KEYWORDS=""
 elif [[ ${PV} == *pre* ]]; then
 	SRC_URI="mirror://gentoo/${P}.tar.bz2"






^ permalink raw reply	[flat|nested] 18+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: ChangeLog libvpx-9999.ebuild
@ 2012-03-01 11:31 Alexis Ballier (aballier)
  0 siblings, 0 replies; 18+ messages in thread
From: Alexis Ballier (aballier) @ 2012-03-01 11:31 UTC (permalink / raw
  To: gentoo-commits

aballier    12/03/01 11:31:19

  Modified:             ChangeLog libvpx-9999.ebuild
  Log:
  sync keywords with 1.0.0 so that keywords wont get dropped by mistake again next time.
  
  (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)

Revision  Changes    Path
1.41                 media-libs/libvpx/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	1 Mar 2012 09:20:48 -0000	1.40
+++ ChangeLog	1 Mar 2012 11:31:19 -0000	1.41
@@ -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.40 2012/03/01 09:20:48 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.41 2012/03/01 11:31:19 aballier Exp $
+
+  01 Mar 2012; Alexis Ballier <aballier@gentoo.org> libvpx-9999.ebuild:
+  sync keywords with 1.0.0 so that keywords wont get dropped by mistake again
+  next time.
 
   01 Mar 2012; Kacper Kowalik <xarthisius@gentoo.org> libvpx-1.0.0.ebuild:
   Marked ~ppc/~ppc64 as per Anarchy request, bug #360427 and bug #405955



1.21                 media-libs/libvpx/libvpx-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?r1=1.20&r2=1.21

Index: libvpx-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- libvpx-9999.ebuild	29 Feb 2012 11:55:03 -0000	1.20
+++ libvpx-9999.ebuild	1 Mar 2012 11:31:19 -0000	1.21
@@ -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-9999.ebuild,v 1.20 2012/02/29 11:55:03 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.21 2012/03/01 11:31:19 aballier Exp $
 
 EAPI=4
 inherit multilib toolchain-funcs
@@ -11,10 +11,10 @@
 	KEYWORDS=""
 elif [[ ${PV} == *pre* ]]; then
 	SRC_URI="mirror://gentoo/${P}.tar.bz2"
-	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+	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 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 	S="${WORKDIR}/${PN}-v${PV}"
 fi
 






^ permalink raw reply	[flat|nested] 18+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: ChangeLog libvpx-9999.ebuild
@ 2013-06-25 15:07 Alexis Ballier (aballier)
  0 siblings, 0 replies; 18+ messages in thread
From: Alexis Ballier (aballier) @ 2013-06-25 15:07 UTC (permalink / raw
  To: gentoo-commits

aballier    13/06/25 15:07:00

  Modified:             ChangeLog libvpx-9999.ebuild
  Log:
  Go multilib and add missing yasm dep for amd64-fbsd
  
  (Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.79                 media-libs/libvpx/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.79&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.79&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.78&r2=1.79

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog	19 Jun 2013 13:38:03 -0000	1.78
+++ ChangeLog	25 Jun 2013 15:07:00 -0000	1.79
@@ -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.78 2013/06/19 13:38:03 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.79 2013/06/25 15:07:00 aballier Exp $
+
+  25 Jun 2013; Alexis Ballier <aballier@gentoo.org> libvpx-9999.ebuild:
+  Go multilib and add missing yasm dep for amd64-fbsd
 
   19 Jun 2013; Jeroen Roovers <jer@gentoo.org> libvpx-1.1.0.ebuild:
   Stable for HPPA too.



1.31                 media-libs/libvpx/libvpx-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?r1=1.30&r2=1.31

Index: libvpx-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- libvpx-9999.ebuild	15 Jan 2013 22:43:48 -0000	1.30
+++ libvpx-9999.ebuild	25 Jun 2013 15:07:00 -0000	1.31
@@ -1,9 +1,9 @@
 # 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-9999.ebuild,v 1.30 2013/01/15 22:43:48 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.31 2013/06/25 15:07:00 aballier Exp $
 
 EAPI=4
-inherit multilib toolchain-funcs flag-o-matic
+inherit multilib toolchain-funcs flag-o-matic multilib-minimal
 
 if [[ ${PV} == *9999* ]]; then
 	inherit git-2
@@ -25,10 +25,11 @@
 SLOT="0"
 IUSE="altivec debug doc mmx postproc sse sse2 sse3 ssse3 sse4_1 static-libs +threads"
 
-RDEPEND=""
+RDEPEND="abi_x86_32? ( !<=app-emulation/emul-linux-x86-medialibs-20130224 )"
 DEPEND="amd64? ( dev-lang/yasm )
 	x86? ( dev-lang/yasm )
 	x86-fbsd? ( dev-lang/yasm )
+	amd64-fbsd? ( dev-lang/yasm )
 	doc? (
 		app-doc/doxygen
 		dev-lang/php
@@ -39,7 +40,7 @@
 	sse2? ( mmx )
 	"
 
-src_configure() {
+multilib_src_configure() {
 	replace-flags -ggdb3 -g #402825
 
 	unset CODECS #357487
@@ -59,11 +60,19 @@
 	addpredict /usr/share/snmp/mibs/.index
 
 	# Build with correct toolchain.
-	tc-export CC AR NM
+	tc-export CC CXX AR NM
 	# Link with gcc by default, the build system should override this if needed.
 	export LD="${CC}"
 
-	./configure \
+	local myconf
+	if [ "${ABI}" = "${DEFAULT_ABI}" ] ; then
+		myconf+=" $(use_enable doc install-docs) $(use_enable doc docs)"
+	else
+		# not needed for multilib and will be overwritten anyway.
+		myconf+=" --disable-examples --disable-install-docs --disable-docs"
+	fi
+
+	"${S}/configure" \
 		--prefix="${EPREFIX}"/usr \
 		--libdir="${EPREFIX}"/usr/$(get_libdir) \
 		--enable-pic \
@@ -73,7 +82,6 @@
 		$(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) \
@@ -81,12 +89,8 @@
 		$(use_enable sse3) \
 		$(use_enable sse4_1) \
 		$(use_enable ssse3) \
-		$(use_enable static-libs static ) \
+		$(use_enable static-libs static) \
 		$(use_enable threads multithread) \
+		${myconf} \
 		|| die
 }
-
-src_install() {
-	# Override base.eclass's src_install.
-	default
-}





^ permalink raw reply	[flat|nested] 18+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: ChangeLog libvpx-9999.ebuild
@ 2013-06-25 16:26 Alexis Ballier (aballier)
  0 siblings, 0 replies; 18+ messages in thread
From: Alexis Ballier (aballier) @ 2013-06-25 16:26 UTC (permalink / raw
  To: gentoo-commits

aballier    13/06/25 16:26:41

  Modified:             ChangeLog libvpx-9999.ebuild
  Log:
  use proper abi_x86 flags for the yasm dep; leave the *-fbsd ones until it has abi_x86 support
  
  (Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.80                 media-libs/libvpx/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.80&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.80&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.79&r2=1.80

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog	25 Jun 2013 15:07:00 -0000	1.79
+++ ChangeLog	25 Jun 2013 16:26:41 -0000	1.80
@@ -1,6 +1,10 @@
 # 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.79 2013/06/25 15:07:00 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.80 2013/06/25 16:26:41 aballier Exp $
+
+  25 Jun 2013; Alexis Ballier <aballier@gentoo.org> libvpx-9999.ebuild:
+  use proper abi_x86 flags for the yasm dep; leave the *-fbsd ones until it has
+  abi_x86 support
 
   25 Jun 2013; Alexis Ballier <aballier@gentoo.org> libvpx-9999.ebuild:
   Go multilib and add missing yasm dep for amd64-fbsd



1.32                 media-libs/libvpx/libvpx-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?r1=1.31&r2=1.32

Index: libvpx-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- libvpx-9999.ebuild	25 Jun 2013 15:07:00 -0000	1.31
+++ libvpx-9999.ebuild	25 Jun 2013 16:26:41 -0000	1.32
@@ -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-9999.ebuild,v 1.31 2013/06/25 15:07:00 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.32 2013/06/25 16:26:41 aballier Exp $
 
 EAPI=4
 inherit multilib toolchain-funcs flag-o-matic multilib-minimal
@@ -26,8 +26,8 @@
 IUSE="altivec debug doc mmx postproc sse sse2 sse3 ssse3 sse4_1 static-libs +threads"
 
 RDEPEND="abi_x86_32? ( !<=app-emulation/emul-linux-x86-medialibs-20130224 )"
-DEPEND="amd64? ( dev-lang/yasm )
-	x86? ( dev-lang/yasm )
+DEPEND="abi_x86_32? ( dev-lang/yasm )
+	abi_x86_64? ( dev-lang/yasm )
 	x86-fbsd? ( dev-lang/yasm )
 	amd64-fbsd? ( dev-lang/yasm )
 	doc? (





^ permalink raw reply	[flat|nested] 18+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: ChangeLog libvpx-9999.ebuild
@ 2013-06-25 16:37 Alexis Ballier (aballier)
  0 siblings, 0 replies; 18+ messages in thread
From: Alexis Ballier (aballier) @ 2013-06-25 16:37 UTC (permalink / raw
  To: gentoo-commits

aballier    13/06/25 16:37:22

  Modified:             ChangeLog libvpx-9999.ebuild
  Log:
  set AS to yasm based on CHOST which seems to be the sanest to do, bug #345161
  
  (Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.82                 media-libs/libvpx/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.82&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.82&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.81&r2=1.82

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog	25 Jun 2013 16:30:10 -0000	1.81
+++ ChangeLog	25 Jun 2013 16:37:22 -0000	1.82
@@ -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.81 2013/06/25 16:30:10 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.82 2013/06/25 16:37:22 aballier Exp $
+
+  25 Jun 2013; Alexis Ballier <aballier@gentoo.org> libvpx-9999.ebuild:
+  set AS to yasm based on CHOST which seems to be the sanest to do, bug #345161
 
   25 Jun 2013; Alexis Ballier <aballier@gentoo.org> -libvpx-0.9.6.ebuild,
   -libvpx-0.9.7.ebuild, -libvpx-0.9.7-r1.ebuild, -libvpx-1.0.0.ebuild,



1.33                 media-libs/libvpx/libvpx-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?r1=1.32&r2=1.33

Index: libvpx-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- libvpx-9999.ebuild	25 Jun 2013 16:26:41 -0000	1.32
+++ libvpx-9999.ebuild	25 Jun 2013 16:37:22 -0000	1.33
@@ -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-9999.ebuild,v 1.32 2013/06/25 16:26:41 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.33 2013/06/25 16:37:22 aballier Exp $
 
 EAPI=4
 inherit multilib toolchain-funcs flag-o-matic multilib-minimal
@@ -47,11 +47,11 @@
 
 	# let the build system decide which AS to use (it honours $AS but
 	# then feeds it with yasm flags without checking...) #345161
-	local a
 	tc-export AS
-	for a in {amd64,x86}{,-{fbsd,linux}} ; do
-		use ${a} && unset AS
-	done
+	case "${CHOST}" in
+		i?86*) export AS=yasm;;
+		x86_64*) export AS=yasm;;
+	esac
 
 	# build verbose by default
 	MAKEOPTS="${MAKEOPTS} verbose=yes"





^ permalink raw reply	[flat|nested] 18+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: ChangeLog libvpx-9999.ebuild
@ 2013-06-25 16:53 Alexis Ballier (aballier)
  0 siblings, 0 replies; 18+ messages in thread
From: Alexis Ballier (aballier) @ 2013-06-25 16:53 UTC (permalink / raw
  To: gentoo-commits

aballier    13/06/25 16:53:33

  Modified:             ChangeLog libvpx-9999.ebuild
  Log:
  ssse3 requires sse2, bug #405813
  
  (Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.83                 media-libs/libvpx/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.83&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.83&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.82&r2=1.83

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog	25 Jun 2013 16:37:22 -0000	1.82
+++ ChangeLog	25 Jun 2013 16:53:33 -0000	1.83
@@ -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.82 2013/06/25 16:37:22 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.83 2013/06/25 16:53:33 aballier Exp $
+
+  25 Jun 2013; Alexis Ballier <aballier@gentoo.org> libvpx-9999.ebuild:
+  ssse3 requires sse2, bug #405813
 
   25 Jun 2013; Alexis Ballier <aballier@gentoo.org> libvpx-9999.ebuild:
   set AS to yasm based on CHOST which seems to be the sanest to do, bug #345161



1.34                 media-libs/libvpx/libvpx-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?r1=1.33&r2=1.34

Index: libvpx-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- libvpx-9999.ebuild	25 Jun 2013 16:37:22 -0000	1.33
+++ libvpx-9999.ebuild	25 Jun 2013 16:53:33 -0000	1.34
@@ -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-9999.ebuild,v 1.33 2013/06/25 16:37:22 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.34 2013/06/25 16:53:33 aballier Exp $
 
 EAPI=4
 inherit multilib toolchain-funcs flag-o-matic multilib-minimal
@@ -38,6 +38,7 @@
 
 REQUIRED_USE="
 	sse2? ( mmx )
+	ssse3? ( sse2 )
 	"
 
 multilib_src_configure() {





^ permalink raw reply	[flat|nested] 18+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: ChangeLog libvpx-9999.ebuild
@ 2013-06-25 17:02 Alexis Ballier (aballier)
  0 siblings, 0 replies; 18+ messages in thread
From: Alexis Ballier (aballier) @ 2013-06-25 17:02 UTC (permalink / raw
  To: gentoo-commits

aballier    13/06/25 17:02:49

  Modified:             ChangeLog libvpx-9999.ebuild
  Log:
  do not build examples that will not be installed, bug #336426
  
  (Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.84                 media-libs/libvpx/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.84&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.84&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.83&r2=1.84

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog	25 Jun 2013 16:53:33 -0000	1.83
+++ ChangeLog	25 Jun 2013 17:02:49 -0000	1.84
@@ -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.83 2013/06/25 16:53:33 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.84 2013/06/25 17:02:49 aballier Exp $
+
+  25 Jun 2013; Alexis Ballier <aballier@gentoo.org> libvpx-9999.ebuild:
+  do not build examples that will not be installed, bug #336426
 
   25 Jun 2013; Alexis Ballier <aballier@gentoo.org> libvpx-9999.ebuild:
   ssse3 requires sse2, bug #405813



1.35                 media-libs/libvpx/libvpx-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?r1=1.34&r2=1.35

Index: libvpx-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- libvpx-9999.ebuild	25 Jun 2013 16:53:33 -0000	1.34
+++ libvpx-9999.ebuild	25 Jun 2013 17:02:49 -0000	1.35
@@ -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-9999.ebuild,v 1.34 2013/06/25 16:53:33 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.35 2013/06/25 17:02:49 aballier Exp $
 
 EAPI=4
 inherit multilib toolchain-funcs flag-o-matic multilib-minimal
@@ -57,6 +57,9 @@
 	# build verbose by default
 	MAKEOPTS="${MAKEOPTS} verbose=yes"
 
+	# do not build examples that will not be installed
+	MAKEOPTS="${MAKEOPTS} GEN_EXAMPLES="
+
 	# http://bugs.gentoo.org/show_bug.cgi?id=384585
 	addpredict /usr/share/snmp/mibs/.index
 





^ permalink raw reply	[flat|nested] 18+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: ChangeLog libvpx-9999.ebuild
@ 2013-06-25 17:06 Alexis Ballier (aballier)
  0 siblings, 0 replies; 18+ messages in thread
From: Alexis Ballier (aballier) @ 2013-06-25 17:06 UTC (permalink / raw
  To: gentoo-commits

aballier    13/06/25 17:06:50

  Modified:             ChangeLog libvpx-9999.ebuild
  Log:
  drop debug useflag that only adds -g and doesnt
  
  (Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.85                 media-libs/libvpx/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.85&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.85&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.84&r2=1.85

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog	25 Jun 2013 17:02:49 -0000	1.84
+++ ChangeLog	25 Jun 2013 17:06:50 -0000	1.85
@@ -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.84 2013/06/25 17:02:49 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.85 2013/06/25 17:06:50 aballier Exp $
+
+  25 Jun 2013; Alexis Ballier <aballier@gentoo.org> libvpx-9999.ebuild:
+  drop debug useflag that only adds -g and doesnt build. bug #378557
 
   25 Jun 2013; Alexis Ballier <aballier@gentoo.org> libvpx-9999.ebuild:
   do not build examples that will not be installed, bug #336426



1.36                 media-libs/libvpx/libvpx-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?r1=1.35&r2=1.36

Index: libvpx-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- libvpx-9999.ebuild	25 Jun 2013 17:02:49 -0000	1.35
+++ libvpx-9999.ebuild	25 Jun 2013 17:06:50 -0000	1.36
@@ -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-9999.ebuild,v 1.35 2013/06/25 17:02:49 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.36 2013/06/25 17:06:50 aballier Exp $
 
 EAPI=4
 inherit multilib toolchain-funcs flag-o-matic multilib-minimal
@@ -23,7 +23,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="altivec debug doc mmx postproc sse sse2 sse3 ssse3 sse4_1 static-libs +threads"
+IUSE="altivec doc mmx postproc sse sse2 sse3 ssse3 sse4_1 static-libs +threads"
 
 RDEPEND="abi_x86_32? ( !<=app-emulation/emul-linux-x86-medialibs-20130224 )"
 DEPEND="abi_x86_32? ( dev-lang/yasm )
@@ -84,8 +84,6 @@
 		--enable-shared \
 		--extra-cflags="${CFLAGS}" \
 		$(use_enable altivec) \
-		$(use_enable debug debug-libs) \
-		$(use_enable debug) \
 		$(use_enable mmx) \
 		$(use_enable postproc) \
 		$(use_enable sse) \





^ permalink raw reply	[flat|nested] 18+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: ChangeLog libvpx-9999.ebuild
@ 2013-06-25 17:38 Alexis Ballier (aballier)
  0 siblings, 0 replies; 18+ messages in thread
From: Alexis Ballier (aballier) @ 2013-06-25 17:38 UTC (permalink / raw
  To: gentoo-commits

aballier    13/06/25 17:38:42

  Modified:             ChangeLog libvpx-9999.ebuild
  Log:
  it builds fine now with -ggdb3, drop the replace-flags
  
  (Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.86                 media-libs/libvpx/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.86&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.86&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.85&r2=1.86

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog	25 Jun 2013 17:06:50 -0000	1.85
+++ ChangeLog	25 Jun 2013 17:38:42 -0000	1.86
@@ -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.85 2013/06/25 17:06:50 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.86 2013/06/25 17:38:42 aballier Exp $
+
+  25 Jun 2013; Alexis Ballier <aballier@gentoo.org> libvpx-9999.ebuild:
+  it builds fine now with -ggdb3, drop the replace-flags
 
   25 Jun 2013; Alexis Ballier <aballier@gentoo.org> libvpx-9999.ebuild:
   drop debug useflag that only adds -g and doesnt build. bug #378557



1.37                 media-libs/libvpx/libvpx-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?r1=1.36&r2=1.37

Index: libvpx-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- libvpx-9999.ebuild	25 Jun 2013 17:06:50 -0000	1.36
+++ libvpx-9999.ebuild	25 Jun 2013 17:38:42 -0000	1.37
@@ -1,9 +1,9 @@
 # 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-9999.ebuild,v 1.36 2013/06/25 17:06:50 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.37 2013/06/25 17:38:42 aballier Exp $
 
 EAPI=4
-inherit multilib toolchain-funcs flag-o-matic multilib-minimal
+inherit multilib toolchain-funcs multilib-minimal
 
 if [[ ${PV} == *9999* ]]; then
 	inherit git-2
@@ -42,8 +42,6 @@
 	"
 
 multilib_src_configure() {
-	replace-flags -ggdb3 -g #402825
-
 	unset CODECS #357487
 
 	# let the build system decide which AS to use (it honours $AS but





^ permalink raw reply	[flat|nested] 18+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: ChangeLog libvpx-9999.ebuild
@ 2013-06-25 18:27 Alexis Ballier (aballier)
  0 siblings, 0 replies; 18+ messages in thread
From: Alexis Ballier (aballier) @ 2013-06-25 18:27 UTC (permalink / raw
  To: gentoo-commits

aballier    13/06/25 18:27:50

  Modified:             ChangeLog libvpx-9999.ebuild
  Log:
  dont build tests if they will not be ran
  
  (Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.87                 media-libs/libvpx/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.87&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.87&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.86&r2=1.87

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog	25 Jun 2013 17:38:42 -0000	1.86
+++ ChangeLog	25 Jun 2013 18:27:50 -0000	1.87
@@ -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.86 2013/06/25 17:38:42 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.87 2013/06/25 18:27:50 aballier Exp $
+
+  25 Jun 2013; Alexis Ballier <aballier@gentoo.org> libvpx-9999.ebuild:
+  dont build tests if they will not be ran
 
   25 Jun 2013; Alexis Ballier <aballier@gentoo.org> libvpx-9999.ebuild:
   it builds fine now with -ggdb3, drop the replace-flags



1.38                 media-libs/libvpx/libvpx-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?r1=1.37&r2=1.38

Index: libvpx-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- libvpx-9999.ebuild	25 Jun 2013 17:38:42 -0000	1.37
+++ libvpx-9999.ebuild	25 Jun 2013 18:27:50 -0000	1.38
@@ -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-9999.ebuild,v 1.37 2013/06/25 17:38:42 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.38 2013/06/25 18:27:50 aballier Exp $
 
 EAPI=4
 inherit multilib toolchain-funcs multilib-minimal
@@ -23,7 +23,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="altivec doc mmx postproc sse sse2 sse3 ssse3 sse4_1 static-libs +threads"
+IUSE="altivec doc mmx postproc sse sse2 sse3 ssse3 sse4_1 static-libs test +threads"
 
 RDEPEND="abi_x86_32? ( !<=app-emulation/emul-linux-x86-medialibs-20130224 )"
 DEPEND="abi_x86_32? ( dev-lang/yasm )
@@ -90,6 +90,7 @@
 		$(use_enable sse4_1) \
 		$(use_enable ssse3) \
 		$(use_enable static-libs static) \
+		$(use_enable test unit-tests) \
 		$(use_enable threads multithread) \
 		${myconf} \
 		|| die





^ permalink raw reply	[flat|nested] 18+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: ChangeLog libvpx-9999.ebuild
@ 2013-06-25 18:35 Alexis Ballier (aballier)
  0 siblings, 0 replies; 18+ messages in thread
From: Alexis Ballier (aballier) @ 2013-06-25 18:35 UTC (permalink / raw
  To: gentoo-commits

aballier    13/06/25 18:35:40

  Modified:             ChangeLog libvpx-9999.ebuild
  Log:
  do not mess with MAKEOPTS, pass it to emake directly
  
  (Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.88                 media-libs/libvpx/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.88&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.88&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.87&r2=1.88

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog	25 Jun 2013 18:27:50 -0000	1.87
+++ ChangeLog	25 Jun 2013 18:35:40 -0000	1.88
@@ -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.87 2013/06/25 18:27:50 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.88 2013/06/25 18:35:40 aballier Exp $
+
+  25 Jun 2013; Alexis Ballier <aballier@gentoo.org> libvpx-9999.ebuild:
+  do not mess with MAKEOPTS, pass it to emake directly
 
   25 Jun 2013; Alexis Ballier <aballier@gentoo.org> libvpx-9999.ebuild:
   dont build tests if they will not be ran



1.39                 media-libs/libvpx/libvpx-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?r1=1.38&r2=1.39

Index: libvpx-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- libvpx-9999.ebuild	25 Jun 2013 18:27:50 -0000	1.38
+++ libvpx-9999.ebuild	25 Jun 2013 18:35:40 -0000	1.39
@@ -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-9999.ebuild,v 1.38 2013/06/25 18:27:50 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.39 2013/06/25 18:35:40 aballier Exp $
 
 EAPI=4
 inherit multilib toolchain-funcs multilib-minimal
@@ -52,12 +52,6 @@
 		x86_64*) export AS=yasm;;
 	esac
 
-	# build verbose by default
-	MAKEOPTS="${MAKEOPTS} verbose=yes"
-
-	# do not build examples that will not be installed
-	MAKEOPTS="${MAKEOPTS} GEN_EXAMPLES="
-
 	# http://bugs.gentoo.org/show_bug.cgi?id=384585
 	addpredict /usr/share/snmp/mibs/.index
 
@@ -95,3 +89,13 @@
 		${myconf} \
 		|| die
 }
+
+multilib_src_compile() {
+	# build verbose by default and do not build examples that will not be installed
+	emake verbose=yes GEN_EXAMPLES=
+}
+
+multilib_src_install() {
+	emake verbose=yes GEN_EXAMPLES= DESTDIR="${D}" install
+}
+





^ permalink raw reply	[flat|nested] 18+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: ChangeLog libvpx-9999.ebuild
@ 2013-06-25 18:45 Alexis Ballier (aballier)
  0 siblings, 0 replies; 18+ messages in thread
From: Alexis Ballier (aballier) @ 2013-06-25 18:45 UTC (permalink / raw
  To: gentoo-commits

aballier    13/06/25 18:45:41

  Modified:             ChangeLog libvpx-9999.ebuild
  Log:
  provide a testdata tarball so that it doesnt try to redownload them in src_test
  
  (Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.89                 media-libs/libvpx/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.89&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.89&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.88&r2=1.89

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog	25 Jun 2013 18:35:40 -0000	1.88
+++ ChangeLog	25 Jun 2013 18:45:40 -0000	1.89
@@ -1,6 +1,10 @@
 # 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.88 2013/06/25 18:35:40 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.89 2013/06/25 18:45:40 aballier Exp $
+
+  25 Jun 2013; Alexis Ballier <aballier@gentoo.org> libvpx-9999.ebuild:
+  provide a testdata tarball so that it doesnt try to redownload them in
+  src_test
 
   25 Jun 2013; Alexis Ballier <aballier@gentoo.org> libvpx-9999.ebuild:
   do not mess with MAKEOPTS, pass it to emake directly



1.40                 media-libs/libvpx/libvpx-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?r1=1.39&r2=1.40

Index: libvpx-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- libvpx-9999.ebuild	25 Jun 2013 18:35:40 -0000	1.39
+++ libvpx-9999.ebuild	25 Jun 2013 18:45:40 -0000	1.40
@@ -1,10 +1,12 @@
 # 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-9999.ebuild,v 1.39 2013/06/25 18:35:40 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.40 2013/06/25 18:45:40 aballier Exp $
 
 EAPI=4
 inherit multilib toolchain-funcs multilib-minimal
 
+LIBVPX_TESTDATA_VER=1.2.0
+
 if [[ ${PV} == *9999* ]]; then
 	inherit git-2
 	EGIT_REPO_URI="http://git.chromium.org/webm/${PN}.git"
@@ -17,6 +19,8 @@
 	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 	S="${WORKDIR}/${PN}-v${PV}"
 fi
+SRC_URI="${SRC_URI}
+	test? ( mirror://gentoo/${PN}-testdata-${LIBVPX_TESTDATA_VER}.tar.bz2 )"
 
 DESCRIPTION="WebM VP8 Codec SDK"
 HOMEPAGE="http://www.webmproject.org"
@@ -95,7 +99,10 @@
 	emake verbose=yes GEN_EXAMPLES=
 }
 
+multilib_src_test() {
+	emake verbose=yes GEN_EXAMPLES=  LIBVPX_TEST_DATA_PATH="${WORKDIR}/${PN}-testdata" test
+}
+
 multilib_src_install() {
 	emake verbose=yes GEN_EXAMPLES= DESTDIR="${D}" install
 }
-





^ permalink raw reply	[flat|nested] 18+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: ChangeLog libvpx-9999.ebuild
@ 2013-06-25 18:58 Alexis Ballier (aballier)
  0 siblings, 0 replies; 18+ messages in thread
From: Alexis Ballier (aballier) @ 2013-06-25 18:58 UTC (permalink / raw
  To: gentoo-commits

aballier    13/06/25 18:58:00

  Modified:             ChangeLog libvpx-9999.ebuild
  Log:
  add a comment on how to generate the testdata tarball
  
  (Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.90                 media-libs/libvpx/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.90&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.90&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.89&r2=1.90

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog	25 Jun 2013 18:45:40 -0000	1.89
+++ ChangeLog	25 Jun 2013 18:58:00 -0000	1.90
@@ -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.89 2013/06/25 18:45:40 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.90 2013/06/25 18:58:00 aballier Exp $
+
+  25 Jun 2013; Alexis Ballier <aballier@gentoo.org> libvpx-9999.ebuild:
+  add a comment on how to generate the testdata tarball
 
   25 Jun 2013; Alexis Ballier <aballier@gentoo.org> libvpx-9999.ebuild:
   provide a testdata tarball so that it doesnt try to redownload them in



1.41                 media-libs/libvpx/libvpx-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?r1=1.40&r2=1.41

Index: libvpx-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- libvpx-9999.ebuild	25 Jun 2013 18:45:40 -0000	1.40
+++ libvpx-9999.ebuild	25 Jun 2013 18:58:00 -0000	1.41
@@ -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-9999.ebuild,v 1.40 2013/06/25 18:45:40 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.41 2013/06/25 18:58:00 aballier Exp $
 
 EAPI=4
 inherit multilib toolchain-funcs multilib-minimal
@@ -19,6 +19,8 @@
 	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 	S="${WORKDIR}/${PN}-v${PV}"
 fi
+# generated by: make LIBVPX_TEST_DATA_PATH=libvpx-testdata testdata + tar'ing
+# it.
 SRC_URI="${SRC_URI}
 	test? ( mirror://gentoo/${PN}-testdata-${LIBVPX_TESTDATA_VER}.tar.bz2 )"
 





^ permalink raw reply	[flat|nested] 18+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: ChangeLog libvpx-9999.ebuild
@ 2013-06-25 19:38 Alexis Ballier (aballier)
  0 siblings, 0 replies; 18+ messages in thread
From: Alexis Ballier (aballier) @ 2013-06-25 19:38 UTC (permalink / raw
  To: gentoo-commits

aballier    13/06/25 19:38:34

  Modified:             ChangeLog libvpx-9999.ebuild
  Log:
  test the libvpx.so we just built, not the system one
  
  (Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.91                 media-libs/libvpx/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.91&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.91&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.90&r2=1.91

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog	25 Jun 2013 18:58:00 -0000	1.90
+++ ChangeLog	25 Jun 2013 19:38:34 -0000	1.91
@@ -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.90 2013/06/25 18:58:00 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.91 2013/06/25 19:38:34 aballier Exp $
+
+  25 Jun 2013; Alexis Ballier <aballier@gentoo.org> libvpx-9999.ebuild:
+  test the libvpx.so we just built, not the system one
 
   25 Jun 2013; Alexis Ballier <aballier@gentoo.org> libvpx-9999.ebuild:
   add a comment on how to generate the testdata tarball



1.42                 media-libs/libvpx/libvpx-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?r1=1.41&r2=1.42

Index: libvpx-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- libvpx-9999.ebuild	25 Jun 2013 18:58:00 -0000	1.41
+++ libvpx-9999.ebuild	25 Jun 2013 19:38:34 -0000	1.42
@@ -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-9999.ebuild,v 1.41 2013/06/25 18:58:00 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.42 2013/06/25 19:38:34 aballier Exp $
 
 EAPI=4
 inherit multilib toolchain-funcs multilib-minimal
@@ -102,7 +102,8 @@
 }
 
 multilib_src_test() {
-	emake verbose=yes GEN_EXAMPLES=  LIBVPX_TEST_DATA_PATH="${WORKDIR}/${PN}-testdata" test
+	LD_LIBRARY_PATH="${BUILD_DIR}:${LD_LIBRARY_PATH}" \
+		emake verbose=yes GEN_EXAMPLES=  LIBVPX_TEST_DATA_PATH="${WORKDIR}/${PN}-testdata" test
 }
 
 multilib_src_install() {





^ permalink raw reply	[flat|nested] 18+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: ChangeLog libvpx-9999.ebuild
@ 2013-06-25 20:11 Alexis Ballier (aballier)
  0 siblings, 0 replies; 18+ messages in thread
From: Alexis Ballier (aballier) @ 2013-06-25 20:11 UTC (permalink / raw
  To: gentoo-commits

aballier    13/06/25 20:11:47

  Modified:             ChangeLog libvpx-9999.ebuild
  Log:
  copy some more addpredict from php-pear-r1.eclass; hopefully this should fix all the sandbox violations. bug #465988. Also actually install the docs we built.
  
  (Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.92                 media-libs/libvpx/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.92&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.92&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.91&r2=1.92

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog	25 Jun 2013 19:38:34 -0000	1.91
+++ ChangeLog	25 Jun 2013 20:11:47 -0000	1.92
@@ -1,6 +1,11 @@
 # 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.91 2013/06/25 19:38:34 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.92 2013/06/25 20:11:47 aballier Exp $
+
+  25 Jun 2013; Alexis Ballier <aballier@gentoo.org> libvpx-9999.ebuild:
+  copy some more addpredict from php-pear-r1.eclass; hopefully this should fix
+  all the sandbox violations. bug #465988. Also actually install the docs we
+  built.
 
   25 Jun 2013; Alexis Ballier <aballier@gentoo.org> libvpx-9999.ebuild:
   test the libvpx.so we just built, not the system one



1.43                 media-libs/libvpx/libvpx-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?r1=1.42&r2=1.43

Index: libvpx-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- libvpx-9999.ebuild	25 Jun 2013 19:38:34 -0000	1.42
+++ libvpx-9999.ebuild	25 Jun 2013 20:11:47 -0000	1.43
@@ -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-9999.ebuild,v 1.42 2013/06/25 19:38:34 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.43 2013/06/25 20:11:47 aballier Exp $
 
 EAPI=4
 inherit multilib toolchain-funcs multilib-minimal
@@ -59,7 +59,12 @@
 	esac
 
 	# 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 CXX AR NM
@@ -108,4 +113,5 @@
 
 multilib_src_install() {
 	emake verbose=yes GEN_EXAMPLES= DESTDIR="${D}" install
+	[ "${ABI}" = "${DEFAULT_ABI}" ] && use doc && dohtml docs/html/*
 }





^ permalink raw reply	[flat|nested] 18+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: ChangeLog libvpx-9999.ebuild
@ 2015-05-20 15:26 Mike Gilbert (floppym)
  0 siblings, 0 replies; 18+ messages in thread
From: Mike Gilbert (floppym) @ 2015-05-20 15:26 UTC (permalink / raw
  To: gentoo-commits

floppym     15/05/20 15:26:36

  Modified:             ChangeLog
  Removed:              libvpx-9999.ebuild
  Log:
  Drop unmaintained live ebuild.
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)

Revision  Changes    Path
1.120                media-libs/libvpx/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.120&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.120&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.119&r2=1.120

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- ChangeLog	20 May 2015 15:17:08 -0000	1.119
+++ ChangeLog	20 May 2015 15:26:36 -0000	1.120
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libvpx
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.119 2015/05/20 15:17:08 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.120 2015/05/20 15:26:36 floppym Exp $
+
+  20 May 2015; Mike Gilbert <floppym@gentoo.org> -libvpx-9999.ebuild:
+  Drop unmaintained live ebuild.
 
   20 May 2015; Mike Gilbert <floppym@gentoo.org> libvpx-1.4.0.ebuild,
   libvpx-9999.ebuild:





^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2015-05-20 15:26 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-25 15:07 [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: ChangeLog libvpx-9999.ebuild Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2015-05-20 15:26 Mike Gilbert (floppym)
2013-06-25 20:11 Alexis Ballier (aballier)
2013-06-25 19:38 Alexis Ballier (aballier)
2013-06-25 18:58 Alexis Ballier (aballier)
2013-06-25 18:45 Alexis Ballier (aballier)
2013-06-25 18:35 Alexis Ballier (aballier)
2013-06-25 18:27 Alexis Ballier (aballier)
2013-06-25 17:38 Alexis Ballier (aballier)
2013-06-25 17:06 Alexis Ballier (aballier)
2013-06-25 17:02 Alexis Ballier (aballier)
2013-06-25 16:53 Alexis Ballier (aballier)
2013-06-25 16:37 Alexis Ballier (aballier)
2013-06-25 16:26 Alexis Ballier (aballier)
2012-03-01 11:31 Alexis Ballier (aballier)
2011-09-22  9:08 Tim Harder (radhermit)
2011-06-23 16:04 Alexis Ballier (aballier)
2011-06-22 16:03 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