Opened 10 years ago
Closed 9 years ago
#6916 closed enhancement (fixed)
mplayer-SVN-r37561
Reported by: | Fernando de Oliveira | Owned by: | Fernando de Oliveira |
---|---|---|---|
Priority: | normal | Milestone: | 7.9 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description (last modified by ) ¶
Daily releases from version control. This is a placeholder for currency scripts.
To be updated just before next BLFS release with (first, replacing 2015-11-26 with yyyy-mm-dd and ~/sshfs/blfs by editor's source diretory):
pushd /tmp && TARBALL_DATE=2015-11-26 && 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-${TARBALL_DATE} && VERSION=SVN-r`svnversion` && echo "VERSION = ${VERSION}" && cd .. && mv -vi mplayer-checkout-${TARBALL_DATE} 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 (5)
comment:1 by , 10 years ago
Description: | modified (diff) |
---|
comment:2 by , 10 years ago
Description: | modified (diff) |
---|
comment:3 by , 9 years ago
Description: | modified (diff) |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:4 by , 9 years ago
Milestone: | hold → 7.9 |
---|---|
Summary: | mplayer (placeholder) → mplayer-SVN-r37561 |
Note:
See TracTickets
for help on using tickets.
MPlayer-SVN-r37520 failed to build with libvpx-1.5.0.
Updating to MPlayer-SVN-r37561.