Advertisement
timcowchip

x264 slkbuild

May 3rd, 2014
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. #Maintainer: George Vlahavas (vlahavas~at~gmail~dot~com)
  2.  
  3. pkgname=x264
  4. pkgver=20131106
  5. pkgrel=1gv
  6. source=("ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$pkgver-2245.tar.bz2")
  7. docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers" "ratecontrol.txt" "regression_test.txt" "threads.txt" "vui.txt")
  8. url=http://www.videolan.org/developers/x264.html
  9.  
  10. slackdesc=\
  11. (
  12. #|-----handy-ruler------------------------------------------------------|
  13. "x264 (a free library for encoding H264/AVC video streams)"
  14. "The x264 package includes the library to encode H264/AVC video"
  15. "streams. It is released under the terms of the GNU General Public"
  16. "License."
  17. )
  18.  
  19.  
  20. build() {
  21. cd $startdir/src/$pkgname-snapshot-$pkgver-2245
  22. ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --enable-shared --enable-visualize --enable-pic
  23. make || return 1
  24. make install DESTDIR=$startdir/pkg
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement