mplayer-SVN-r37794
Daily releases from version control. This is a placeholder for currency
scripts.
pushd /tmp &&
wget -c \
http://www.mplayerhq.hu/MPlayer/releases/mplayer-checkout-snapshot.tar.bz2 \
http://ffmpeg.org/releases/ffmpeg-snapshot.tar.bz2 &&
tar -xf mplayer-checkout-snapshot.tar.bz2 &&
cd mplayer-checkout-*/ &&
VERSION=SVN-r`svnversion` &&
echo "VERSION = ${VERSION}" &&
cd .. &&
mv -vi mplayer-checkout-*/ mplayer-${VERSION} &&
tar -xf ffmpeg-snapshot.tar.bz2 -C mplayer-${VERSION} &&
tar -cJf mplayer-${VERSION}.tar.xz mplayer-${VERSION} &&
md5sum mplayer-${VERSION}.tar.xz > mplayer-${VERSION}.tar.xz.md5 &&
mv -vi mplayer-${VERSION}.tar.xz{,.md5} ~/sshfs/blfs &&
rm -rf mplayer-${VERSION} mplayer-checkout-snapshot.tar.bz2 \
ffmpeg-snapshot.tar.bz2 &&
unset VERSION TARBALL_DATE &&
popd
Change History
(4)
Milestone: |
hold → 7.9
|
Summary: |
mplayer (placeholder) → mplayer
|
Description: |
modified (diff)
|
Owner: |
changed from blfs-book@… to Fernando de Oliveira
|
Status: |
new → assigned
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Summary: |
mplayer → mplayer-SVN-r37794
|
Fixed at r17012.
Didn't check the if the links are broken.