[arch-commits] Commit in smpeg2/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at nymeria.archlinux.org
Thu Aug 8 10:37:15 UTC 2013
Date: Thursday, August 8, 2013 @ 12:37:15
Author: svenstaro
Revision: 192234
upgpkg: smpeg2 412-2
Hack smpeg2-config into submission
Modified:
smpeg2/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-08-08 10:13:01 UTC (rev 192233)
+++ PKGBUILD 2013-08-08 10:37:15 UTC (rev 192234)
@@ -2,7 +2,7 @@
pkgname=smpeg2
pkgver=412
-pkgrel=1
+pkgrel=2
pkgdesc="SDL2 MPEG Player Library"
arch=('i686' 'x86_64')
url="http://icculus.org/smpeg/"
@@ -16,6 +16,7 @@
build() {
cd ${srcdir}/trunk
+ sed -i s/SDL_CONFIG/SDL2_CONFIG/g smpeg2-config.in
./autogen.sh
./configure --prefix=/usr --mandir=/usr/share/man --disable-static
make
More information about the arch-commits
mailing list