audacity: switch to wxWidgets-gtk3 (#2677)
This commit is contained in:
parent
03d17c01ee
commit
0531ba6f1d
|
@ -1,15 +1,16 @@
|
|||
# Template file for 'audacity'
|
||||
pkgname=audacity
|
||||
version=2.2.2
|
||||
revision=5
|
||||
revision=6
|
||||
wrksrc="${pkgname}-Audacity-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-ffmpeg=system"
|
||||
configure_args="--with-ffmpeg=system --with-libsndfile=system --with-expat=system
|
||||
--with-libsoxr=system --with-lame=system ac_cv_path_WX_CONFIG=wx-config-gtk3"
|
||||
hostmakedepends="pkg-config cmake libtool m4"
|
||||
makedepends="jack-devel wxWidgets-devel gtk+-devel
|
||||
makedepends="jack-devel wxWidgets-gtk3-devel gtk+3-devel
|
||||
libmad-devel soundtouch-devel libsoxr-devel
|
||||
vamp-plugin-sdk-devel lame-devel libid3tag-devel libflac-devel
|
||||
ffmpeg-devel"
|
||||
ffmpeg-devel twolame-devel"
|
||||
depends="desktop-file-utils hicolor-icon-theme"
|
||||
short_desc="Graphical cross-platform audio editor"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
|
@ -23,7 +24,7 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
*) configure_args+=" --disable-sse" ;;
|
||||
esac
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" python"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue