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
1 changed files with 4 additions and 4 deletions

View File

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