wxgtk28-yama

This commit is contained in:
milisman 2016-04-28 21:44:57 +00:00
parent ccf3203d28
commit c30179f4a7
2 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,6 @@
# Description: A program that lets you manipulate digital audio waveforms # Description: A program that lets you manipulate digital audio waveforms
# URL: http://web.audacityteam.org/ # URL: http://web.audacityteam.org/
# Packager: Chris Farrell, timcowchip at gmail dot com # Packager: milisarge
# Maintainer: Chris Farrell, timcowchip at gmail dot com
# Depends on: libvorbis libmad libid3tag wxgtk28 lame hicolor-icon-theme ffmpeg shared-mime-info desktop-file-utils redland jack soundtouch cmake zip python # Depends on: libvorbis libmad libid3tag wxgtk28 lame hicolor-icon-theme ffmpeg shared-mime-info desktop-file-utils redland jack soundtouch cmake zip python
name=audacity name=audacity

View File

@ -1,6 +1,6 @@
# Description: GTK+ implementation of wxWidgets API for GUI # Description: GTK+ implementation of wxWidgets API for GUI
# URL: http://wxwidgets.org # URL: http://wxwidgets.org
# Packager: pierre at nutyx dot org, tnut at nutyx dot org # Packager: milisarge
# Depends on: gtk2 gstreamer-plugins-base xorg-mesa xorg-libsm xorg-libxxf86vm sdl # Depends on: gtk2 gstreamer-plugins-base xorg-mesa xorg-libsm xorg-libxxf86vm sdl
name=wxgtk28 name=wxgtk28
@ -8,11 +8,13 @@ version=2.8.12.1
release=1 release=1
source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${version}.tar.bz2 source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${version}.tar.bz2
make-abicheck-non-fatal.patch wxGTK-collision.patch) make-abicheck-non-fatal.patch wxGTK-collision.patch configure_in.diff)
build() { build() {
cd wx*-$version cd wx*-$version
patch -p1 -i ../wxGTK-collision.patch patch -p1 -i ../wxGTK-collision.patch
patch -Np1 -i ../make-abicheck-non-fatal.patch patch -Np1 -i ../make-abicheck-non-fatal.patch
sed -i '/^SEARCH_INCLUDE="\\/s|\\|/usr/lib \\|' configure
./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl --enable-unicode \ ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl --enable-unicode \
--enable-graphics_ctx --enable-mediactrl --enable-webview --with-regex=builtin \ --enable-graphics_ctx --enable-mediactrl --enable-webview --with-regex=builtin \
--with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys \ --with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys \