summaryrefslogtreecommitdiff
path: root/community/tvtime/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/tvtime/PKGBUILD')
-rw-r--r--community/tvtime/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/tvtime/PKGBUILD b/community/tvtime/PKGBUILD
index e54707192..6f7b8a552 100644
--- a/community/tvtime/PKGBUILD
+++ b/community/tvtime/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 59091 2011-11-21 09:46:20Z spupykin $
+# $Id: PKGBUILD 63761 2012-02-05 12:12:36Z ibiru $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer:thefatprecious <marty@loomar.com>
pkgname=tvtime
pkgver=1.0.2
-pkgrel=2
+pkgrel=3
pkgdesc="A high quality television application for use with video capture cards"
arch=('i686' 'x86_64' 'mips64el')
url='http://tvtime.sourceforge.net/'
@@ -26,6 +26,7 @@ build() {
patch -p1 < ../tvtime-1.0.2+linux-headers-2.6.18.patch
patch -p1 < ../tvtime-1.0.2-gcc41.patch
patch -p1 < ../tvtime-1.0.2-locale_t.patch
+ sed -i '1,1i#include <zlib.h>' src/pngoutput.c
[ -f Makefile ] || ./configure --prefix=/usr --mandir=/usr/share/man --localstatedir=/var --sysconfdir=/etc
make
make DESTDIR=$pkgdir install