[arch-commits] Commit in smpeg/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sun Oct 7 17:14:31 UTC 2012


    Date: Sunday, October 7, 2012 @ 13:14:31
  Author: heftig
Revision: 168277

glu rebuild

Modified:
  smpeg/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-07 15:06:59 UTC (rev 168276)
+++ PKGBUILD	2012-10-07 17:14:31 UTC (rev 168277)
@@ -4,14 +4,14 @@
 
 pkgname=smpeg
 pkgver=0.4.4
-pkgrel=6
+pkgrel=7
 pkgdesc="SDL MPEG Player Library"
 arch=('i686' 'x86_64')
 url="http://icculus.org/smpeg/"
 license=('LGPL')
 depends=('sdl')
-makedepends=('gtk' 'mesa')
-optdepends=('gtk: to use gtv ' 'mesa: to use glmovie')
+makedepends=('gtk' 'mesa' 'glu')
+optdepends=('gtk: to use gtv ' 'glu: to use glmovie')
 options=('!libtool' '!makeflags')
 source=(http://mirrors.dotsrc.org/lokigames/open-source/smpeg/${pkgname}-${pkgver}.tar.gz
         smpeg-0.4.4-gcc41.patch)
@@ -23,7 +23,7 @@
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   patch -p1 -i $srcdir/smpeg-0.4.4-gcc41.patch
-  ./configure --prefix=/usr --mandir=/usr/share/man
+  ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
   make LDFLAGS+=-lstdc++
 }
 




More information about the arch-commits mailing list