diff --git a/srcpkgs/audacity/template b/srcpkgs/audacity/template index c91520872ce..1ddb67966fe 100644 --- a/srcpkgs/audacity/template +++ b/srcpkgs/audacity/template @@ -2,11 +2,11 @@ pkgname=audacity version=2.4.1 revision=2 -wrksrc="${pkgname}-Audacity-${version}" +wrksrc="audacity-Audacity-${version}" build_style=gnu-configure configure_args="--with-ffmpeg=system --with-libsndfile=system --with-expat=system --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" +hostmakedepends="pkg-config cmake gettext libtool m4 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 @@ -16,7 +16,7 @@ short_desc="Graphical cross-platform audio editor" maintainer="Orphaned " license="GPL-2.0-or-later" homepage="https://www.audacityteam.org" -distfiles="https://github.com/${pkgname}/${pkgname}/archive/Audacity-${version}.tar.gz" +distfiles="https://github.com/audacity/audacity/archive/Audacity-${version}.tar.gz" checksum=50240f07471373a7e5c2df65cc26eeeaaced9a0850ad1f95cb795f171ea3009f case "$XBPS_TARGET_MACHINE" in @@ -33,6 +33,6 @@ post_install() { vcopy nyquist /usr/share/audacity vcopy plug-ins /usr/share/audacity - rm ${DESTDIR}/usr/share/doc/${pkgname}/LICENSE.txt + rm ${DESTDIR}/usr/share/doc/audacity/LICENSE.txt vlicense LICENSE.txt LICENSE }