23 lines
607 B
Plaintext
23 lines
607 B
Plaintext
# Description: Acik kaynak kodlu video donusturucu
|
|
# URL: http://handbrake.fr/
|
|
# Packager: milisarge
|
|
# 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
|
|
source=(http://download.handbrake.fr/releases/$version/HandBrake-$version.tar.bz2)
|
|
|
|
build() {
|
|
cd HandBrake-$version
|
|
|
|
./configure \
|
|
--prefix=/usr \
|
|
--force \
|
|
--disable-gtk-update-checks
|
|
|
|
cd build
|
|
make -j1
|
|
make DESTDIR=$PKG install
|
|
}
|