diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-11-07 14:58:26 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-11-07 14:58:26 +0000 |
commit | 3932699786b4f8b5a3b5e16be5b2dbf47032e8d3 (patch) | |
tree | 2e41af25a057443b366ce73e93a2c5d502edb123 /media-video/mplayer/mplayer-9999.ebuild | |
parent | Globaly mask vpx useflag (diff) | |
download | historical-3932699786b4f8b5a3b5e16be5b2dbf47032e8d3.tar.gz historical-3932699786b4f8b5a3b5e16be5b2dbf47032e8d3.tar.bz2 historical-3932699786b4f8b5a3b5e16be5b2dbf47032e8d3.zip |
Add new snapshot and add tool that create them to files/
Package-Manager: portage-2.2.0_alpha4/cvs/Linux x86_64
Diffstat (limited to 'media-video/mplayer/mplayer-9999.ebuild')
-rw-r--r-- | media-video/mplayer/mplayer-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/mplayer/mplayer-9999.ebuild b/media-video/mplayer/mplayer-9999.ebuild index 2e1f8ffe1c4b..dc388c99240a 100644 --- a/media-video/mplayer/mplayer-9999.ebuild +++ b/media-video/mplayer/mplayer-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-video/mplayer/mplayer-9999.ebuild,v 1.83 2010/11/01 13:50:53 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild,v 1.84 2010/11/07 14:58:26 scarabeus Exp $ EAPI=3 @@ -10,7 +10,7 @@ ESVN_REPO_URI="svn://svn.mplayerhq.hu/mplayer/trunk" inherit toolchain-funcs eutils flag-o-matic multilib base ${SVN_ECLASS} # BUMP ME PLZ, NO COOKIES OTHERWISE -[[ ${PV} != *9999* ]] && MPLAYER_REVISION=SVN-r30554 +[[ ${PV} != *9999* ]] && MPLAYER_REVISION=SVN-r32598 IUSE="3dnow 3dnowext +a52 aalib +alsa altivec aqua +ass bidi bindist bl bluray bs2b +cddb +cdio cdparanoia cpudetection custom-cpuopts debug dga +dirac @@ -37,7 +37,7 @@ FONT_URI=" if [[ ${PV} == *9999* ]]; then RELEASE_URI="" else - RELEASE_URI="mirror://gentoo/${P}.tbz2" + RELEASE_URI="mirror://gentoo/${P}.tar.xz" fi SRC_URI="${RELEASE_URI} !truetype? ( ${FONT_URI} )" |