mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
audacity: update to 2.1.2.
This commit is contained in:
parent
a709243e8f
commit
cd6ed58046
1 changed files with 8 additions and 5 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'audacity'
|
# Template file for 'audacity'
|
||||||
pkgname=audacity
|
pkgname=audacity
|
||||||
version=2.1.1
|
version=2.1.2
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="${pkgname}-Audacity-${version}"
|
wrksrc="${pkgname}-Audacity-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-libsamplerate"
|
configure_args="--with-libsamplerate"
|
||||||
hostmakedepends="pkg-config cmake"
|
hostmakedepends="pkg-config cmake libtool m4"
|
||||||
makedepends="jack-devel wxGTK-devel gtk+-devel expat-devel
|
makedepends="jack-devel wxWidgets-devel gtk+-devel expat-devel
|
||||||
libsndfile-devel libmad-devel libsamplerate-devel soundtouch-devel
|
libsndfile-devel libmad-devel libsamplerate-devel soundtouch-devel
|
||||||
vamp-plugin-sdk-devel lame-devel libid3tag-devel"
|
vamp-plugin-sdk-devel lame-devel libid3tag-devel"
|
||||||
depends="desktop-file-utils hicolor-icon-theme"
|
depends="desktop-file-utils hicolor-icon-theme"
|
||||||
|
@ -15,13 +15,16 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://audacityteam.org/"
|
homepage="http://audacityteam.org/"
|
||||||
distfiles="https://github.com/${pkgname}/${pkgname}/archive/Audacity-${version}.tar.gz"
|
distfiles="https://github.com/${pkgname}/${pkgname}/archive/Audacity-${version}.tar.gz"
|
||||||
checksum=15c5ff7ac1c0b19b08f4bdcb0f4988743da2f9ed3fab41d6f07600e67cb9ddb6
|
checksum=90007b50cdc3885607b1afef2f158777a61c1658e869a88ec4d98c59c133f9bd
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*|x86_64*) ;;
|
i686*|x86_64*) ;;
|
||||||
*) configure_args+=" --disable-sse" ;;
|
*) configure_args+=" --disable-sse" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
sed -i 's/^OBJCXXLD =/& --tag=CXX/' lib-src/FileDialog/Makefile.in
|
||||||
|
}
|
||||||
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