milis/talimatname/genel/libass/talimat

17 lines
521 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Libass ASS / SSA (Gelişmiş Altyapı Alfa / Altyapı Alfa) altyazı biçimi için taşınabilir bir altyazı oluşturucudur. Çoğunlukla VSFilter ile uyumludur.
# URL: https://github.com/libass
# Packager: milisarge
# Depends on: freetype fribidi xorg-fontconfig harfbuzz
name=libass
version=0.13.1
release=1
source=(https://github.com/$name/$name/releases/download/$version/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr --disable-static
make
make DESTDIR=$PKG install
}