summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2010-11-08 01:01:12 +0000
committerLuca Barbato <lu_zero@gentoo.org>2010-11-08 01:01:12 +0000
commitae5f9d9064247bc2856df3d3dd795571e937abdd (patch)
tree626fc747753f650b054b8a531328669d3f0aac24 /media-libs/libvpx/libvpx-9999.ebuild
parentversion bump and remove USE=doc for bug 271660 (diff)
downloadgentoo-2-ae5f9d9064247bc2856df3d3dd795571e937abdd.tar.gz
gentoo-2-ae5f9d9064247bc2856df3d3dd795571e937abdd.tar.bz2
gentoo-2-ae5f9d9064247bc2856df3d3dd795571e937abdd.zip
New version
(Portage version: 2.1.9.22/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libvpx/libvpx-9999.ebuild')
-rw-r--r--media-libs/libvpx/libvpx-9999.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/media-libs/libvpx/libvpx-9999.ebuild b/media-libs/libvpx/libvpx-9999.ebuild
index a2423230a931..911703a1b0ba 100644
--- a/media-libs/libvpx/libvpx-9999.ebuild
+++ b/media-libs/libvpx/libvpx-9999.ebuild
@@ -1,6 +1,6 @@
# 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.6 2010/10/22 14:43:23 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.7 2010/11/08 01:01:12 lu_zero Exp $
EAPI=2
inherit multilib toolchain-funcs
@@ -9,9 +9,12 @@ if [[ ${PV} == *9999* ]]; then
inherit git
EGIT_REPO_URI="git://review.webmproject.org/${PN}.git"
KEYWORDS=""
-else
+elif [[ ${PV} == *pre* ]]; then
SRC_URI="mirror://gentoo/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
+else
+ SRC_URI="http://webm.googlecode.com/files/${PN}-v${PV}.tar.bz2"
+ KEYWORDS="~amd64 ~x86"
fi
DESCRIPTION="WebM VP8 Codec SDK"