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

2019-09-22 Thread David Runge via arch-commits
Date: Sunday, September 22, 2019 @ 22:12:45
  Author: dvzrv
Revision: 511552

archrelease: copy trunk to community-x86_64

Added:
  x42-plugins/repos/community-x86_64/PKGBUILD
(from rev 511551, x42-plugins/trunk/PKGBUILD)
  x42-plugins/repos/community-x86_64/x42-plugins.directory
(from rev 511551, x42-plugins/trunk/x42-plugins.directory)
  x42-plugins/repos/community-x86_64/x42-plugins.menu
(from rev 511551, x42-plugins/trunk/x42-plugins.menu)
Deleted:
  x42-plugins/repos/community-x86_64/PKGBUILD

---+
 PKGBUILD  |  274 
 x42-plugins.directory |4 
 x42-plugins.menu  |   14 ++
 3 files changed, 180 insertions(+), 112 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-22 22:12:34 UTC (rev 511551)
+++ PKGBUILD2019-09-22 22:12:45 UTC (rev 511552)
@@ -1,112 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Lieven Moors 
-
-pkgname=x42-plugins
-pkgver=20190820
-pkgrel=1
-pkgdesc="Collection of LV2 plugins"
-arch=('x86_64')
-url="https://github.com/x42/x42-plugins;
-license=('GPL2' 'GPL3')
-depends=('ftgl' 'libltc' 'pango' 'zita-convolver')
-makedepends=('gendesk' 'help2man' 'jack' 'liblo' 'lv2' 'ttf-dejavu')
-optdepends=('jack: for standalone applications'
-'liblo: for standalone applications')
-groups=('lv2-plugins' 'pro-audio')
-source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha512sums=('a8a62427c5706cac3eb1ba3e5e5ee6deb81c3ae04ec3a45c44faf2a647e079c245a28a3ef0b85ada62575e43238825a25c460317aa13891694e2d52497facf04')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  declare -A comments=(
-["darc"]="A general purpose audio signal compressor"
-["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"
-["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"
-  )
-  declare -A generic=(
-["darc"]="Dynamic Audio Range Compressor"
-["dpl1"]="Peak Limiter"
-["fat1"]="Auto Tune"
-["fil4"]="Parametric Equalizer"
-["mixtri"]="Mixer'n'Trigger"
-["scope"]="Oscilloscope"
-["spectr"]="Spectrum Analyzer"
-["stepseq"]="Step Sequencer"
-  )
-  declare -A meter_types=(
-[0]='EBU R128 Meter'
-[1]='K20/RMS Meter (Stereo)'
-[2]='K14/RMS Meter (Stereo)'
-[3]='K12/RMS Meter (Stereo)'
-[4]='BBC Meter (Stereo)'
-[5]='BBC M-6'
-[6]='DIN Meter (Stereo)'
-[7]='EBU Meter (Stereo)'
-[8]='Nordic Meter (Stereo)'
-[9]='VU Meter (Stereo)'
-[10]='True-Peak and RMS Meter (Stereo)'
-[11]='DR-14 - Crest Factor Loudness Range Meter'
-[12]='Stereo Phase-Correlation Meter'
-[13]='Goniometer'
-[14]='Phase/Frequency Wheel'
-[15]='1/3 Octave Spectrum Analyzer'
-[16]='Stereo/Frequency Scope'
-[17]='Signal Distribution Histogram'
-[18]='Bit Meter'
-[19]='Surround Level 8'
-  )
-  declare -A tuna_types=(
-[0]='Instrument Tuner'
-[1]='Instrument Tuner (Spectrum)'
-  )
-
-  # 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
-  for type in {0..19}; do
-gendesk -n \
---pkgname "x42-meter-${type}" \
---name "x42-meter ${meter_types[$type]}" \
---pkgdesc "${meter_types[$type]}" \
---exec "x42-meter $type" \
---icon "x42-meter" \
---genericname "Audio Meter" \
---categories "AudioVideo;Audio"
-  done
-  for type in {0,1}; do
-gendesk -n \
---pkgname "x42-tuna-${type}" \
---name "x42-tuna ${tuna_types[$type]}" \
---pkgdesc "${tuna_types[$type]}" \
---exec "x42-tuna $type" \
---icon "x42-tuna" \
---genericname "Music Instrument Tuner" \
---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 511551, 
x42-plugins/trunk/PKGBUILD)
===
--- 

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

2018-07-27 Thread David Runge via arch-commits
Date: Friday, July 27, 2018 @ 13:20:10
  Author: dvzrv
Revision: 363684

archrelease: copy trunk to community-x86_64

Added:
  x42-plugins/repos/community-x86_64/PKGBUILD
(from rev 363683, x42-plugins/trunk/PKGBUILD)
  x42-plugins/repos/community-x86_64/zita-convolver4.patch
(from rev 363683, x42-plugins/trunk/zita-convolver4.patch)
Deleted:
  x42-plugins/repos/community-x86_64/PKGBUILD
  x42-plugins/repos/community-x86_64/zita-convolver4.patch

---+
 PKGBUILD  |   73 ++--
 zita-convolver4.patch |  122 
 2 files changed, 99 insertions(+), 96 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-27 13:20:04 UTC (rev 363683)
+++ PKGBUILD2018-07-27 13:20:10 UTC (rev 363684)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: Lieven Moors 
-
-pkgname=x42-plugins
-pkgver=20180320
-pkgrel=3
-pkgdesc="Collection of LV2 plugins"
-arch=('x86_64')
-url="https://github.com/x42/x42-plugins;
-license=('GPL')
-depends=('jack' 'libglvnd' 'liblo' 'libltc' 'pango' 'zita-convolver')
-makedepends=('gtk2' 'ftgl' 'ttf-freefont' 'lv2')
-groups=('lv2-plugins' 'pro-audio')
-source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz;
-'zita-convolver4.patch')
-sha512sums=('3e2f13179073b38e846e0855031e7f842b535ad13f64b309ca4da8c0738a77ab8b70e117edfa1a97263ff37d279a4d9a26950c1883507d8e710b8cd54061bb32'
-
'15dd15c5552492e7cbaad08b7fd42a7778a03fa12838cc930c386cba30e22ce91d9335543b4b229d13514849c3ed221760176a1b95e0ce7d215247c11a05e628')
-
-prepare() {
-  cd "${pkgname}-${pkgver}/convoLV2"
-  patch -Np1 -i ../../zita-convolver4.patch
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  FONTFILE=/usr/share/fonts/TTF/FreeSansBold.ttf make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make install DESTDIR="$pkgdir/" PREFIX=/usr
-}
-
-# vim:set ts=2 sw=2 et:

Copied: x42-plugins/repos/community-x86_64/PKGBUILD (from rev 363683, 
x42-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-27 13:20:10 UTC (rev 363684)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: Lieven Moors 
+
+pkgname=x42-plugins
+pkgver=20180320
+pkgrel=4
+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=('gtk2' 'ttf-liberation' 'lv2')
+groups=('lv2-plugins' 'pro-audio')
+source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz;
+'zita-convolver4.patch')
+sha512sums=('3e2f13179073b38e846e0855031e7f842b535ad13f64b309ca4da8c0738a77ab8b70e117edfa1a97263ff37d279a4d9a26950c1883507d8e710b8cd54061bb32'
+
'15dd15c5552492e7cbaad08b7fd42a7778a03fa12838cc930c386cba30e22ce91d9335543b4b229d13514849c3ed221760176a1b95e0ce7d215247c11a05e628')
+
+prepare() {
+  cd "${pkgname}-${pkgver}/convoLV2"
+  patch -Np1 -i ../../zita-convolver4.patch
+  cd ..
+  # replace ttf-freefont with ttf-liberation
+  export FONTFILE=/usr/share/fonts/TTF/LiberationSans-Bold.ttf
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make install DESTDIR="$pkgdir/" PREFIX=/usr
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: zita-convolver4.patch
===
--- zita-convolver4.patch   2018-07-27 13:20:04 UTC (rev 363683)
+++ zita-convolver4.patch   2018-07-27 13:20:10 UTC (rev 363684)
@@ -1,61 +0,0 @@
-From f814f1ef95d3d4a89a1dbb8a8319879ad411f25f Mon Sep 17 00:00:00 2001
-From: Robin Gareus 
-Date: Wed, 6 Jun 2018 19:22:43 +0200
-Subject: [PATCH] Update for libzita-convolver-4 compatibility
-

- Makefile   | 2 +-
- convolution.cc | 9 +++--
- 2 files changed, 8 insertions(+), 3 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index 6d7f1a9..6e14710 100644
 a/Makefile
-+++ b/Makefile
-@@ -70,7 +70,7 @@ endif
- 
- ifeq ($(LIBZITACONVOLVER),)
-   ifeq ($(shell test -f /usr/include/zita-convolver.h -o -f 
/usr/local/include/zita-convolver.h || echo no ), no)
--$(error "libzita-convolver3, is required")
-+$(error "libzita-convolver3 or 4, is required")
-   endif
-   LOADLIBES += -lzita-convolver
- endif
-diff --git a/convolution.cc b/convolution.cc
-index c3bea41..6ace44b 100644
 a/convolution.cc
-+++ b/convolution.cc
-@@ -47,8 +47,8 @@
- #include 
- #include "convolution.h"
- 
--#if ZITA_CONVOLVER_MAJOR_VERSION != 3
--# error "This programs requires zita-convolver 3.x.x"
-+#if ZITA_CONVOLVER_MAJOR_VERSION != 3 && ZITA_CONVOLVER_MAJOR_VERSION != 4
-+# error "This programs requires zita-convolver 3 or 4"
- #endif
- 
- #ifndef SRC_QUALITY // alternatives: SRC_SINC_FASTEST, 
SRC_SINC_MEDIUM_QUALITY, (SRC_ZERO_ORDER_HOLD, SRC_LINEAR)
-@@ -344,7 +344,9 @@