mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/libass: Updated for version 0.9.12.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
50909131e2
commit
246dfceda6
2 changed files with 8 additions and 10 deletions
|
@ -5,7 +5,7 @@
|
|||
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
|
||||
PRGNAM=libass
|
||||
VERSION=0.9.11
|
||||
VERSION=0.9.12
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -42,7 +42,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find . \
|
||||
|
@ -57,7 +57,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--prefix=/usr \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--enable-static=no \
|
||||
--enable-png \
|
||||
--disable-silent-rules \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
|
@ -67,9 +67,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
Changelog COPYING \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a Changelog COPYING $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="libass"
|
||||
VERSION="0.9.11"
|
||||
VERSION="0.9.12"
|
||||
HOMEPAGE="http://code.google.com/p/libass/"
|
||||
DOWNLOAD="http://libass.googlecode.com/files/libass-0.9.11.tar.bz2"
|
||||
MD5SUM="f9042884397002ba40aa89dc7d34f59f"
|
||||
DOWNLOAD="http://libass.googlecode.com/files/libass-0.9.12.tar.gz"
|
||||
MD5SUM="b5566b0cc5fdb67edbe3bf1d069aaaab"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Larry Hajali"
|
||||
EMAIL="larryhaja[at]gmail[dot]com"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="Erik Hanson"
|
||||
|
|
Loading…
Reference in a new issue