[arch-commits] Commit in rev-plugins/repos/community-testing-x86_64 (2 files)
David Runge
dvzrv at archlinux.org
Mon Dec 18 10:44:20 UTC 2017
Date: Monday, December 18, 2017 @ 10:44:20
Author: dvzrv
Revision: 274736
archrelease: copy trunk to community-testing-x86_64
Added:
rev-plugins/repos/community-testing-x86_64/PKGBUILD
(from rev 274735, rev-plugins/trunk/PKGBUILD)
Deleted:
rev-plugins/repos/community-testing-x86_64/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-18 10:44:10 UTC (rev 274735)
+++ PKGBUILD 2017-12-18 10:44:20 UTC (rev 274736)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: speps <speps at aur dot archlinux dot org>
-
-pkgname=rev-plugins
-_name=REV-plugins
-pkgver=0.7.1
-pkgrel=3
-pkgdesc="LADSPA stereo and ambisonic reverb plugin based on zita-rev1"
-arch=('x86_64')
-url="http://kokkinizita.linuxaudio.org/linuxaudio/ladspa/"
-license=('GPL2')
-groups=('ladspa-plugins')
-depends=('ladspa')
-source=("${url}../downloads/${_name}-${pkgver}.tar.bz2")
-sha512sums=('00f984b47347a4f75d809587c654e3e078cb37a6c324bcec09382d1181bd8665a58044505054de75c9ba58972af7e1d3f964c3a5bd925fed4af5cccd1233bd19')
-
-build() {
- cd "${_name}-${pkgver}"
- make
-}
-
-package() {
- cd "${_name}-${pkgver}"
- # plugin
- install -Dm755 zita-reverbs.so "${pkgdir}/usr/lib/ladspa/zita-reverbs.so"
- # docs
- install -Dm644 AUTHORS "${pkgdir}/usr/share/doc/${pkgname}/AUTHORS"
- install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
-}
Copied: rev-plugins/repos/community-testing-x86_64/PKGBUILD (from rev 274735, rev-plugins/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-12-18 10:44:20 UTC (rev 274736)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=rev-plugins
+_name=REV-plugins
+pkgver=0.7.1
+pkgrel=4
+pkgdesc="LADSPA stereo and ambisonic reverb plugin based on zita-rev1"
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/ladspa/"
+license=('GPL2')
+groups=('ladspa-plugins')
+depends=('ladspa')
+source=("${url}../downloads/${_name}-${pkgver}.tar.bz2")
+sha512sums=('00f984b47347a4f75d809587c654e3e078cb37a6c324bcec09382d1181bd8665a58044505054de75c9ba58972af7e1d3f964c3a5bd925fed4af5cccd1233bd19')
+
+build() {
+ cd "${_name}-${pkgver}"
+ make
+}
+
+package() {
+ cd "${_name}-${pkgver}"
+ # plugin
+ install -Dm755 zita-reverbs.so "${pkgdir}/usr/lib/ladspa/zita-reverbs.so"
+ # docs
+ install -Dm644 AUTHORS "${pkgdir}/usr/share/doc/${pkgname}/AUTHORS"
+ install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
+}
More information about the arch-commits
mailing list