diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 |
commit | 03423e0583057cbe5a16f8439183e2dbc0e8dd7c (patch) | |
tree | 81fe3ba69d94146f83fb5541d1fb2da0ac4eac08 /extra/libass | |
download | repository-03423e0583057cbe5a16f8439183e2dbc0e8dd7c.tar.gz |
secondary commit
Diffstat (limited to 'extra/libass')
-rwxr-xr-x | extra/libass/build | 8 | ||||
-rw-r--r-- | extra/libass/checksums | 1 | ||||
-rw-r--r-- | extra/libass/depends | 6 | ||||
-rw-r--r-- | extra/libass/sources | 1 | ||||
-rw-r--r-- | extra/libass/version | 1 |
5 files changed, 17 insertions, 0 deletions
diff --git a/extra/libass/build b/extra/libass/build new file mode 100755 index 00000000..11938895 --- /dev/null +++ b/extra/libass/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --enable-fontconfig + +make +make DESTDIR="$1" install diff --git a/extra/libass/checksums b/extra/libass/checksums new file mode 100644 index 00000000..6a8bc2da --- /dev/null +++ b/extra/libass/checksums @@ -0,0 +1 @@ +881f2382af48aead75b7a0e02e65d88c5ebd369fe46bc77d9270a94aa8fd38a2 libass-0.14.0.tar.xz diff --git a/extra/libass/depends b/extra/libass/depends new file mode 100644 index 00000000..3b0ec96c --- /dev/null +++ b/extra/libass/depends @@ -0,0 +1,6 @@ +expat +fontconfig +freetype-harfbuzz +fribidi +pkgconf make +yasm make diff --git a/extra/libass/sources b/extra/libass/sources new file mode 100644 index 00000000..12135230 --- /dev/null +++ b/extra/libass/sources @@ -0,0 +1 @@ +https://github.com/libass/libass/releases/download/0.14.0/libass-0.14.0.tar.xz diff --git a/extra/libass/version b/extra/libass/version new file mode 100644 index 00000000..0f78dbcf --- /dev/null +++ b/extra/libass/version @@ -0,0 +1 @@ +0.14.0 1 |