Changes between Version 2 and Version 3 of Ticket #6916


Ignore:
Timestamp:
11/26/2015 05:34:14 PM (8 years ago)
Author:
Fernando de Oliveira
Comment:

MPlayer-SVN-r37520 failed to build with libvpx-1.5.0.

Updating to MPlayer-SVN-r37561.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6916

    • Property Owner changed from blfs-book@… to Fernando de Oliveira
    • Property Status newassigned
  • Ticket #6916 – Description

    v2 v3  
    11Daily releases from version control.  This is a placeholder for currency scripts.
    22
    3 To be updated just before next BLFS release with (first, replacing ''2015-09-09'' with ''2016-mm-dd'' and ''~/sshfs/blfs'' by editor's source diretory):
     3To be updated just before next BLFS release with (first, replacing
     4''2015-11-26'' with ''yyyy-mm-dd'' and ''~/sshfs/blfs'' by editor's
     5source diretory):
    46
    57{{{
    68  pushd /tmp &&
     9
     10  TARBALL_DATE=2015-11-26 &&
    711
    812  wget -c \
     
    1115
    1216  tar -xf mplayer-checkout-snapshot.tar.bz2 &&
    13   cd mplayer-checkout-2015-09-09 &&
     17  cd mplayer-checkout-${TARBALL_DATE} &&
    1418  VERSION=SVN-r`svnversion` &&
    1519  echo "VERSION = ${VERSION}" &&
    1620  cd .. &&
    1721
    18   mv  -vi mplayer-checkout-2015-09-09  mplayer-${VERSION} &&
     22  mv  -vi mplayer-checkout-${TARBALL_DATE}  mplayer-${VERSION} &&
    1923  tar -xf ffmpeg-snapshot.tar.bz2 -C   mplayer-${VERSION} &&
    2024
     
    2529  rm -rf   mplayer-${VERSION} mplayer-checkout-snapshot.tar.bz2 \
    2630         ffmpeg-snapshot.tar.bz2 &&
    27   unset VERSION &&
     31  unset VERSION TARBALL_DATE &&
    2832
    2933  popd