diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2014-09-18 21:33:22 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2014-09-18 21:33:22 +1000 |
commit | 28d139856bdfcd207d67c45e891fe3e553672411 (patch) | |
tree | 920fdbaee03b3281672fdb9f8772e86bebf1268b /wxgtk/Pkgfile | |
parent | bf763c2728c4ccd90d4017d50f59fbdf652f210a (diff) | |
download | contrib-28d139856bdfcd207d67c45e891fe3e553672411.tar.gz contrib-28d139856bdfcd207d67c45e891fe3e553672411.tar.xz |
wxgtk: 2.8.12.1 -> 3.0.1
Diffstat (limited to 'wxgtk/Pkgfile')
-rw-r--r-- | wxgtk/Pkgfile | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/wxgtk/Pkgfile b/wxgtk/Pkgfile index 184544f4b..94c6ee800 100644 --- a/wxgtk/Pkgfile +++ b/wxgtk/Pkgfile @@ -2,17 +2,18 @@ # URL: http://www.wxwidgets.org/ # Maintainer: Danny Rawlins, monster dot romster at gmail dot com # Packager: Antti Nykanen, aon at iki dot fi -# Depends on: glitz gtk glu +# Depends on: gtk glu gst-plugins-base-compat name=wxgtk -version=2.8.12.1 -release=3 -#source=(http://downloads.sourceforge.net/project/wxwindows/$version/wxGTK-$version.tar.bz2) -source=(http://downloads.sourceforge.net/project/wxpython/wxPython/$version/wxPython-src-$version.tar.bz2) +version=3.0.1 +release=1 +source=(http://downloads.sourceforge.net/wxwindows/wxWidgets-$version.tar.bz2 + wxgtk-freeze.patch) build() { -# cd wxGTK-$version - cd wxPython-src-$version + cd wxWidgets-$version + + patch -p3 -i $SRC/wxgtk-freeze.patch ./configure \ --prefix=/usr \ @@ -21,18 +22,18 @@ build() { --with-opengl \ --enable-unicode \ --enable-graphics_ctx \ + --enable-mediactrl \ + --enable-webview \ + --with-regex=builtin \ + --with-libpng=sys \ + --with-libxpm=sys \ + --with-libjpeg=sys \ + --with-libtiff=sys \ --disable-precomp-headers make make DESTDIR=$PKG install - cd contrib/src - make - make DESTDIR=$PKG install - - ln -sf /usr/lib/wx/config/gtk2-unicode-release-${version:0:3} \ - $PKG/usr/bin/wx-config - rm -r \ $PKG/usr/share/locale \ $PKG/usr/share/bakefile |