[arch-commits] Commit in rnnoise/repos (community-x86_64 community-x86_64/PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Wed Feb 3 15:29:06 UTC 2021
Date: Wednesday, February 3, 2021 @ 15:29:05
Author: svenstaro
Revision: 843363
archrelease: copy trunk to community-x86_64
Added:
rnnoise/repos/community-x86_64/
rnnoise/repos/community-x86_64/PKGBUILD
(from rev 843362, rnnoise/trunk/PKGBUILD)
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Copied: rnnoise/repos/community-x86_64/PKGBUILD (from rev 843362, rnnoise/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2021-02-03 15:29:05 UTC (rev 843363)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+# Contributor: robertfoster
+pkgname=rnnoise
+pkgver=0.4.1
+pkgrel=1
+pkgdesc="A noise suppression library based on a recurrent neural network"
+arch=(x86_64)
+url="https://gitlab.xiph.org/xiph/rnnoise"
+license=('custom')
+_commit=1cbdbcf1283499bbb2230a6b0f126eb9b236defd
+depends=('glibc')
+source=("${pkgname}-${_commit}.tar.gz::https://gitlab.xiph.org/xiph/rnnoise/-/archive/${_commit}/rnnoise-${_commit}.tar.gz")
+sha512sums=('7d16f7d68a0a28ecdaaea098df5482d55adf7948292cab8ed78ae5cc6652ebdfc48e623f193ee356fcf527e54883e9d3938195f2fd52c20dff895fd2515617f3')
+
+build() {
+ cd "rnnoise-${_commit}"
+ ./autogen.sh
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "rnnoise-${_commit}"
+ make DESTDIR="$pkgdir/" install
+ install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
More information about the arch-commits
mailing list