summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1110311ba6f..d54f5bfa41e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,11 +7,14 @@ pkgbase = librespeaker-bin
arch = armv7h
arch = aarch64
license = PROPRIETARY
+ depends = fftw
depends = libpulse
+ depends = libpulse
+ depends = libsndfile
provides = librespeaker
conflicts = librespeaker
source = https://github.com/M0Rf30/librespeaker-bin/archive/2.1.2.190110.tar.gz
- md5sums = 6b5a1d60215f2dec4235dee6a6f4f57e
+ md5sums = f3a6022dc9481ab42e6761eb98c370f2
pkgname = librespeaker-bin
diff --git a/PKGBUILD b/PKGBUILD
index 615509500ae6..675534a94421 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="An audio processing library which can perform noise suppression, beamfo
arch=('armv6h' 'armv7h' 'aarch64')
url="https://github.com/Seeed-Studio/pi_repo"
license=('PROPRIETARY')
-depends=('libpulse')
+depends=('fftw' 'libpulse' 'libpulse' 'libsndfile')
provides=('librespeaker')
conflicts=('librespeaker')
install=
@@ -16,6 +16,7 @@ source=("https://github.com/M0Rf30/librespeaker-bin/archive/$pkgver.tar.gz")
package() {
cd "$pkgname-$pkgver"
cp -r * "$pkgdir"
+ chmod +x $pkgdir/usr/lib/*.so.*
}
-md5sums=('6b5a1d60215f2dec4235dee6a6f4f57e')
+md5sums=('f3a6022dc9481ab42e6761eb98c370f2')