diff --git a/srcpkgs/audacity/template b/srcpkgs/audacity/template index d739d4fb23c..4cbaaeef892 100644 --- a/srcpkgs/audacity/template +++ b/srcpkgs/audacity/template @@ -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 " @@ -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