Date: Friday, November 16, 2012 @ 22:08:05
  Author: eric
Revision: 171303

upgpkg: wxgtk 2.8.12.1-4

Add sound support (close FS#32299), Add glu and libxt makedepends

Modified:
  wxgtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2012-11-17 02:52:11 UTC (rev 171302)
+++ PKGBUILD    2012-11-17 03:08:05 UTC (rev 171303)
@@ -3,13 +3,13 @@
 
 pkgname=wxgtk
 pkgver=2.8.12.1
-pkgrel=3
+pkgrel=4
 pkgdesc="GTK+ implementation of wxWidgets API for GUI"
 arch=('i686' 'x86_64')
 url="http://wxwidgets.org";
 license=('custom:wxWindows')
-depends=('gtk2' 'gstreamer0.10-base' 'libgl' 'libxxf86vm' 'libsm')
-makedepends=('gstreamer0.10-base-plugins' 'gconf' 'mesa')
+depends=('gtk2' 'gstreamer0.10-base' 'libgl' 'libxxf86vm' 'libsm' 'sdl')
+makedepends=('gstreamer0.10-base-plugins' 'gconf' 'mesa' 'glu' 'libxt')
 #source=(http://downloads.sourceforge.net/wxwindows/wxGTK-${pkgver}.tar.bz2)
 
source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2)
 sha1sums=('05688dc03d61631750f5904273122bb40a2115f5')
@@ -20,7 +20,7 @@
   ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl 
--enable-unicode \
     --enable-graphics_ctx  --disable-optimize --enable-mediactrl 
--with-regex=builtin \
     --with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys \
-    --disable-precomp-headers
+    --with-sdl --disable-precomp-headers
   make
   make -C locale allmo
   cd contrib/src

Reply via email to