[arch-commits] Commit in amb-plugins/repos/community-x86_64 (PKGBUILD PKGBUILD)

David Runge dvzrv at archlinux.org
Sun Jun 3 09:34:50 UTC 2018


    Date: Sunday, June 3, 2018 @ 09:34:49
  Author: dvzrv
Revision: 338997

archrelease: copy trunk to community-x86_64

Added:
  amb-plugins/repos/community-x86_64/PKGBUILD
    (from rev 338996, amb-plugins/trunk/PKGBUILD)
Deleted:
  amb-plugins/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   59 ++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 32 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-03 09:34:42 UTC (rev 338996)
+++ PKGBUILD	2018-06-03 09:34:49 UTC (rev 338997)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer : David Runge <dave at sleepmap.de>
-# Contributor: speps <speps at aur dot archlinux dot org>
-
-pkgname=amb-plugins
-pkgver=0.8.1
-pkgrel=4
-pkgdesc="A set of LADSPA ambisonics plugins"
-arch=('x86_64')
-url="https://kokkinizita.linuxaudio.org/linuxaudio/ladspa/"
-license=('GPL2')
-groups=('ladspa-plugins')
-depends=('ladspa')
-source=("${url}../downloads/AMB-plugins-${pkgver}.tar.bz2")
-sha512sums=('cdf0f6f656012f1e9d31f54d4446392223165327804f44c8d767904c51ab54a858099f8ad5f57362494d1a3cd73c4b258b4748022b5d9b3f860ab4bb84dd4a71')
-
-build() {
-  cd "${srcdir}/AMB-plugins-${pkgver}"
-  make
-}
-
-package() {
-  cd "${srcdir}/AMB-plugins-${pkgver}"
-  install -t "${pkgdir}/usr/lib/ladspa/" -Dm 755 *.so
-  install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
-  install -Dm644 AUTHORS "${pkgdir}/usr/share/doc/${pkgname}/AUTHORS"
-}

Copied: amb-plugins/repos/community-x86_64/PKGBUILD (from rev 338996, amb-plugins/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-03 09:34:49 UTC (rev 338997)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : David Runge <dave at sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=amb-plugins
+pkgver=0.8.1
+pkgrel=5
+pkgdesc="A set of LADSPA ambisonics plugins"
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/ladspa/"
+license=('GPL2')
+groups=('ladspa-plugins' 'pro-audio')
+depends=('ladspa')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/AMB-plugins-${pkgver}.tar.bz2")
+sha512sums=('cdf0f6f656012f1e9d31f54d4446392223165327804f44c8d767904c51ab54a858099f8ad5f57362494d1a3cd73c4b258b4748022b5d9b3f860ab4bb84dd4a71')
+
+prepare() {
+  mv -v "AMB-plugins-${pkgver}" "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  # libs
+  install -vDm 755 *.so -t "${pkgdir}/usr/lib/ladspa/"
+  # docs
+  install -vDm 644 {AUTHORS,README} -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}



More information about the arch-commits mailing list