--- trunk/mplayer/make-git-snapshot.sh 2011/07/27 23:35:57 1451 +++ trunk/mplayer/make-git-snapshot.sh 2014/02/07 09:59:22 2403 @@ -4,7 +4,7 @@ # # to make a snapshot of the given tag/branch. Defaults to HEAD. -DIRNAME=mplayer-1.0_git$( date +%Y%m%d ) +DIRNAME=mplayer-1.1.1_git$( date +%Y%m%d ) echo DIRNAME ${DIRNAME} echo HEAD ${1:-HEAD} @@ -14,9 +14,6 @@ # checkout mplayer git clone git://git.mplayerhq.hu/mplayer ${DIRNAME} -# check out git ffmpeg -git clone git://git.libav.org/libav.git ${DIRNAME}/ffmpeg - GIT_DIR=${DIRNAME}/.git git archive --format=tar --prefix=${DIRNAME}/ ${1:-HEAD} \ | bzip2 > ${DIRNAME}.tar.bz2