[arch-commits] Commit in ams/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Sun Jun 3 09:55:39 UTC 2018


    Date: Sunday, June 3, 2018 @ 09:55:39
  Author: dvzrv
Revision: 339008

upgpkg: ams 2.1.2-3

Adding to pro-audio group. Removing optdepends, as it doesn't make sense to list single ladspa plugins. Minor fixes.

Modified:
  ams/trunk/PKGBUILD

----------+
 PKGBUILD |   35 +++++++++++------------------------
 1 file changed, 11 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-03 09:51:50 UTC (rev 339007)
+++ PKGBUILD	2018-06-03 09:55:39 UTC (rev 339008)
@@ -4,27 +4,17 @@
 
 pkgname=ams
 pkgver=2.1.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A real-time modular synthesizer and effect processor"
 arch=('x86_64')
 url="http://alsamodular.sourceforge.net/"
 license=('GPL2')
-depends=('qt4' 'fftw' 'jack' 'ladspa' 'liblo' 'zita-alsa-pcmi')
-optdepends=('amb-plugins: ambisonic plugins'
-            'mcp-plugins: phaser, chorus and moog vcf plugins'
-            'rev-plugins: zita-rev1 based reverb plugins'
-            'swh-plugins: Steve Harris plugins'
-            'vco-plugins: oscillator plugins'
-            'fil-plugins: equaliser plugins'
-            'tap-plugins: toms audio plugins'
-            'wah-plugins: wah audio plugins'
-            'g2reverb: greverb based plugins'
-            'cmt: Computer Music Toolkit plugins'
-            'blop: bandlimited oscillator plugins'
-            'pvoc: phase-vocoding plugins'
-            'caps: the C* audio plugins')
+groups=('pro-audio')
+depends=('qt4' 'fftw' 'jack' 'liblo' 'zita-alsa-pcmi')
+makedepends=('ladspa')
 source=("https://downloads.sourceforge.net/project/alsamodular/alsamodular/$pkgver/$pkgname-$pkgver.tar.bz2"
-        "$pkgname.desktop" "$pkgname.png")
+        "$pkgname.desktop"
+        "$pkgname.png")
 sha512sums=('3a98ccb54505818b4add1b070e2230ba00d80732fdcc54caecba55ad83f352381ed165ab58ca01fc98550bd0691242fd2f733862ee77fd217141ecec52250e4e'
             'e18395622d20b7733609c5aa1b5cde25fbc0b75175d8a68449edb97f381461ee32f955f5ac888c31d89ac87e77401be0df9e83f260dae6118815cc2bab0b44d9'
             '991a68d1baa0523d9abddd03cea0532b8f9d5b5e81df62fe4b5501fdfc474ada8c811e8821fadcb82246f1b3d4707e2f4532dd226fd46495fc198f72780caa4e')
@@ -54,15 +44,12 @@
   make DESTDIR="$pkgdir/" install
 
   # desktop file and icon
-  install -Dm644 "${srcdir}/${pkgname}.desktop" \
+  install -vDm 644 "${srcdir}/${pkgname}.desktop" \
     "${pkgdir}/usr/share/applications/${pkgname}.desktop"
-  install -Dm644 "${srcdir}/${pkgname}.png" \
+  install -vDm 644 "${srcdir}/${pkgname}.png" \
     "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
 
-  # documentation
-  install -Dm644 AUTHORS "${pkgdir}/usr/share/doc/${pkgname}/AUTHORS"
-  install -Dm644 ChangeLog "${pkgdir}/usr/share/doc/${pkgname}/ChangeLog"
-  install -Dm644 NEWS "${pkgdir}/usr/share/doc/${pkgname}/NEWS"
-  install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
-
+  # docs
+  install -vDm644 {AUTHORS,ChangeLog,NEWS,README} \
+    -t "${pkgdir}/usr/share/doc/${pkgname}/"
 }



More information about the arch-commits mailing list