updated on Sat Jan 14 20:08:33 UTC 2012
[aur-mirror.git] / lives / PKGBUILD
blob55420b550a65d63b16ef19a2a98556faf934f462
1 # Contributor: Angelo Theodorou <encelo@users.sourceforge.net>
2 pkgname=lives
3 pkgver=1.6.0
4 pkgrel=1
5 pkgdesc="A Video Editing System"
6 arch=('i686' 'x86_64')
7 url="http://www.xs4all.nl/~salsaman/lives/"
8 license=('GPL')
9 depends=('mplayer' 'imagemagick' 'perl' 'gtk2' 'sox' 'libvisual' 'liboil' 'libavc1394' 'jack' 'mjpegtools' 'libvorbis' 'libtheora' 'python')
10 optdepends=('xorg-utils' 'sdl' 'mjpegtools' 'libogg' 'libdv' 'mkvtoolnix' 'libmatroska' 'ogmtools' 'dvgrab' 'libraw1394' 'cdrkit' 'lame' 'x264' 'pulse' 'youtube-dl')
11 options=(!libtool)
12 changelog=lives.changelog
13 source=(http://www.xs4all.nl/%7Esalsaman/lives/current/LiVES-$pkgver.tar.bz2 weed-compat.h.patch)
14 md5sums=('e74cfbb87ebe939ee59bde43e0499676' '51944c67a8356150e73b963f41f52ddf')
16 build() {
17   cd "$srcdir"/$pkgname-$pkgver
18   patch -p0 < ../weed-compat.h.patch
20   ./configure --prefix=/usr #--disable-statics
21   make
24 package() {
25   cd "$srcdir"/$pkgname-$pkgver
27   make DESTDIR="$pkgdir" install
28   rm "$pkgdir"/usr/bin/lives
29   ln -s /usr/bin/lives-exe "$pkgdir"/usr/bin/lives