mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 09:52:57 +02:00
audacity: add python to hostmakedepends.
This commit is contained in:
parent
abafac79eb
commit
626491e066
1 changed files with 1 additions and 5 deletions
|
@ -6,7 +6,7 @@ wrksrc="${pkgname}-Audacity-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-ffmpeg=system --with-libsndfile=system --with-expat=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"
|
--with-libsoxr=system --with-lame=system ac_cv_path_WX_CONFIG=wx-config-gtk3"
|
||||||
hostmakedepends="pkg-config cmake libtool m4"
|
hostmakedepends="pkg-config cmake libtool m4 python"
|
||||||
makedepends="jack-devel wxWidgets-gtk3-devel gtk+3-devel
|
makedepends="jack-devel wxWidgets-gtk3-devel gtk+3-devel
|
||||||
libmad-devel soundtouch-devel libsoxr-devel
|
libmad-devel soundtouch-devel libsoxr-devel
|
||||||
vamp-plugin-sdk-devel lame-devel libid3tag-devel libflac-devel
|
vamp-plugin-sdk-devel lame-devel libid3tag-devel libflac-devel
|
||||||
|
@ -30,10 +30,6 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
|
||||||
hostmakedepends+=" python"
|
|
||||||
fi
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm ${DESTDIR}/usr/share/doc/${pkgname}/LICENSE.txt
|
rm ${DESTDIR}/usr/share/doc/${pkgname}/LICENSE.txt
|
||||||
vlicense LICENSE.txt LICENSE
|
vlicense LICENSE.txt LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue