diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-03-20 22:12:46 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-03-20 22:12:46 +0000 |
commit | 85cbbfef04176b4b15764a7b0dadbc5033b64903 (patch) | |
tree | b573134b9c412fa7eff72073366e3b96212bbe6b /media-video/mplayer/files | |
parent | Version bump, bug #359291 (diff) | |
download | gentoo-2-85cbbfef04176b4b15764a7b0dadbc5033b64903.tar.gz gentoo-2-85cbbfef04176b4b15764a7b0dadbc5033b64903.tar.bz2 gentoo-2-85cbbfef04176b4b15764a7b0dadbc5033b64903.zip |
Move to use libav in live mplayer ebuild and snapshot preparator. Force due to unsynced tree.
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'media-video/mplayer/files')
-rw-r--r-- | media-video/mplayer/files/prepare_mplayer.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/mplayer/files/prepare_mplayer.sh b/media-video/mplayer/files/prepare_mplayer.sh index 2518f2ebf6a5..138af6305107 100644 --- a/media-video/mplayer/files/prepare_mplayer.sh +++ b/media-video/mplayer/files/prepare_mplayer.sh @@ -7,7 +7,7 @@ svn checkout svn://svn.mplayerhq.hu/mplayer/trunk ${PACKAGE} pushd ${PACKAGE} > /dev/null # ffmpeg is in git now so no svn external anymore rm -rf ffmpeg - git clone git://git.ffmpeg.org/ffmpeg.git + git clone git://git.libav.org/libav.git STORE_VERSION=$(svn log -r HEAD -q |grep ^r |cut -d' ' -f1) echo "*** Remember to adjust mplayer ebuild with revision: \"SVN-${STORE_VERSION}\" ***" popd > /dev/null |