summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGianluca Boiano2020-11-08 22:08:56 +0100
committerGianluca Boiano2020-11-08 22:08:56 +0100
commitcbfead96b70597dc46c956e039e7f788ac5ca44b (patch)
tree3a72ccb9e251c301ce14094a996892edc2d39179
downloadaur-cbfead96b70597dc46c956e039e7f788ac5ca44b.tar.gz
librespeaker-bin: first commit
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD21
2 files changed, 38 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..a1110311ba6f
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,17 @@
+pkgbase = librespeaker-bin
+ pkgdesc = An audio processing library which can perform noise suppression, beamforming, echo cancellation, direction of arrival calculation, hotword searching, etc.
+ pkgver = 2.1.2.190110
+ pkgrel = 1
+ url = https://github.com/Seeed-Studio/pi_repo
+ arch = armv6h
+ arch = armv7h
+ arch = aarch64
+ license = PROPRIETARY
+ depends = libpulse
+ provides = librespeaker
+ conflicts = librespeaker
+ source = https://github.com/M0Rf30/librespeaker-bin/archive/2.1.2.190110.tar.gz
+ md5sums = 6b5a1d60215f2dec4235dee6a6f4f57e
+
+pkgname = librespeaker-bin
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..615509500ae6
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,21 @@
+# Maintainer: robertfoster
+
+pkgname=librespeaker-bin
+pkgver=2.1.2.190110
+pkgrel=1
+pkgdesc="An audio processing library which can perform noise suppression, beamforming, echo cancellation, direction of arrival calculation, hotword searching, etc."
+arch=('armv6h' 'armv7h' 'aarch64')
+url="https://github.com/Seeed-Studio/pi_repo"
+license=('PROPRIETARY')
+depends=('libpulse')
+provides=('librespeaker')
+conflicts=('librespeaker')
+install=
+source=("https://github.com/M0Rf30/librespeaker-bin/archive/$pkgver.tar.gz")
+
+package() {
+ cd "$pkgname-$pkgver"
+ cp -r * "$pkgdir"
+}
+
+md5sums=('6b5a1d60215f2dec4235dee6a6f4f57e')