mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
audacity: replace libsamplerate with libsoxr
This commit is contained in:
parent
c8ea70011f
commit
4007978f08
1 changed files with 5 additions and 5 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'audacity'
|
# Template file for 'audacity'
|
||||||
pkgname=audacity
|
pkgname=audacity
|
||||||
version=2.1.3
|
version=2.1.3
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="${pkgname}-Audacity-${version}"
|
wrksrc="${pkgname}-Audacity-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-libsamplerate"
|
configure_args="--with-libsoxr"
|
||||||
hostmakedepends="pkg-config cmake libtool m4"
|
hostmakedepends="pkg-config cmake libtool m4"
|
||||||
makedepends="jack-devel wxWidgets-devel gtk+-devel expat-devel
|
makedepends="jack-devel wxWidgets-devel gtk+-devel
|
||||||
libsndfile-devel libmad-devel libsamplerate-devel soundtouch-devel
|
libmad-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"
|
||||||
short_desc="Graphical cross-platform audio editor"
|
short_desc="Graphical cross-platform audio editor"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://audacityteam.org/"
|
homepage="https://www.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=cb30870b93c7f6f90b2ec70807ab6dcd9c3a3a29015478ae7b19af46d63bbd86
|
checksum=cb30870b93c7f6f90b2ec70807ab6dcd9c3a3a29015478ae7b19af46d63bbd86
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue