2017-01-31 02:35:21 +01:00
|
|
|
# Description: Acik kaynak kodlu video donusturucu
|
2016-02-24 01:27:23 +01:00
|
|
|
# URL: http://handbrake.fr/
|
2017-01-31 02:35:21 +01:00
|
|
|
# Packager: milisarge
|
2016-02-24 01:27:23 +01:00
|
|
|
# Depends on: 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
|
|
|
|
|
|
|
|
name=handbrake
|
|
|
|
version=0.10.3
|
|
|
|
release=1
|
2017-01-31 02:35:21 +01:00
|
|
|
source=(http://download.handbrake.fr/releases/$version/HandBrake-$version.tar.bz2)
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd HandBrake-$version
|
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
|
|
|
|
}
|