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

Antonio Rojas arojas at archlinux.org
Tue Jun 20 14:08:45 UTC 2017


    Date: Tuesday, June 20, 2017 @ 14:08:45
  Author: arojas
Revision: 239035

Disable webview and wxmedia, they require obsolete versions of webkitgtk and gstreamer

Modified:
  wxpython/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-20 13:52:27 UTC (rev 239034)
+++ PKGBUILD	2017-06-20 14:08:45 UTC (rev 239035)
@@ -4,13 +4,13 @@
 pkgname=wxpython
 pkgver=3.0.2.0
 _editraver=0.7.20
-pkgrel=2
+pkgrel=3
 pkgdesc="A wxWidgets GUI toolkit for Python"
 arch=('i686' 'x86_64')
 license=('custom:wxWindows')
 url="http://www.wxpython.org"
-depends=('wxgtk' 'python2')
-makedepends=('mesa' 'glu')
+depends=('wxgtk2' 'python2')
+makedepends=('mesa' 'glu' 'gst-plugins-base-libs')
 source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2
         http://editra.org/uploads/src/Editra-${_editraver}.tar.gz)
 sha256sums=('d54129e5fbea4fb8091c87b2980760b72c22a386cb3b9dd2eebc928ef5e8df61'
@@ -25,7 +25,7 @@
 build() {
   cd wxPython-src-${pkgver}
   ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl --enable-unicode \
-    --enable-graphics_ctx --enable-mediactrl --disable-precomp-headers \
+    --enable-graphics_ctx --disable-precomp-headers \
     --with-regex=sys --with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys
   cd wxPython
   python2 setup.py WXPORT=gtk2 UNICODE=1 build



More information about the arch-commits mailing list