summaryrefslogtreecommitdiff
path: root/community/gmerlin
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-09-14 00:04:07 +0000
committerroot <root@rshg054.dnsready.net>2012-09-14 00:04:07 +0000
commit1b99470a0c85186f768a328fcc11a7cfcc85be51 (patch)
treee08ce57006ed5455ffcfb1fb57544ed5604b0a80 /community/gmerlin
parent843685ce9dd76d37a4c7b0230eacb6d26bdf30dd (diff)
Fri Sep 14 00:04:06 UTC 2012
Diffstat (limited to 'community/gmerlin')
-rw-r--r--community/gmerlin/PKGBUILD13
1 files changed, 5 insertions, 8 deletions
diff --git a/community/gmerlin/PKGBUILD b/community/gmerlin/PKGBUILD
index 433af970c..84b919bc2 100644
--- a/community/gmerlin/PKGBUILD
+++ b/community/gmerlin/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 66294 2012-02-23 13:44:07Z allan $
+# $Id: PKGBUILD 76142 2012-09-12 05:13:57Z ebelanger $
# Maintainer: Mateusz Herych <heniekk@gmail.com>
pkgname=gmerlin
-pkgver=1.0.0
-pkgrel=6
+pkgver=1.2.0
+pkgrel=1
pkgdesc="Multimedia architecture for Linux"
arch=('i686' 'x86_64')
url="http://openmovieeditor.sourceforge.net/HomePage"
@@ -17,17 +17,14 @@ optdepends=('alsa-lib: for ALSA support'
'v4l-utils: for video conversion')
options=('!libtool' '!makeflags')
install=gmerlin.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
- libpng.patch)
-md5sums=('60d3c5081c8685ee7bc1afdfac8f6dc6'
- 'c262023434246705296d97bc7337a212')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('2f2a0880e738e71486f04c929ba067f4')
build() {
cd "$srcdir/$pkgname-$pkgver"
rm -rf cpuinfo.sh
- patch -p1 -i "$srcdir/libpng.patch"
./configure --prefix=/usr --without-doxygen
sed -i 's|LIBS = -lgavl|LIBS = -lgavl -ldl -lpthread -lgtk-x11-2.0 -lgobject-2.0 -lglib-2.0 -lxml2 -lgdk-x11-2.0 -lgdk_pixbuf-2.0 -lX11|' {lib,tests,apps/*}/Makefile
sed -i 's|ln -sf $(DESTDIR)$(pkgdatadir)|ln -sf $(pkgdatadir)|' icons/Makefile