audacity: update to 2.4.1.
This commit is contained in:
parent
1731ad59e7
commit
7beb30d84b
1 changed files with 4 additions and 4 deletions
|
@ -1,23 +1,23 @@
|
|||
# Template file for 'audacity'
|
||||
pkgname=audacity
|
||||
version=2.3.3
|
||||
version=2.4.1
|
||||
revision=1
|
||||
wrksrc="${pkgname}-Audacity-${version}"
|
||||
build_style=gnu-configure
|
||||
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"
|
||||
--with-libsoxr=system --with-lame=system --with-lv2=system ac_cv_path_WX_CONFIG=wx-config-gtk3"
|
||||
hostmakedepends="pkg-config cmake gettext libtool m4 python which"
|
||||
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 twolame-devel"
|
||||
ffmpeg-devel twolame-devel serd-devel lv2 lilv-devel suil-devel"
|
||||
depends="desktop-file-utils hicolor-icon-theme"
|
||||
short_desc="Graphical cross-platform audio editor"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://www.audacityteam.org"
|
||||
distfiles="https://github.com/${pkgname}/${pkgname}/archive/Audacity-${version}.tar.gz"
|
||||
checksum=404e6c49693dedc94212fc5525974058d848536025e19da31359ae02babe8bd7
|
||||
checksum=50240f07471373a7e5c2df65cc26eeeaaced9a0850ad1f95cb795f171ea3009f
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*|x86_64*) ;;
|
||||
|
|
Loading…
Reference in a new issue