summaryrefslogtreecommitdiff
path: root/community/gnonlin/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-09-13 10:28:49 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-09-13 10:28:49 +0200
commit81dced2a29e3d4cb05f004e5efe3bd2abe207b15 (patch)
tree9772090003f7b9871a0a4d19f65f8fa32c9409c8 /community/gnonlin/PKGBUILD
parent1f5072dbfe77090d9ea49bdd7501f21892729d88 (diff)
parent843685ce9dd76d37a4c7b0230eacb6d26bdf30dd (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-staging/happy/PKGBUILD community-staging/haskell-dataenc/PKGBUILD community-staging/haskell-quickcheck/PKGBUILD community/gnonlin/PKGBUILD extra/bochs/PKGBUILD
Diffstat (limited to 'community/gnonlin/PKGBUILD')
-rw-r--r--community/gnonlin/PKGBUILD30
1 files changed, 17 insertions, 13 deletions
diff --git a/community/gnonlin/PKGBUILD b/community/gnonlin/PKGBUILD
index 8ead362b1..7e8be49c9 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' 'mips64el')
-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' 'mips64el')
+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: