libass: new package at 0.14.0

This commit is contained in:
Muhammad Herdiansyah 2019-07-18 14:27:47 +07:00
parent 62e2635b26
commit 7f21add39b
5 changed files with 17 additions and 0 deletions

8
testing/libass/build Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--enable-fontconfig
make
make DESTDIR="$1" install

1
testing/libass/checksums Normal file
View File

@ -0,0 +1 @@
881f2382af48aead75b7a0e02e65d88c5ebd369fe46bc77d9270a94aa8fd38a2 libass-0.14.0.tar.xz

6
testing/libass/depends Normal file
View File

@ -0,0 +1,6 @@
pkgconf make
yasm make
expat
fribidi
fontconfig
freetype

1
testing/libass/sources Normal file
View File

@ -0,0 +1 @@
https://github.com/libass/libass/releases/download/0.14.0/libass-0.14.0.tar.xz

1
testing/libass/version Normal file
View File

@ -0,0 +1 @@
0.14.0 1