new package: libass

Currently used only by mpv-x in x11-packages, but also required for
https://github.com/termux/termux-packages/issues/2399.
This commit is contained in:
Leonid Pliushch 2019-06-30 03:09:00 +03:00
parent adce8f5058
commit 1e6a626c03
1 changed files with 8 additions and 0 deletions

8
packages/libass/build.sh Normal file
View File

@ -0,0 +1,8 @@
TERMUX_PKG_HOMEPAGE=https://github.com/libass/libass
TERMUX_PKG_DESCRIPTION="A portable library for SSA/ASS subtitles rendering"
TERMUX_PKG_LICENSE="BSD"
TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com>"
TERMUX_PKG_VERSION=0.14.0
TERMUX_PKG_SRCURL=https://github.com/libass/libass/releases/download/$TERMUX_PKG_VERSION/libass-$TERMUX_PKG_VERSION.tar.xz
TERMUX_PKG_SHA256=881f2382af48aead75b7a0e02e65d88c5ebd369fe46bc77d9270a94aa8fd38a2
TERMUX_PKG_DEPENDS="fontconfig, fribidi, glib, harfbuzz"