summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2020-12-29 11:10:45 -0500
committerVincent Grande2020-12-29 11:10:45 -0500
commit21cd637ec2359c9ec548e86f91cf1329b0b01b07 (patch)
treea8537278a8e65af6c119545ad659f7d6cc3c6b75
parent59297913b4cb4f4b7cf2ea7fbb91d680f4d1dbb5 (diff)
downloadaur-21cd637ec2359c9ec548e86f91cf1329b0b01b07.tar.gz
update optdepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a6a3f44ae3d..ccd19c9c4f03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,8 +10,9 @@ pkgbase = libsndfile-minimal-git
makedepends = autogen
depends = glibc
depends = alsa-lib
- depends = libogg
- depends = libvorbis
+ optdepends = flac: flac support
+ optdepends = libogg: ogg support
+ optdepends = libvorbis: vorbis support
provides = libsndfile
conflicts = libsndfile
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index e4bc4ab2a4ae..b4cb76bb65b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,10 @@ pkgdesc="C library for reading and writing files containing sampled sound"
arch=('i686' 'x86_64')
url="http://www.mega-nerd.com/libsndfile/"
license=('LGPL')
-depends=('glibc' 'alsa-lib' 'libogg' 'libvorbis')
+depends=('glibc' 'alsa-lib')
+optdepends=('flac: flac support'
+ 'libogg: ogg support'
+ 'libvorbis: vorbis support')
makedepends=('git' 'autogen')
provides=('libsndfile')
conflicts=('libsndfile')