[arch-commits] Commit in wxgtk/trunk (ChangeLog PKGBUILD)
Ionut Biru
ibiru at archlinux.org
Sat May 1 13:16:54 UTC 2010
Date: Saturday, May 1, 2010 @ 09:16:54
Author: ibiru
Revision: 79172
upgpkg: wxgtk 2.8.10.1-7
use system libpng,libjpeg,libtiff. using internal some applications doesn't function well. closes FS#19216
Modified:
wxgtk/trunk/ChangeLog
wxgtk/trunk/PKGBUILD
-----------+
ChangeLog | 5 +++++
PKGBUILD | 6 ++++--
2 files changed, 9 insertions(+), 2 deletions(-)
Modified: ChangeLog
===================================================================
--- ChangeLog 2010-05-01 11:40:23 UTC (rev 79171)
+++ ChangeLog 2010-05-01 13:16:54 UTC (rev 79172)
@@ -1,3 +1,8 @@
+2010-05-01 Ionut Biru <ibiru at archlinux.org>
+
+ * wxgtk 2.8.10.1-7
+ * use system libpng,libjpeg,libtiff (close FS#19216)
+
2009-10-20 Eric Belanger <eric at archlinux.org>
* wxgtk 2.8.10.1-5
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-05-01 11:40:23 UTC (rev 79171)
+++ PKGBUILD 2010-05-01 13:16:54 UTC (rev 79172)
@@ -6,7 +6,7 @@
pkgname=wxgtk
pkgver=2.8.10.1
-pkgrel=6
+pkgrel=7
pkgdesc="GTK+ implementation of wxWidgets API for GUI"
arch=('i686' 'x86_64')
url="http://wxwidgets.org"
@@ -27,8 +27,10 @@
# cd "${srcdir}/wxGTK-${pkgver}"
patch -p4 < ../overflow.patch || return 1
patch -p1 < ../gsocket.patch || return 1
+ sed -i -e 's:png_check_sig:png_sig_cmp:g' configure
./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl --enable-unicode \
- --enable-graphics_ctx --with-gnomeprint --disable-optimize --enable-mediactrl || return 1
+ --enable-graphics_ctx --with-gnomeprint --disable-optimize --enable-mediactrl \
+ --with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys|| return 1
make || return 1
make -C locale allmo || return 1
make DESTDIR="${pkgdir}" install || return 1
More information about the arch-commits
mailing list