diff options
author | David P <megver83@parabola.nu> | 2020-07-06 18:42:06 -0400 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2020-07-06 18:42:50 -0400 |
commit | 3361b9755f2a8f393a333cc0b76c74036391f179 (patch) | |
tree | 0392a050d278e8907756b90d47a7c25ab4241c64 /pcr | |
parent | fb1caeae29aa6a3067b28bd91046ea778803f219 (diff) | |
download | abslibre-3361b9755f2a8f393a333cc0b76c74036391f179.tar.gz abslibre-3361b9755f2a8f393a333cc0b76c74036391f179.tar.bz2 abslibre-3361b9755f2a8f393a333cc0b76c74036391f179.zip |
remove pcr/libfilteraudio-git
the non-git version is more updated, it seems there's no interest nor importance in this pkg
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/libfilteraudio-git/LICENSE | 29 | ||||
-rw-r--r-- | pcr/libfilteraudio-git/PKGBUILD | 38 |
2 files changed, 0 insertions, 67 deletions
diff --git a/pcr/libfilteraudio-git/LICENSE b/pcr/libfilteraudio-git/LICENSE deleted file mode 100644 index 4c41b7b25..000000000 --- a/pcr/libfilteraudio-git/LICENSE +++ /dev/null @@ -1,29 +0,0 @@ -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. diff --git a/pcr/libfilteraudio-git/PKGBUILD b/pcr/libfilteraudio-git/PKGBUILD deleted file mode 100644 index 9204788fa..000000000 --- a/pcr/libfilteraudio-git/PKGBUILD +++ /dev/null @@ -1,38 +0,0 @@ -# Maintainer (Arch): HÃ¥vard Pettersson <mail@haavard.me> -# Contributor (Arch): Ivan Shapovalov <intelfx100 at gmail dot com> -# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> - -_pkgname=libfilteraudio -pkgname=libfilteraudio-git -pkgver=r95.ada2f4f -pkgrel=1 -pkgdesc="An easy to use audio filtering library made from webrtc code" -arch=('i686' 'x86_64' 'armv7h') -url="https://github.com/irungentoo/filter_audio" -license=('BSD3') -makedepends=('git') -depends=('glibc') -provides=("${_pkgname}" 'filter_audio') -conflicts=("${_pkgname}" 'filter_audio') -source=( - "${_pkgname}::git+https://github.com/irungentoo/libfilteraudio.git" - 'LICENSE' -) -sha512sums=('SKIP' - 'ab7ea75c03fab3dfc5d452f04a38b42783f646c2e0acaf8494628bfdf6f83e4b04d470e019385de3e89dd57eb8ef6d02daa6256d4ff311cc66f3999b694ef143') - -pkgver() { - cd ${_pkgname} - printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" -} - -build() { - cd ${_pkgname} - make -} - -package() { - cd ${_pkgname} - make DESTDIR="$pkgdir" PREFIX="/usr" install - install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} |