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

2019-08-20 Thread David Runge via arch-commits
Date: Tuesday, August 20, 2019 @ 16:12:17
  Author: dvzrv
Revision: 500315

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  224 ++---
 1 file changed, 112 insertions(+), 112 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-20 16:11:22 UTC (rev 500314)
+++ PKGBUILD2019-08-20 16:12:17 UTC (rev 500315)
@@ -1,112 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Lieven Moors 
-
-pkgname=x42-plugins
-pkgver=20190714
-pkgrel=2
-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=('4e56925835272b7bcacae05de31ce57096d6179ce6491379a2ab8e79d44ddb7589658e34273880aa55a2fbbe013b0cc96f9a48609c175c94a5a6254d8ceb0c77')
-
-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 500314, 
x42-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-20 16:12:17 UTC (rev 500315)
@@ -0,0 +1,112 @@
+# 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";

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

2019-07-14 Thread David Runge via arch-commits
Date: Sunday, July 14, 2019 @ 20:46:02
  Author: dvzrv
Revision: 489542

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  222 ++---
 1 file changed, 112 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-14 20:45:56 UTC (rev 489541)
+++ PKGBUILD2019-07-14 20:46:02 UTC (rev 489542)
@@ -1,110 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Lieven Moors 
-
-pkgname=x42-plugins
-pkgver=20190714
-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=('4e56925835272b7bcacae05de31ce57096d6179ce6491379a2ab8e79d44ddb7589658e34273880aa55a2fbbe013b0cc96f9a48609c175c94a5a6254d8ceb0c77')
-
-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 489541, 
x42-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-14 20:46:02 UTC (rev 489542)
@@ -0,0 +1,112 @@
+# Maintainer: David Runge 
+# Contributor: Lieven Moors 
+
+pkgname=x42-plugins
+pkgver=20190714
+pkgrel=2
+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' 'h

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

2019-07-14 Thread David Runge via arch-commits
Date: Sunday, July 14, 2019 @ 20:09:09
  Author: dvzrv
Revision: 489538

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  220 ++---
 1 file changed, 110 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-14 20:09:04 UTC (rev 489537)
+++ PKGBUILD2019-07-14 20:09:09 UTC (rev 489538)
@@ -1,110 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Lieven Moors 
-
-pkgname=x42-plugins
-pkgver=20190507
-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=('f3f133bf3244e3870102164efa5f16d556c756c99c41f07a738c936afc56084e0ea68d1a4c050bab935fd4dc439241d2050144fbb428d3f973527098cdabf3e0')
-
-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 489537, 
x42-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-14 20:09:09 UTC (rev 489538)
@@ -0,0 +1,110 @@
+# Maintainer: David Runge 
+# Contributor: Lieven Moors 
+
+pkgname=x42-plugins
+pkgver=20190714
+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=('gend

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

2019-05-07 Thread David Runge via arch-commits
Date: Tuesday, May 7, 2019 @ 20:38:51
  Author: dvzrv
Revision: 462501

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  218 ++---
 1 file changed, 110 insertions(+), 108 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-07 20:38:46 UTC (rev 462500)
+++ PKGBUILD2019-05-07 20:38:51 UTC (rev 462501)
@@ -1,108 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Lieven Moors 
-
-pkgname=x42-plugins
-pkgver=20190413
-pkgrel=1
-pkgdesc="Collection of LV2 plugins"
-arch=('x86_64')
-url="https://github.com/x42/x42-plugins";
-license=('GPL')
-depends=('ftgl' 'glib2' '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=('c41eb90ca5d5a746d55f7c1327ecfe58131318be5496c07638b6a891c8060e23fd666d2c3c5227a2a67f9eef8e1713038c65d9a38c5479d92426b930485e979e')
-
-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"
-["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=(
-["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 462500, 
x42-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-07 20:38:51 UTC (rev 462501)
@@ -0,0 +1,110 @@
+# Maintainer: David Runge 
+# Contributor: Lieven Moors 
+
+pkgname=x42-plugins
+pkgver=20190507
+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://ga

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

2019-04-14 Thread David Runge via arch-commits
Date: Sunday, April 14, 2019 @ 22:32:38
  Author: dvzrv
Revision: 451668

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  173 ++---
 1 file changed, 108 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-14 22:32:31 UTC (rev 451667)
+++ PKGBUILD2019-04-14 22:32:38 UTC (rev 451668)
@@ -1,65 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Lieven Moors 
-
-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:

Copied: x42-plugins/repos/community-x86_64/PKGBUILD (from rev 451667, 
x42-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-14 22:32:38 UTC (rev 451668)
@@ -0,0 +1,108 @@
+# Maintainer: David Runge 
+# Contributor: Lieven Moors 
+
+pkgname=x42-plugins
+pkgver=20190413
+pkgrel=1
+pkgdesc="Collection of LV2 plugins"
+arch=('x86_64')
+url="https://github.com/x42/x42-plugins";
+license=('GPL')
+depends=('ftgl' 'glib2' '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=('c41eb90ca5d5a746d55f7c1327ecfe58131318be5496c07638b6a891c8060e23fd666d2c3c5227a2a67f9eef8e1713038c65d9a38c5479d92426b930485e979e')
+
+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"
+["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=(
+["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)'

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

2019-02-22 Thread David Runge via arch-commits
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
===
--- PKGBUILD2019-02-22 10:10:39 UTC (rev 435176)
+++ PKGBUILD2019-02-22 10:10:50 UTC (rev 435177)
@@ -1,63 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Lieven Moors 
-
-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)
+++ PKGBUILD2019-02-22 10:10:50 UTC (rev 435177)
@@ -0,0 +1,65 @@
+# Maintainer: David Runge 
+# Contributor: Lieven Moors 
+
+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-$

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

2019-01-06 Thread David Runge via arch-commits
Date: Sunday, January 6, 2019 @ 23:42:26
  Author: dvzrv
Revision: 420782

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  115 +
 1 file changed, 63 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-06 23:42:20 UTC (rev 420781)
+++ PKGBUILD2019-01-06 23:42:26 UTC (rev 420782)
@@ -1,52 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Lieven Moors 
-
-pkgname=x42-plugins
-pkgver=20190105
-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=('ad7b42c14427683531aa6db40c8fca7c15d9048e3afd30749d57dba929a43aa57363106f7770fda16ef97dc2e92edeaa8d150f55e9589e64c64b6c388fd44afe')
-
-prepare() {
-  declare -A descriptions=(
-["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"
-  )
-  cd "${pkgname}-${pkgver}"
-  # replace ttf-freefont with ttf-liberation
-  export FONTFILE=/usr/share/fonts/TTF/DejaVuSans-Bold.ttf
-  # XDG desktop files
-  for name in "${!descriptions[@]}"; do
-gendesk -n \
---pkgname x42-${name} \
---pkgdesc "${descriptions[$name]}" \
---name x42-${name} \
---categories "AudioVideo;Audio"
-  done
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  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 420781, 
x42-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-06 23:42:26 UTC (rev 420782)
@@ -0,0 +1,63 @@
+# Maintainer: David Runge 
+# Contributor: Lieven Moors 
+
+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
+ 

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

2019-01-06 Thread David Runge via arch-commits
Date: Sunday, January 6, 2019 @ 10:40:07
  Author: dvzrv
Revision: 420711

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  104 ++---
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-06 10:39:58 UTC (rev 420710)
+++ PKGBUILD2019-01-06 10:40:07 UTC (rev 420711)
@@ -1,52 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Lieven Moors 
-
-pkgname=x42-plugins
-pkgver=20181103
-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' 'ttf-dejavu' 'lv2')
-groups=('lv2-plugins' 'pro-audio')
-source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz";)
-sha512sums=('3d30d3197832593fa972c729b32c20a53800d5d0356c94938fd0b7bfb9358fa8be4fe40162ef05b89458b08a1ed1715822c67389cff1a37209e56da7c0975044')
-
-prepare() {
-  declare -A descriptions=(
-["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"
-  )
-  cd "${pkgname}-${pkgver}"
-  # replace ttf-freefont with ttf-liberation
-  export FONTFILE=/usr/share/fonts/TTF/DejaVuSans-Bold.ttf
-  # XDG desktop files
-  for name in dpl1 fat1 fil4 meter mixtri scope stepseq tuna; do
-gendesk -n \
---pkgname x42-${name} \
---pkgdesc "${descriptions[$name]}" \
---name x42-${name} \
---categories "AudioVideo;Audio"
-  done
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  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 420710, 
x42-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-06 10:40:07 UTC (rev 420711)
@@ -0,0 +1,52 @@
+# Maintainer: David Runge 
+# Contributor: Lieven Moors 
+
+pkgname=x42-plugins
+pkgver=20190105
+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=('ad7b42c14427683531aa6db40c8fca7c15d9048e3afd30749d57dba929a43aa57363106f7770fda16ef97dc2e92edeaa8d150f55e9589e64c64b6c388fd44afe')
+
+prepare() {
+  declare -A descriptions=(
+["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"
+  )
+  cd "${pkgname}-${pkgver}"
+  # replace ttf-freefont with ttf-liberation
+  export FONTFILE=/usr/share/fonts/TTF/DejaVuSans-Bold.ttf
+  # XDG desktop files
+  for name in "${!descriptions[@]}"; do
+gendesk -n \
+--pkgname x42-${name} \
+--pkgdesc "${descriptions[$name]}" \
+--name x42-${name} \
+--categories "AudioVideo;Audio"
+  done
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  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:


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

2018-11-21 Thread David Runge via arch-commits
Date: Wednesday, November 21, 2018 @ 14:25:31
  Author: dvzrv
Revision: 409278

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  105 ++---
 1 file changed, 52 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-21 14:25:25 UTC (rev 409277)
+++ PKGBUILD2018-11-21 14:25:31 UTC (rev 409278)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: Lieven Moors 
-
-pkgname=x42-plugins
-pkgver=20180812
-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' 'ttf-dejavu' 'lv2')
-groups=('lv2-plugins' 'pro-audio')
-source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz";)
-sha512sums=('26d381c5bda9022a2d150204318e3a390e1b6ad2fd0131d751fd877965e4d8fdff6275325b02118e067f709c9b66894813634e2232de0414a18ec61a0d79b1ca')
-
-prepare() {
-  declare -A descriptions=(
-["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"
-  )
-  cd "${pkgname}-${pkgver}"
-  # replace ttf-freefont with ttf-liberation
-  export FONTFILE=/usr/share/fonts/TTF/DejaVuSans-Bold.ttf
-  # XDG desktop files
-  for name in dpl1 fat1 fil4 meter mixtri scope stepseq tuna; do
-gendesk -n \
---pkgname x42-${name} \
---pkgdesc "${descriptions[$name]}" \
---name x42-${name} \
---categories "AudioVideo;Audio"
-  done
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  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 409277, 
x42-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-21 14:25:31 UTC (rev 409278)
@@ -0,0 +1,52 @@
+# Maintainer: David Runge 
+# Contributor: Lieven Moors 
+
+pkgname=x42-plugins
+pkgver=20181103
+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' 'ttf-dejavu' 'lv2')
+groups=('lv2-plugins' 'pro-audio')
+source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz";)
+sha512sums=('3d30d3197832593fa972c729b32c20a53800d5d0356c94938fd0b7bfb9358fa8be4fe40162ef05b89458b08a1ed1715822c67389cff1a37209e56da7c0975044')
+
+prepare() {
+  declare -A descriptions=(
+["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"
+  )
+  cd "${pkgname}-${pkgver}"
+  # replace ttf-freefont with ttf-liberation
+  export FONTFILE=/usr/share/fonts/TTF/DejaVuSans-Bold.ttf
+  # XDG desktop files
+  for name in dpl1 fat1 fil4 meter mixtri scope stepseq tuna; do
+gendesk -n \
+--pkgname x42-${name} \
+--pkgdesc "${descriptions[$name]}" \
+--name x42-${name} \
+--categories "AudioVideo;Audio"
+  done
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  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:


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

2018-09-01 Thread David Runge via arch-commits
Date: Saturday, September 1, 2018 @ 22:46:54
  Author: dvzrv
Revision: 375996

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   87 +
 1 file changed, 53 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-01 22:46:44 UTC (rev 375995)
+++ PKGBUILD2018-09-01 22:46:54 UTC (rev 375996)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: Lieven Moors 
-
-pkgname=x42-plugins
-pkgver=20180812
-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=('gtk2' 'ttf-dejavu' 'lv2')
-groups=('lv2-plugins' 'pro-audio')
-source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz";)
-sha512sums=('26d381c5bda9022a2d150204318e3a390e1b6ad2fd0131d751fd877965e4d8fdff6275325b02118e067f709c9b66894813634e2232de0414a18ec61a0d79b1ca')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # replace ttf-freefont with ttf-liberation
-  export FONTFILE=/usr/share/fonts/TTF/DejaVuSans-Bold.ttf
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  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 375995, 
x42-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-01 22:46:54 UTC (rev 375996)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: Lieven Moors 
+
+pkgname=x42-plugins
+pkgver=20180812
+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' 'ttf-dejavu' 'lv2')
+groups=('lv2-plugins' 'pro-audio')
+source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz";)
+sha512sums=('26d381c5bda9022a2d150204318e3a390e1b6ad2fd0131d751fd877965e4d8fdff6275325b02118e067f709c9b66894813634e2232de0414a18ec61a0d79b1ca')
+
+prepare() {
+  declare -A descriptions=(
+["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"
+  )
+  cd "${pkgname}-${pkgver}"
+  # replace ttf-freefont with ttf-liberation
+  export FONTFILE=/usr/share/fonts/TTF/DejaVuSans-Bold.ttf
+  # XDG desktop files
+  for name in dpl1 fat1 fil4 meter mixtri scope stepseq tuna; do
+gendesk -n \
+--pkgname x42-${name} \
+--pkgdesc "${descriptions[$name]}" \
+--name x42-${name} \
+--categories "AudioVideo;Audio"
+  done
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  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:


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

2018-08-15 Thread David Runge via arch-commits
Date: Wednesday, August 15, 2018 @ 09:21:21
  Author: dvzrv
Revision: 371701

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-15 09:21:14 UTC (rev 371700)
+++ PKGBUILD2018-08-15 09:21:21 UTC (rev 371701)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: Lieven Moors 
-
-pkgname=x42-plugins
-pkgver=20180803
-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=('gtk2' 'ttf-dejavu' 'lv2')
-groups=('lv2-plugins' 'pro-audio')
-source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz";)
-sha512sums=('a88e72d858c5d820971e8741bdd75d75827cd64d7cde4f02113092d3050d39b0fec99f9fa79d83db537e9260d37a93f098205563e3c1606de6075b8671cc759d')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # replace ttf-freefont with ttf-liberation
-  export FONTFILE=/usr/share/fonts/TTF/DejaVuSans-Bold.ttf
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  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 371700, 
x42-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-15 09:21:21 UTC (rev 371701)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: Lieven Moors 
+
+pkgname=x42-plugins
+pkgver=20180812
+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=('gtk2' 'ttf-dejavu' 'lv2')
+groups=('lv2-plugins' 'pro-audio')
+source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz";)
+sha512sums=('26d381c5bda9022a2d150204318e3a390e1b6ad2fd0131d751fd877965e4d8fdff6275325b02118e067f709c9b66894813634e2232de0414a18ec61a0d79b1ca')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # replace ttf-freefont with ttf-liberation
+  export FONTFILE=/usr/share/fonts/TTF/DejaVuSans-Bold.ttf
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make install DESTDIR="$pkgdir/" PREFIX=/usr
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-06-06 Thread David Runge via arch-commits
Date: Wednesday, June 6, 2018 @ 09:59:02
  Author: dvzrv
Revision: 341134

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 09:58:52 UTC (rev 341133)
+++ PKGBUILD2018-06-06 09:59:02 UTC (rev 341134)
@@ -1,28 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Lieven Moors 
-
-pkgname=x42-plugins
-pkgver=20180320
-pkgrel=1
-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')
-source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz";)
-sha512sums=('3e2f13179073b38e846e0855031e7f842b535ad13f64b309ca4da8c0738a77ab8b70e117edfa1a97263ff37d279a4d9a26950c1883507d8e710b8cd54061bb32')
-
-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 341133, 
x42-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-06 09:59:02 UTC (rev 341134)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: Lieven Moors 
+
+pkgname=x42-plugins
+pkgver=20180320
+pkgrel=2
+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";)
+sha512sums=('3e2f13179073b38e846e0855031e7f842b535ad13f64b309ca4da8c0738a77ab8b70e117edfa1a97263ff37d279a4d9a26950c1883507d8e710b8cd54061bb32')
+
+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:
+


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

2018-05-20 Thread David Runge via arch-commits
Date: Sunday, May 20, 2018 @ 09:22:57
  Author: dvzrv
Revision: 325220

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-20 09:22:48 UTC (rev 325219)
+++ PKGBUILD2018-05-20 09:22:57 UTC (rev 325220)
@@ -1,28 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Lieven Moors 
-
-pkgname=x42-plugins
-pkgver=20170428
-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')
-source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz";)
-sha512sums=('9a648733610861f7dca120f63876af79f93fe4c23356b93768cc6a76367f28e24dd010858cdc0a1ab42182df8536131fd891c24591c11a354170eb2da2afa3d2')
-
-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 325219, 
x42-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-20 09:22:57 UTC (rev 325220)
@@ -0,0 +1,28 @@
+# Maintainer: David Runge 
+# Contributor: Lieven Moors 
+
+pkgname=x42-plugins
+pkgver=20180320
+pkgrel=1
+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')
+source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz";)
+sha512sums=('3e2f13179073b38e846e0855031e7f842b535ad13f64b309ca4da8c0738a77ab8b70e117edfa1a97263ff37d279a4d9a26950c1883507d8e710b8cd54061bb32')
+
+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:
+