Opened 9 years ago

Closed 8 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 Fernando de Oliveira)

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 Fernando de Oliveira, 9 years ago

Description: modified (diff)

comment:2 by Fernando de Oliveira, 9 years ago

Description: modified (diff)

comment:3 by Fernando de Oliveira, 8 years ago

Description: modified (diff)
Owner: changed from blfs-book@… to Fernando de Oliveira
Status: newassigned

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

Updating to MPlayer-SVN-r37561.

comment:4 by Fernando de Oliveira, 8 years ago

Milestone: hold7.9
Summary: mplayer (placeholder)mplayer-SVN-r37561

comment:5 by Fernando de Oliveira, 8 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r16687.

Note: See TracTickets for help on using tickets.