updated on Sun Jan 22 04:03:10 UTC 2012
[aur-mirror.git] / lives / PKGBUILD
blob5d8911837b8ed3ee528c66894c80c7d1c21b7f61
1 # Contributor: Angelo Theodorou <encelo@users.sourceforge.net>
2 pkgname=lives
3 pkgver=1.6.0
4 pkgrel=2
5 pkgdesc="A Video Editing System"
6 arch=('i686' 'x86_64')
7 url="http://lives.sourceforge.net"
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)
14 md5sums=('e74cfbb87ebe939ee59bde43e0499676')
16 build() {
17   cd "$srcdir"/$pkgname-$pkgver
19   ./configure --prefix=/usr
20   make
23 package() {
24   cd "$srcdir"/$pkgname-$pkgver
26   make DESTDIR="$pkgdir" install
27   rm "$pkgdir"/usr/bin/lives
28   ln -s /usr/bin/lives-exe "$pkgdir"/usr/bin/lives