mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
audacity: update to 2.1.1.
This commit is contained in:
parent
cd2184c7e4
commit
5583d484b8
2 changed files with 5 additions and 7 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'audacity'
|
# Template file for 'audacity'
|
||||||
pkgname=audacity
|
pkgname=audacity
|
||||||
version=2.1.0
|
version=2.1.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}-minsrc-${version}"
|
wrksrc="${pkgname}-Audacity-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-libsamplerate"
|
configure_args="--with-libsamplerate"
|
||||||
if ! [ "$XBPS_TARGET_MACHINE" = "i686" -o "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
if ! [ "$XBPS_TARGET_MACHINE" = "i686" -o "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||||
|
@ -16,9 +16,9 @@ depends="desktop-file-utils hicolor-icon-theme"
|
||||||
short_desc="Graphical cross-platform audio editor"
|
short_desc="Graphical cross-platform audio editor"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://audacity.sourceforge.net/"
|
homepage="http://audacityteam.org/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-minsrc-${version}.tar.xz"
|
distfiles="https://github.com/${pkgname}/${pkgname}/archive/Audacity-${version}.tar.gz"
|
||||||
checksum=b0d98d89b38be233e88af81e1add649732484b6f8feec95dc5977accdde042b3
|
checksum=15c5ff7ac1c0b19b08f4bdcb0f4988743da2f9ed3fab41d6f07600e67cb9ddb6
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm ${DESTDIR}/usr/share/doc/${pkgname}/LICENSE.txt
|
rm ${DESTDIR}/usr/share/doc/${pkgname}/LICENSE.txt
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
site="http://audacity.sourceforge.net/download/source"
|
|
||||||
pattern='audacity-minsrc-\K[\d.]+\d+'
|
|
Loading…
Add table
Reference in a new issue