mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
17 lines
688 B
Plaintext
17 lines
688 B
Plaintext
PKG_NAME="libass"
|
|
PKG_VERSION="0.9.11"
|
|
PKG_REV="1"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="BSD"
|
|
PKG_SITE="http://code.google.com/p/libass/"
|
|
PKG_URL="http://libass.googlecode.com/files/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
|
PKG_DEPENDS="freetype fontconfig enca"
|
|
PKG_BUILD_DEPENDS="toolchain freetype fontconfig enca"
|
|
PKG_PRIORITY="optional"
|
|
PKG_SECTION="multimedia"
|
|
PKG_SHORTDESC="libass: a portable subtitle renderer for the ASS/SSA (Advanced Substation Alpha/Substation Alpha) subtitle format."
|
|
PKG_LONGDESC="libass is a portable subtitle renderer for the ASS/SSA (Advanced Substation Alpha/Substation Alpha) subtitle format. It is mostly compatible with VSFilter"
|
|
PKG_IS_ADDON="no"
|
|
|
|
PKG_AUTORECONF="yes"
|