mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
parent
34cc465504
commit
c07a1f9aeb
1 changed files with 5 additions and 3 deletions
|
@ -1,17 +1,19 @@
|
||||||
# Template file for 'audacity'
|
# Template file for 'audacity'
|
||||||
pkgname=audacity
|
pkgname=audacity
|
||||||
version=2.2.2
|
version=2.2.2
|
||||||
revision=4
|
revision=5
|
||||||
wrksrc="${pkgname}-Audacity-${version}"
|
wrksrc="${pkgname}-Audacity-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args="--with-ffmpeg=system"
|
||||||
hostmakedepends="pkg-config cmake libtool m4"
|
hostmakedepends="pkg-config cmake libtool m4"
|
||||||
makedepends="jack-devel wxWidgets-devel gtk+-devel
|
makedepends="jack-devel wxWidgets-devel gtk+-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
|
||||||
|
ffmpeg-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.0-or-later"
|
||||||
homepage="https://www.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=759e8efd5e4ff6cc2fdd31b36bc631307330c1a6e2d3426e3f1d46ebcf8907a3
|
checksum=759e8efd5e4ff6cc2fdd31b36bc631307330c1a6e2d3426e3f1d46ebcf8907a3
|
||||||
|
|
Loading…
Add table
Reference in a new issue