[arch-commits] Commit in libfilteraudio/repos (6 files)

NicoHood nicohood at archlinux.org
Sat Jan 28 11:23:28 UTC 2017


    Date: Saturday, January 28, 2017 @ 11:23:27
  Author: nicohood
Revision: 209283

archrelease: copy trunk to community-i686, community-x86_64

Added:
  libfilteraudio/repos/community-i686/
  libfilteraudio/repos/community-i686/LICENSE
    (from rev 209282, libfilteraudio/trunk/LICENSE)
  libfilteraudio/repos/community-i686/PKGBUILD
    (from rev 209282, libfilteraudio/trunk/PKGBUILD)
  libfilteraudio/repos/community-x86_64/
  libfilteraudio/repos/community-x86_64/LICENSE
    (from rev 209282, libfilteraudio/trunk/LICENSE)
  libfilteraudio/repos/community-x86_64/PKGBUILD
    (from rev 209282, libfilteraudio/trunk/PKGBUILD)

---------------------------+
 community-i686/LICENSE    |   29 +++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   37 +++++++++++++++++++++++++++++++++++++
 community-x86_64/LICENSE  |   29 +++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 4 files changed, 132 insertions(+)

Copied: libfilteraudio/repos/community-i686/LICENSE (from rev 209282, libfilteraudio/trunk/LICENSE)
===================================================================
--- community-i686/LICENSE	                        (rev 0)
+++ community-i686/LICENSE	2017-01-28 11:23:27 UTC (rev 209283)
@@ -0,0 +1,29 @@
+Copyright (c) 2011, The WebRTC project authors. All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+  * Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+
+  * Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in
+    the documentation and/or other materials provided with the
+    distribution.
+
+  * Neither the name of Google nor the names of its contributors may
+    be used to endorse or promote products derived from this software
+    without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Copied: libfilteraudio/repos/community-i686/PKGBUILD (from rev 209282, libfilteraudio/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-01-28 11:23:27 UTC (rev 209283)
@@ -0,0 +1,37 @@
+# Maintainer: NicoHood <archlinux {cat} nicohood {dog} de>
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+# Contributor: Jiachen Yang <farseerfc at gmail.com>
+# Contributor: Håvard Pettersson <mail at haavard.me>
+# Contributor: Ivan Shapovalov <intelfx100 at gmail dot com>
+
+_pkgname=filter_audio
+pkgname=libfilteraudio
+pkgver=0.0.1
+pkgrel=3
+pkgdesc="An easy to use audio filtering library made from webrtc code"
+arch=('i686' 'x86_64')
+url="https://github.com/irungentoo/filter_audio"
+license=('BSD')
+depends=('glibc')
+provides=("${_pkgname}")
+conflicts=("${_pkgname}")
+source=(
+    "$_pkgname-${pkgver}.tar.gz::https://github.com/irungentoo/${_pkgname}/archive/v${pkgver}.tar.gz"
+    "$_pkgname-${pkgver}.tar.gz.sig::https://github.com/irungentoo/${_pkgname}/releases/download/v${pkgver}/v${pkgver}.tar.gz.sig"
+    'LICENSE'
+)
+sha512sums=('9ae4d77ddc0c9f604642a6a968ead684affd9dc957ab4ddc3cf9974da028b9c402155322a63dbbcdb7dc8e3eec63c2fcef267862580229cfc01bc496f990ed58'
+            'SKIP'
+            'ab7ea75c03fab3dfc5d452f04a38b42783f646c2e0acaf8494628bfdf6f83e4b04d470e019385de3e89dd57eb8ef6d02daa6256d4ff311cc66f3999b694ef143')
+validpgpkeys=('FC0BC251E0BA54852E532C5B10349DC9BED89E98') # irungentoo <irungentoo at gmail.com>
+
+build() {
+    cd ${_pkgname}-${pkgver}
+    make
+}
+
+package() {
+    cd ${_pkgname}-${pkgver}
+    make DESTDIR="$pkgdir" PREFIX="/usr" install
+    install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: libfilteraudio/repos/community-x86_64/LICENSE (from rev 209282, libfilteraudio/trunk/LICENSE)
===================================================================
--- community-x86_64/LICENSE	                        (rev 0)
+++ community-x86_64/LICENSE	2017-01-28 11:23:27 UTC (rev 209283)
@@ -0,0 +1,29 @@
+Copyright (c) 2011, The WebRTC project authors. All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+  * Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+
+  * Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in
+    the documentation and/or other materials provided with the
+    distribution.
+
+  * Neither the name of Google nor the names of its contributors may
+    be used to endorse or promote products derived from this software
+    without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Copied: libfilteraudio/repos/community-x86_64/PKGBUILD (from rev 209282, libfilteraudio/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-01-28 11:23:27 UTC (rev 209283)
@@ -0,0 +1,37 @@
+# Maintainer: NicoHood <archlinux {cat} nicohood {dog} de>
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+# Contributor: Jiachen Yang <farseerfc at gmail.com>
+# Contributor: Håvard Pettersson <mail at haavard.me>
+# Contributor: Ivan Shapovalov <intelfx100 at gmail dot com>
+
+_pkgname=filter_audio
+pkgname=libfilteraudio
+pkgver=0.0.1
+pkgrel=3
+pkgdesc="An easy to use audio filtering library made from webrtc code"
+arch=('i686' 'x86_64')
+url="https://github.com/irungentoo/filter_audio"
+license=('BSD')
+depends=('glibc')
+provides=("${_pkgname}")
+conflicts=("${_pkgname}")
+source=(
+    "$_pkgname-${pkgver}.tar.gz::https://github.com/irungentoo/${_pkgname}/archive/v${pkgver}.tar.gz"
+    "$_pkgname-${pkgver}.tar.gz.sig::https://github.com/irungentoo/${_pkgname}/releases/download/v${pkgver}/v${pkgver}.tar.gz.sig"
+    'LICENSE'
+)
+sha512sums=('9ae4d77ddc0c9f604642a6a968ead684affd9dc957ab4ddc3cf9974da028b9c402155322a63dbbcdb7dc8e3eec63c2fcef267862580229cfc01bc496f990ed58'
+            'SKIP'
+            'ab7ea75c03fab3dfc5d452f04a38b42783f646c2e0acaf8494628bfdf6f83e4b04d470e019385de3e89dd57eb8ef6d02daa6256d4ff311cc66f3999b694ef143')
+validpgpkeys=('FC0BC251E0BA54852E532C5B10349DC9BED89E98') # irungentoo <irungentoo at gmail.com>
+
+build() {
+    cd ${_pkgname}-${pkgver}
+    make
+}
+
+package() {
+    cd ${_pkgname}-${pkgver}
+    make DESTDIR="$pkgdir" PREFIX="/usr" install
+    install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list