milis/talimatname/genel/h/handbrake/talimat

23 lines
590 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Acik kaynak kodlu video donusturucu
2016-02-24 01:27:23 +01:00
# URL: http://handbrake.fr/
2017-10-27 20:46:27 +02:00
# 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
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
isim=handbrake
surum=0.10.3
devir=1
kaynak=(http://download.handbrake.fr/releases/$surum/HandBrake-$surum.tar.bz2)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd HandBrake-$surum
2017-01-31 02:35:21 +01:00
2016-02-24 01:27:23 +01:00
./configure \
--prefix=/usr \
--force \
--disable-gtk-update-checks
cd build
make -j1
make DESTDIR=$PKG install
}