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

David Runge dvzrv at archlinux.org
Fri Feb 22 10:10:51 UTC 2019


    Date: Friday, February 22, 2019 @ 10:10:50
  Author: dvzrv
Revision: 435177

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |  128 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 65 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-22 10:10:39 UTC (rev 435176)
+++ PKGBUILD	2019-02-22 10:10:50 UTC (rev 435177)
@@ -1,63 +0,0 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: Lieven Moors <lievenmoors at gmail.com>
-
-pkgname=x42-plugins
-pkgver=20190105
-pkgrel=2
-pkgdesc="Collection of LV2 plugins"
-arch=('x86_64')
-url="https://github.com/x42/x42-plugins"
-license=('GPL')
-depends=('ftgl' 'jack' 'liblo' 'libltc' 'pango' 'zita-convolver')
-makedepends=('gendesk' 'gtk2' 'help2man' 'lv2' 'ttf-dejavu')
-groups=('lv2-plugins' 'pro-audio')
-source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz")
-sha512sums=('ad7b42c14427683531aa6db40c8fca7c15d9048e3afd30749d57dba929a43aa57363106f7770fda16ef97dc2e92edeaa8d150f55e9589e64c64b6c388fd44afe')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  declare -A comments=(
-    ["dpl1"]="Look-ahead digital peak limiter intended but not limited to the final step of mastering or mixing"
-    ["fat1"]="Auto-tuner based on Fons Adriaensen's zita-at1"
-    ["fil4"]="4 band parametric equalizer with additional low+high shelf filters, Low and High-pass"
-    ["meter"]="Collection of audio-level meters"
-    ["mixtri"]="Matrix mixer and trigger processor"
-    ["scope"]="Simple audio oscilloscope with variable time scale, triggering, cursors and numeric readout"
-    ["stepseq"]="Simple step sequencer for moddevices.com"
-    ["tuna"]="A musical instrument tuner with strobe characteristics"
-  )
-  declare -A generic=(
-    ["dpl1"]="Peak Limiter"
-    ["fat1"]="Auto Tune"
-    ["fil4"]="Parametric Equalizer"
-    ["meter"]="Audio Meter Collection"
-    ["mixtri"]="Mixer'n'Trigger"
-    ["scope"]="Oscilloscope"
-    ["stepseq"]="Step Sequencer"
-    ["tuna"]="Music Instrument Tuner"
-  )
-  # XDG desktop files
-  for name in "${!comments[@]}"; do
-    gendesk -n \
-            --pkgname "x42-${name}" \
-            --name "x42-${name}" \
-            --pkgdesc "${comments[$name]}" \
-            --genericname "${generic[$name]}" \
-            --categories "AudioVideo;Audio"
-  done
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  # replace ttf-freefont with ttf-liberation
-  export FONTFILE=/usr/share/fonts/TTF/DejaVuSans-Bold.ttf
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make install DESTDIR="$pkgdir/" PREFIX=/usr
-  install -vDm 644 *.desktop -t "${pkgdir}/usr/share/applications/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: x42-plugins/repos/community-x86_64/PKGBUILD (from rev 435176, x42-plugins/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-22 10:10:50 UTC (rev 435177)
@@ -0,0 +1,65 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: Lieven Moors <lievenmoors at gmail.com>
+
+pkgname=x42-plugins
+pkgver=20190206
+pkgrel=1
+pkgdesc="Collection of LV2 plugins"
+arch=('x86_64')
+url="https://github.com/x42/x42-plugins"
+license=('GPL')
+depends=('ftgl' 'jack' 'liblo' 'libltc' 'pango' 'zita-convolver')
+makedepends=('gendesk' 'gtk2' 'help2man' 'lv2' 'ttf-dejavu')
+groups=('lv2-plugins' 'pro-audio')
+source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz")
+sha512sums=('a70b3646bd5c93d95055512c6134e9900201359ef6f6b57ed9ed22ddb735f518e1a5d011b5d4b6e3d347c014d9142984cf1de0fdb4b469f280f44790cfcb069b')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  declare -A comments=(
+    ["dpl1"]="Look-ahead digital peak limiter intended but not limited to the final step of mastering or mixing"
+    ["fat1"]="Auto-tuner based on Fons Adriaensen's zita-at1"
+    ["fil4"]="4 band parametric equalizer with additional low+high shelf filters, Low and High-pass"
+    ["meter"]="Collection of audio-level meters"
+    ["mixtri"]="Matrix mixer and trigger processor"
+    ["scope"]="Simple audio oscilloscope with variable time scale, triggering, cursors and numeric readout"
+    ["spectr"]="Spectrum Analyzer"
+    ["stepseq"]="Simple step sequencer for moddevices.com"
+    ["tuna"]="A musical instrument tuner with strobe characteristics"
+  )
+  declare -A generic=(
+    ["dpl1"]="Peak Limiter"
+    ["fat1"]="Auto Tune"
+    ["fil4"]="Parametric Equalizer"
+    ["meter"]="Audio Meter Collection"
+    ["mixtri"]="Mixer'n'Trigger"
+    ["scope"]="Oscilloscope"
+    ["spectr"]="Spectrum Analyzer"
+    ["stepseq"]="Step Sequencer"
+    ["tuna"]="Music Instrument Tuner"
+  )
+  # XDG desktop files
+  for name in "${!comments[@]}"; do
+    gendesk -n \
+            --pkgname "x42-${name}" \
+            --name "x42-${name}" \
+            --pkgdesc "${comments[$name]}" \
+            --genericname "${generic[$name]}" \
+            --categories "AudioVideo;Audio"
+  done
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  # replace ttf-freefont with ttf-liberation
+  export FONTFILE=/usr/share/fonts/TTF/DejaVuSans-Bold.ttf
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make install DESTDIR="$pkgdir/" PREFIX=/usr
+  install -vDm 644 *.desktop -t "${pkgdir}/usr/share/applications/"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list