milis/talimatname/genel/h/handbrake/talimat

24 lines
604 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: Acik kaynak kodlu video donusturucu
# URL: http://handbrake.fr/
# Paketçi: milisarge
# Gerekler: cmake qt5 libnotify lame x264 gtk3 faad2 freetype fribidi xorg-fontconfig libass libbluray libogg libpng libsamplerate libtheora libvorbis libvpx libxml2 perl-xml-parser pcre xorg-pixman python yasm x265
# Grup: medya
isim=handbrake
surum=0.10.3
devir=1
kaynak=(http://download.handbrake.fr/releases/$surum/HandBrake-$surum.tar.bz2)
derle() {
cd HandBrake-$surum
./configure \
--prefix=/usr \
--force \
--disable-gtk-update-checks
cd build
make -j1
make DESTDIR=$PKG install
}