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 | 1b4a68d2da241c1ac30d0258acecedd2f8afcc74 (patch) | |
tree | a2bb9cbad9eece978ac08917a72b9343eeaaae10 /media-video/mplayer/mplayer-9999.ebuild | |
parent | Globaly mask vpx useflag (diff) | |
download | gentoo-2-1b4a68d2da241c1ac30d0258acecedd2f8afcc74.tar.gz gentoo-2-1b4a68d2da241c1ac30d0258acecedd2f8afcc74.tar.bz2 gentoo-2-1b4a68d2da241c1ac30d0258acecedd2f8afcc74.zip |
Add new snapshot and add tool that create them to files/
(Portage version: 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} )" |