[Archvdr-devel] SF.net SVN: archvdr:[2560] trunk/archvdr/xine-ui-hg/PKGBUILD
Brought to you by:
huceke
From: <hu...@us...> - 2013-02-20 09:41:37
|
Revision: 2560 http://archvdr.svn.sourceforge.net/archvdr/?rev=2560&view=rev Author: huceke Date: 2013-02-20 09:41:25 +0000 (Wed, 20 Feb 2013) Log Message: ----------- [xine-ui-hg] revision bump and compile fix Modified Paths: -------------- trunk/archvdr/xine-ui-hg/PKGBUILD Modified: trunk/archvdr/xine-ui-hg/PKGBUILD =================================================================== --- trunk/archvdr/xine-ui-hg/PKGBUILD 2013-02-03 12:20:36 UTC (rev 2559) +++ trunk/archvdr/xine-ui-hg/PKGBUILD 2013-02-20 09:41:25 UTC (rev 2560) @@ -1,7 +1,7 @@ # Maintainer: Edgar Hucek <gimli at dark-green dot com> pkgname=xine-ui-hg -pkgver=3128 +pkgver=3132 pkgrel=1 pkgdesc="xine-ui with VDR keys enabled." arch=('i686' 'x86_64') @@ -44,6 +44,7 @@ #patch -p1 -i ${srcdir}/crash_fix_prutal.patch || return 1 #add missing constant (defined in xine.h from xine-lib cvs) + sed -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADER:' -i configure.ac ./autogen.sh --prefix=/usr --mandir=/usr/share/man --enable-vdr-keys \ --with-x --disable-lirc --without-aalib --without-curl make || return 1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |