sox: add support for sndio and ladspa

This commit is contained in:
David Flatz 2020-04-03 20:00:17 +02:00 committed by Helmut Pozimski
parent 783cda51f9
commit b4d9df2947

View file

@ -1,13 +1,13 @@
# Template file for 'sox' # Template file for 'sox'
pkgname=sox pkgname=sox
version=14.4.2 version=14.4.2
revision=4 revision=5
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-distro=Void" configure_args="--with-distro=Void"
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="libsndfile-devel lame-devel libao-devel libmad-devel makedepends="lame-devel libao-devel libgomp-devel libid3tag-devel libltdl-devel
libid3tag-devel wavpack-devel opusfile-devel pulseaudio-devel libmad-devel libpng-devel libsndfile-devel opusfile-devel pulseaudio-devel
libgomp-devel libpng-devel" sndio-devel wavpack-devel"
short_desc="Sound eXchange, the Swiss Army knife of audio manipulation" short_desc="Sound eXchange, the Swiss Army knife of audio manipulation"
maintainer="Leah Neukirchen <leah@vuxu.org>" maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2.0-or-later, LGPL-2.1-or-later" license="GPL-2.0-or-later, LGPL-2.1-or-later"