Opened 9 years ago

Closed 9 years ago

#6082 closed enhancement (fixed)

mplayer-SVN-r37520

Reported by: bdubbs@… Owned by: Fernando de Oliveira
Priority: normal Milestone: 7.8
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description (last modified by Fernando de Oliveira)

Daily releases from version control. This was a placeholder for currency scripts.

Obtained with:

  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-2015-09-09 &&
  VERSION=SVN-r`svnversion` &&
  echo "VERSION = ${VERSION}" &&
  cd .. &&

  mv  -vi mplayer-checkout-2015-09-09  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 &&

  popd

Change History (13)

comment:1 by bdubbs@…, 9 years ago

Milestone: 7.7hold

comment:2 by Fernando de Oliveira, 9 years ago

I would like to include latest for 7.7. Opinions, please?

comment:3 by Fernando de Oliveira, 9 years ago

I wil create a ticket and ask there.

comment:4 by bdubbs@…, 9 years ago

Yes, I think an update is in order, but when done, I suggest just moving back to hold instead of closing.

comment:5 by Douglas R. Reno, 9 years ago

How often do we update this? I would be willing to try and give this one an update.

comment:6 by bdubbs@…, 9 years ago

We should update it before each BLFS stable release. In this case the next update should be mid August.

comment:7 by Fernando de Oliveira, 9 years ago

I would like to have it updated just before the next release, so it has a new version.

in reply to:  6 comment:8 by Fernando de Oliveira, 9 years ago

Replying to bdubbs@…:

We should update it before each BLFS stable release. In this case the next update should be mid August.

Sorry, Bruce, I was reading the emails, and didn't notice your comment.

comment:9 by Fernando de Oliveira, 9 years ago

Milestone: hold7.8
Owner: changed from blfs-book@… to Fernando de Oliveira
Status: newassigned

comment:10 by Fernando de Oliveira, 9 years ago

Description: modified (diff)
Summary: mplayer (placeholder)mplayer-SVN-r37520

comment:11 by Fernando de Oliveira, 9 years ago

Description: modified (diff)

comment:12 by Fernando de Oliveira, 9 years ago

Description: modified (diff)

comment:13 by Fernando de Oliveira, 9 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r16385.

Note: See TracTickets for help on using tickets.