Advertisement
timcowchip

handbrake Pkgfile

Jan 26th, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. # Description: open source video transcoder
  2. # URL: http://handbrake.fr/
  3. # Packager: Chris Farrell, timcowchip at gmail dot com
  4. # Maintainer: Chris Farrell, timcowchip at gmail dot com
  5. # Depends on: cmake qt5 intltool jansson jasper x264 x265 ffmpeg faad2 freetype fribidi gtk3 gdk-pixbuf gobject-introspection gstreamer1 harfbuzz lame libnotify libgudev libass libbluray libogg libpng libsamplerate libtheora libtiff libvorbis libvpx libxcb libxml2 libxslt opus perl-xml-parser pcre python2 yasm
  6.  
  7. name=handbrake
  8. version=1.0.1
  9. release=1
  10. source=(
  11. https://handbrake.fr/rotation.php?file=HandBrake-1.0.1.tar.bz2)
  12.  
  13. build() {
  14. cd HandBrake-$version
  15.  
  16. ./configure \
  17. --prefix=/usr \
  18. --force \
  19. --disable-gtk-update-checks
  20.  
  21. cd build
  22. make -j1
  23. make DESTDIR=$PKG install
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement