diff options
author | Michel Zou | 2023-07-26 20:11:50 +0200 |
---|---|---|
committer | Michel Zou | 2023-07-26 20:11:50 +0200 |
commit | ceb41536a694ab27ebadd4562be199eaa980a318 (patch) | |
tree | 12e70589e3bc4a9777f36a8ea129536ce620ef46 | |
parent | 990fb2a665d2fe3ff1062b1cdb7ae6937ef454b6 (diff) | |
download | aur-ceb41536a694ab27ebadd4562be199eaa980a318.tar.gz |
speex
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -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 @@ -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) |