milis/talimatname/genel/l/libass/talimat

17 lines
504 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.

# Tanım: 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
# Paketçi: milisarge
# Gerekler: freetype fribidi xorg-fontconfig harfbuzz
isim=libass
surum=0.13.1
devir=1
kaynak=(https://github.com/$isim/$isim/releases/download/$surum/$isim-$surum.tar.xz)
derle() {
cd $isim-$surum
./configure --prefix=/usr --disable-static
make
make DESTDIR=$PKG install
}