libraries/libgme: Updated for version 0.6.1.

Fixes a 0-day, see http://bit.ly/libgme-0day

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
pomfland 2016-12-16 07:34:05 +01:00 committed by Willy Sudiarto Raharjo
parent 18af7f510d
commit 4ac5f3e69e
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 4 additions and 9 deletions

View File

@ -24,7 +24,7 @@
PRGNAM=libgme
_PRGNAM=game-music-emu
VERSION=${VERSION:-0.6.0}
VERSION=${VERSION:-0.6.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -85,11 +85,6 @@ cd ..
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
if [ "$ARCH" = "x86_64" ]; then
mv $PKG/usr/lib/pkgconfig $PKG/usr/lib${LIBDIRSUFFIX}/pkgconfig
rm -rf $PKG/usr/lib
fi
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a {changes,design,gme,license,readme}.txt $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View File

@ -1,8 +1,8 @@
PRGNAM="libgme"
VERSION="0.6.0"
VERSION="0.6.1"
HOMEPAGE="https://bitbucket.org/mpyne/game-music-emu/wiki/Home"
DOWNLOAD="https://bitbucket.org/mpyne/game-music-emu/downloads/game-music-emu-0.6.0.tar.bz2"
MD5SUM="b98fafb737bc889dc65e7a8b94bd1bf5"
DOWNLOAD="https://bitbucket.org/mpyne/game-music-emu/downloads/game-music-emu-0.6.1.tar.bz2"
MD5SUM="d399f4a00aece2813e777dface2b6aab"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""