mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
libraries/libass: Updated for version 0.9.9.
This commit is contained in:
parent
8f3986179d
commit
8dd8e4f26b
4 changed files with 12 additions and 13 deletions
|
@ -1,6 +1,5 @@
|
|||
libass is a portable subtitle renderer for the ASS/SSA (Advanced Substation
|
||||
Alpha/Substation Alpha) subtitle format. It is mostly compatible with
|
||||
VSFilter.
|
||||
libass is a portable subtitle renderer for the ASS/SSA
|
||||
(Advanced Substation Alpha/Substation Alpha) subtitle format.
|
||||
It is mostly compatible with VSFilter.
|
||||
|
||||
There are no required dependencies for libass but enca is an optional
|
||||
dependency.
|
||||
enca is an optional dependency.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
|
||||
PRGNAM=libass
|
||||
VERSION=${VERSION:-0.9.8}
|
||||
VERSION=${VERSION:-0.9.9}
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -57,7 +57,7 @@ make install DESTDIR=$PKG
|
|||
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \
|
||||
xargs strip --strip-unneeded 2> /dev/null || true
|
||||
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \
|
||||
xargs strip --strip-unneeded 2> /dev/null || true
|
||||
xargs strip --strip-unneeded 2> /dev/null
|
||||
)
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="libass"
|
||||
VERSION="0.9.8"
|
||||
VERSION="0.9.9"
|
||||
HOMEPAGE="http://code.google.com/p/libass/"
|
||||
DOWNLOAD="http://libass.googlecode.com/files/libass-0.9.8.tar.bz2"
|
||||
MD5SUM="e0b0c81f2e2651408e72b02473d35cde"
|
||||
DOWNLOAD="http://libass.googlecode.com/files/libass-0.9.9.tar.bz2"
|
||||
MD5SUM="6f545089d838d524c4f3b12e8ef6ed38"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Larry Hajali"
|
||||
EMAIL="larryhaja[at]gmail[dot]com"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="Erik Hanson"
|
||||
|
|
|
@ -7,11 +7,11 @@
|
|||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
libass: libass (Subtitle renderer for the ASS/SSA)
|
||||
libass:
|
||||
libass:
|
||||
libass: libass is a portable subtitle renderer for the ASS/SSA (Advanced
|
||||
libass: Substation Alpha/Substation Alpha) subtitle format. It is mostly
|
||||
libass: compatible with VSFilter.
|
||||
libass:
|
||||
libass:
|
||||
libass: Homepage: http://code.google.com/p/libass/
|
||||
libass:
|
||||
libass:
|
||||
|
|
Loading…
Reference in a new issue