summaryrefslogtreecommitdiff
path: root/community/gnonlin
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-09-13 00:04:38 +0000
committerroot <root@rshg054.dnsready.net>2012-09-13 00:04:38 +0000
commit843685ce9dd76d37a4c7b0230eacb6d26bdf30dd (patch)
tree9151f782b8f347cf28e0f398341441d659f41f4a /community/gnonlin
parent21c375ba65c4730e25cd0b135aff7811bf28c77a (diff)
Thu Sep 13 00:04:37 UTC 2012
Diffstat (limited to 'community/gnonlin')
-rw-r--r--community/gnonlin/PKGBUILD30
1 files changed, 17 insertions, 13 deletions
diff --git a/community/gnonlin/PKGBUILD b/community/gnonlin/PKGBUILD
index 5530debf6..26ec96b05 100644
--- a/community/gnonlin/PKGBUILD
+++ b/community/gnonlin/PKGBUILD
@@ -1,29 +1,33 @@
-# $Id: PKGBUILD 66604 2012-02-26 14:12:00Z lfleischer $
-# Maintainer : Ionut Biru <ibiru@archlinux.org>
+# $Id: PKGBUILD 76128 2012-09-11 20:32:33Z arodseth $
+# Maintainer: Alexander Rødseth <rodseth@gmail.com>
+# Contributor: Ionut Biru <ibiru@archlinux.org>
# Contributor: Abhishek Dasgupta <abhidg@gmail.com>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=gnonlin
pkgver=0.10.16
-pkgrel=2
-pkgdesc="A library for creating non-linear video editors"
-arch=('i686' 'x86_64')
-url="http://gnonlin.sourceforge.net"
-depends=('gstreamer0.10>=0.10.30')
-makedepends=('python' 'gstreamer0.10-base-plugins>=0.10.30' 'pkgconfig')
+pkgrel=3
+pkgdesc='Library for creating non-linear video editors'
+arch=('x86_64' 'i686')
+url='http://gnonlin.sourceforge.net/'
+depends=('gstreamer0.10>=0.10.36')
+makedepends=('python' 'gstreamer0.10-base-plugins>=0.10.36' 'pkgconfig')
options=('!libtool')
license=('LGPL')
-source=("http://gstreamer.freedesktop.org/src/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('824619ce357c0a61e333c3cc745a63bd')
+source=("http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$pkgver.tar.bz2")
+sha256sums=('0d32028d449c304bc8d467d02c053c64988b2fc5bbeb020c13361f9d7206bbf5')
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr
make
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
+ cd "$srcdir/$pkgname-$pkgver"
+
+ make DESTDIR="$pkgdir" install
}
+
+# vim:set ts=2 sw=2 et: