Opened 8 years ago

Closed 8 years ago

#7174 closed enhancement (fixed)

mplayer-SVN-r37794

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.

  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)

comment:1 by Fernando de Oliveira, 8 years ago

Milestone: hold7.9
Summary: mplayer (placeholder)mplayer

comment:2 by Fernando de Oliveira, 8 years ago

Description: modified (diff)

comment:3 by Fernando de Oliveira, 8 years ago

Owner: changed from blfs-book@… to Fernando de Oliveira
Status: newassigned

comment:4 by Fernando de Oliveira, 8 years ago

Resolution: fixed
Status: assignedclosed
Summary: mplayermplayer-SVN-r37794

Fixed at r17012.

Didn't check the if the links are broken.

Note: See TracTickets for help on using tickets.