wxgtk28-yama
This commit is contained in:
parent
ccf3203d28
commit
c30179f4a7
|
@ -1,7 +1,6 @@
|
|||
# Description: A program that lets you manipulate digital audio waveforms
|
||||
# URL: http://web.audacityteam.org/
|
||||
# Packager: Chris Farrell, timcowchip at gmail dot com
|
||||
# Maintainer: Chris Farrell, timcowchip at gmail dot com
|
||||
# Packager: milisarge
|
||||
# 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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Description: GTK+ implementation of wxWidgets API for GUI
|
||||
# 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
|
||||
|
||||
name=wxgtk28
|
||||
|
@ -8,11 +8,13 @@ version=2.8.12.1
|
|||
release=1
|
||||
|
||||
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() {
|
||||
cd wx*-$version
|
||||
|
||||
patch -p1 -i ../wxGTK-collision.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 \
|
||||
--enable-graphics_ctx --enable-mediactrl --enable-webview --with-regex=builtin \
|
||||
--with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys \
|
||||
|
|
Loading…
Reference in New Issue