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

David Runge dvzrv at archlinux.org
Sun Jun 3 18:53:06 UTC 2018


    Date: Sunday, June 3, 2018 @ 18:53:05
  Author: dvzrv
Revision: 339527

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   57 +++++++++++++++++++++++++++++----------------------------
 1 file changed, 29 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-03 18:52:58 UTC (rev 339526)
+++ PKGBUILD	2018-06-03 18:53:05 UTC (rev 339527)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: speps <speps at aur dot archlinux dot org>
-
-pkgname=mcp-plugins
-pkgver=0.4.0
-pkgrel=4
-pkgdesc="A set of LADSPA filters plugins"
-arch=('x86_64')
-url="https://kokkinizita.linuxaudio.org/linuxaudio/ladspa/"
-license=('GPL2')
-groups=('ladspa-plugins')
-depends=('ladspa')
-source=("${url}../downloads/MCP-plugins-${pkgver}.tar.bz2")
-sha512sums=('8a5e431ea539a46ce3d3f554fae21fc09028d898e24c316ab1b0d3d6540650107a1d10ce9a4cb6d1f0d2fd8868e2b43cf439f47ed6d90fb066375bbf3883d344')
-
-build() {
-  cd "MCP-plugins-${pkgver}"
-  make
-}
-
-package() {
-  cd "MCP-plugins-${pkgver}"
-  # install plugins
-  install -t "${pkgdir}/usr/lib/ladspa/" -Dm755 *.so
-  install -Dm644 AUTHORS "${pkgdir}/usr/share/doc/${pkgname}/AUTHORS"
-  install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
-}

Copied: mcp-plugins/repos/community-x86_64/PKGBUILD (from rev 339526, mcp-plugins/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-03 18:53:05 UTC (rev 339527)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=mcp-plugins
+pkgver=0.4.0
+pkgrel=5
+pkgdesc="A set of LADSPA filters plugins"
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/ladspa/"
+license=('GPL2')
+groups=('ladspa-plugins' 'pro-audio')
+depends=('gcc-libs')
+makedepends=('ladspa')
+source=("https://kokkinizita.linuxaudio.org/linuxaudio/downloads/MCP-plugins-${pkgver}.tar.bz2")
+sha512sums=('8a5e431ea539a46ce3d3f554fae21fc09028d898e24c316ab1b0d3d6540650107a1d10ce9a4cb6d1f0d2fd8868e2b43cf439f47ed6d90fb066375bbf3883d344')
+
+build() {
+  cd "MCP-plugins-${pkgver}"
+  make
+}
+
+package() {
+  cd "MCP-plugins-${pkgver}"
+  # libs
+  install -t "${pkgdir}/usr/lib/ladspa/" -Dm755 *.so
+  # docs
+  install -vDm 644 {AUTHORS,README} -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}



More information about the arch-commits mailing list