audacity: remove unused python hostmakedepend

This commit is contained in:
classabbyamp 2022-08-27 15:33:46 -04:00
parent 2d98fca602
commit e86d23fddf
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -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 <orphan@voidlinux.org>"
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
}