libass: initial commit, version 0.14.0

This commit is contained in:
Tim Biermann 2019-08-21 10:02:49 +00:00
parent 4085ac2fa8
commit 2abe2911ef
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 15 additions and 15 deletions

View File

@ -6,8 +6,8 @@ drwxr-xr-x root/root usr/include/ass/
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libass.a
-rwxr-xr-x root/root usr/lib/libass.la
lrwxrwxrwx root/root usr/lib/libass.so -> libass.so.9.0.0
lrwxrwxrwx root/root usr/lib/libass.so.9 -> libass.so.9.0.0
-rwxr-xr-x root/root usr/lib/libass.so.9.0.0
lrwxrwxrwx root/root usr/lib/libass.so -> libass.so.9.0.2
lrwxrwxrwx root/root usr/lib/libass.so.9 -> libass.so.9.0.2
-rwxr-xr-x root/root usr/lib/libass.so.9.0.2
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libass.pc

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3+hjRLpG71IM1vzwgBaPAvitSZG9+dYFxAke9Ay/HwcLKuI3rdK6/jVIn0yStbo2SO6SDHt18Q/0R2FZYHm1xw4=
SHA256 (Pkgfile) = f79f35e8ebaad9c1c5805b190b1fdec4ddaf4ea5a29ce1dff78ebe02359186f7
SHA256 (.footprint) = ef5d09801a8aa1e47be49c230ddb91d2583f62b386c023f8ac1a829dc14acca5
SHA256 (libass-0.13.6.tar.gz) = 62070da83b2139c1875c9db65ece37f80f955097227b7d46ade680221efdff4b
RWSagIOpLGJF3yj7GcOKb+dYpKeInSN9DCBvZ7O/8GzEkJcrTs2nVdD2NXKFWqPqkpNljBPWkESSr9HVs+H/sq+7Vlxp5CH4PA0=
SHA256 (Pkgfile) = 98363ac75face306c3980c16e5954769af45a063c5870a5b50628ef99f88e634
SHA256 (.footprint) = a7552c2eabc46bba83b90017d2a403f6e9ea59fc4719d51d9756c74ffe49a3e3
SHA256 (libass-0.14.0.tar.gz) = 8d5a5c920b90b70a108007ffcd2289ac652c0e03fc88e6eecefa37df0f2e7fdf

View File

@ -1,17 +1,17 @@
# Description: A portable subtitle renderer for the ASS/SSA (Advanced Substation Alpha/Substation Alpha) subtitle format.
# URL: https://github.com/libass/libass
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Matt Housh, jaeger at morpheus dot net
# Depends on: fribidi harfbuzz
# Maintainer: Tim Biermann, tbier at posteo dot de
# Packager: Danny Rawlins, crux at romster dot me
# Depends on: fribidi harfbuzz libpng
name=libass
version=0.13.6
version=0.14.0
release=1
source=(https://github.com/$name/$name/releases/download/$version/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}