summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2023-07-26 20:11:50 +0200
committerMichel Zou2023-07-26 20:11:50 +0200
commitceb41536a694ab27ebadd4562be199eaa980a318 (patch)
tree12e70589e3bc4a9777f36a8ea129536ce620ef46
parent990fb2a665d2fe3ff1062b1cdb7ae6937ef454b6 (diff)
downloadaur-ceb41536a694ab27ebadd4562be199eaa980a318.tar.gz
speex
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 840ac3282eb3..f395100d79b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,9 @@ pkgbase = mingw-w64-libsndfile
depends = mingw-w64-libvorbis
depends = mingw-w64-lame
depends = mingw-w64-opus
+ depends = mingw-w64-speex
+ depends = mingw-w64-sqlite
+ depends = mingw-w64-mpg123
options = staticlibs
options = !strip
options = !buildflags
diff --git a/PKGBUILD b/PKGBUILD
index 550bf31ddde5..f4305ea2eab3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ arch=(any)
url="https://libsndfile.github.io/libsndfile/"
license=(LGPL2.1)
makedepends=('mingw-w64-cmake' 'python')
-depends=('mingw-w64-flac' 'mingw-w64-libvorbis' 'mingw-w64-lame' 'mingw-w64-opus')
+depends=('mingw-w64-flac' 'mingw-w64-libvorbis' 'mingw-w64-lame' 'mingw-w64-opus' 'mingw-w64-speex' 'mingw-w64-sqlite' 'mingw-w64-mpg123')
options=('staticlibs' '!strip' '!buildflags')
source=(http://www.mega-nerd.com/libsndfile/files/libsndfile-${pkgver}.tar.gz)
source=(https://github.com/libsndfile/libsndfile/releases/download/$pkgver/libsndfile-$pkgver.tar.xz)