* [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: metadata.xml ChangeLog libvpx-0.9.0_p20100612.ebuild libvpx-9999.ebuild
@ 2010-06-12 21:45 Dror Levin (spatz)
0 siblings, 0 replies; only message in thread
From: Dror Levin (spatz) @ 2010-06-12 21:45 UTC (permalink / raw
To: gentoo-commits
spatz 10/06/12 21:45:36
Modified: metadata.xml ChangeLog
libvpx-0.9.0_p20100612.ebuild libvpx-9999.ebuild
Log:
Add altivec,mmx,sse,sse2,sse3,ssse3 USE flags, consolidate live and normal ebuilds.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.2 media-libs/libvpx/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/metadata.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/metadata.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/metadata.xml?r1=1.1&r2=1.2
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml 10 Jun 2010 16:02:09 -0000 1.1
+++ metadata.xml 12 Jun 2010 21:45:36 -0000 1.2
@@ -7,5 +7,7 @@
</maintainer>
<use>
<flag name="postproc">Enable additional post processing filters</flag>
+ <flag name="sse3">Enable optimization for SSE3 capable chips</flag>
+ <flag name="ssse3">faster floating point optimization for SSSE3 capable chips (Intel Core 2 and later chips)</flag>
</use>
</pkgmetadata>
1.4 media-libs/libvpx/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 12 Jun 2010 21:11:14 -0000 1.3
+++ ChangeLog 12 Jun 2010 21:45:36 -0000 1.4
@@ -1,6 +1,11 @@
# ChangeLog for media-libs/libvpx
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.3 2010/06/12 21:11:14 spatz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.4 2010/06/12 21:45:36 spatz Exp $
+
+ 12 Jun 2010; Dror Levin <spatz@gentoo.org> libvpx-0.9.0_p20100612.ebuild,
+ libvpx-9999.ebuild, metadata.xml:
+ Add altivec,mmx,sse,sse2,sse3,ssse3 USE flags, consolidate live and normal
+ ebuilds.
12 Jun 2010; Dror Levin <spatz@gentoo.org> libvpx-0.9.0_p20100612.ebuild,
libvpx-9999.ebuild:
1.3 media-libs/libvpx/libvpx-0.9.0_p20100612.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-0.9.0_p20100612.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-0.9.0_p20100612.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-0.9.0_p20100612.ebuild?r1=1.2&r2=1.3
Index: libvpx-0.9.0_p20100612.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-0.9.0_p20100612.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libvpx-0.9.0_p20100612.ebuild 12 Jun 2010 21:11:14 -0000 1.2
+++ libvpx-0.9.0_p20100612.ebuild 12 Jun 2010 21:45:36 -0000 1.3
@@ -1,18 +1,25 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-0.9.0_p20100612.ebuild,v 1.2 2010/06/12 21:11:14 spatz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-0.9.0_p20100612.ebuild,v 1.3 2010/06/12 21:45:36 spatz Exp $
EAPI=2
inherit multilib toolchain-funcs
+if [[ ${PV} == *9999* ]]; then
+ inherit git
+ EGIT_REPO_URI="git://review.webmproject.org/${PN}.git"
+ KEYWORDS=""
+else
+ SRC_URI="mirror://gentoo/${P}.tar.bz2"
+ KEYWORDS="~amd64 ~x86"
+fi
+
DESCRIPTION="WebM VP8 Codec SDK"
HOMEPAGE="http://www.webmproject.org"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug doc postproc +threads"
+IUSE="altivec debug doc mmx postproc sse sse2 sse3 ssse3 +threads"
RDEPEND=""
DEPEND="amd64? ( dev-lang/yasm )
@@ -31,6 +38,12 @@
--enable-pic \
--enable-vp8 \
--enable-shared \
+ $(use_enable altivec) \
+ $(use_enable mmx) \
+ $(use_enable sse) \
+ $(use_enable sse2) \
+ $(use_enable sse3) \
+ $(use_enable ssse3) \
$(use_enable debug) \
$(use_enable debug debug-libs) \
$(use_enable doc install-docs) \
1.5 media-libs/libvpx/libvpx-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?r1=1.4&r2=1.5
Index: libvpx-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libvpx-9999.ebuild 12 Jun 2010 21:11:14 -0000 1.4
+++ libvpx-9999.ebuild 12 Jun 2010 21:45:36 -0000 1.5
@@ -1,19 +1,25 @@
# Copyright 1999-2010 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.4 2010/06/12 21:11:14 spatz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.5 2010/06/12 21:45:36 spatz Exp $
EAPI=2
-inherit multilib toolchain-funcs git
+inherit multilib toolchain-funcs
-EGIT_REPO_URI="git://review.webmproject.org/${PN}.git"
+if [[ ${PV} == *9999* ]]; then
+ inherit git
+ EGIT_REPO_URI="git://review.webmproject.org/${PN}.git"
+ KEYWORDS=""
+else
+ SRC_URI="mirror://gentoo/${P}.tar.bz2"
+ KEYWORDS="~amd64 ~x86"
+fi
DESCRIPTION="WebM VP8 Codec SDK"
HOMEPAGE="http://www.webmproject.org"
LICENSE="BSD"
SLOT="0"
-KEYWORDS=""
-IUSE="debug doc postproc +threads"
+IUSE="altivec debug doc mmx postproc sse sse2 sse3 ssse3 +threads"
RDEPEND=""
DEPEND="amd64? ( dev-lang/yasm )
@@ -32,6 +38,12 @@
--enable-pic \
--enable-vp8 \
--enable-shared \
+ $(use_enable altivec) \
+ $(use_enable mmx) \
+ $(use_enable sse) \
+ $(use_enable sse2) \
+ $(use_enable sse3) \
+ $(use_enable ssse3) \
$(use_enable debug) \
$(use_enable debug debug-libs) \
$(use_enable doc install-docs) \
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-06-12 21:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-12 21:45 [gentoo-commits] gentoo-x86 commit in media-libs/libvpx: metadata.xml ChangeLog libvpx-0.9.0_p20100612.ebuild libvpx-9999.ebuild Dror Levin (spatz)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox