Date: Sunday, May 14, 2023 @ 20:45:43
  Author: dvzrv
Revision: 1461704

archrelease: copy trunk to community-x86_64

Added:
  gmsynth.lv2/repos/community-x86_64/PKGBUILD
    (from rev 1461703, gmsynth.lv2/trunk/PKGBUILD)
  
gmsynth.lv2/repos/community-x86_64/gmsynth.lv2-0.5.1-use_system_fluidsynth.patch
    (from rev 1461703, 
gmsynth.lv2/trunk/gmsynth.lv2-0.5.1-use_system_fluidsynth.patch)
Deleted:
  gmsynth.lv2/repos/community-x86_64/PKGBUILD
  
gmsynth.lv2/repos/community-x86_64/gmsynth.lv2-0.5.1-use_system_fluidsynth.patch

-----------------------------------------------+
 PKGBUILD                                      |   94 +++++++++++----------
 gmsynth.lv2-0.5.1-use_system_fluidsynth.patch |  106 ++++++++++++------------
 2 files changed, 102 insertions(+), 98 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-14 20:45:25 UTC (rev 1461703)
+++ PKGBUILD    2023-05-14 20:45:43 UTC (rev 1461704)
@@ -1,45 +0,0 @@
-# Maintainer: David Runge <[email protected]>
-
-pkgname=gmsynth.lv2
-pkgver=0.5.2
-pkgrel=1
-pkgdesc="General MIDI LV2 Synth"
-arch=(x86_64)
-url="https://x42-plugins.com/x42/x42-gmsynth";
-license=(GPL2)
-groups=(pro-audio lv2-plugins)
-depends=(glibc)
-makedepends=(fluidsynth lv2)
-checkdepends=(lv2lint)
-options=(debug)
-source=(
-  
$pkgname-$pkgver.tar.gz::https://github.com/x42/$pkgname/archive/v$pkgver.tar.gz
-  $pkgname-0.5.1-use_system_fluidsynth.patch
-)
-sha512sums=('e2a6553e90dd8b6756b97b639e508dd193c3f8b3d853ba276390da1cc2741045c547e6e10431d7973462b848bb868837d52a75892ec0eb180e312af307e1b540'
-            
'a0f2a09a6a839c38dc3234a719a633eb221f2afca2a97bbecf17b7d0c8dc71befec3768b882deb20357d55186e81e342cad73eb5e08426a1e2108949d11b3cf2')
-b2sums=('dccdd124b8870c663acdb88e0d500adcbd57b5e1f8e0a9648e3fbc02b7e42e5f040abf315a33c553c5be6bcba35ac39d983146519777f8a73edfec1eb3a6099b'
-        
'cb327b55536006a862540e769497d138a6815bbee83f9365f97778adf8c542f3ce49e83d07dd532e66c39ce57a4c1eedc79c982b8ac350f22311f9443f682954')
-
-prepare() {
-  # use system fluidsynth
-  patch -Np1 -d $pkgname-$pkgver -i 
../$pkgname-0.5.1-use_system_fluidsynth.patch
-}
-
-build() {
-  make -C $pkgname-$pkgver
-}
-
-check() {
-  cd $pkgname-$pkgver
-  lv2lint -Mpack -I build "http://gareus.org/oss/lv2/gmsynth";
-}
-
-package() {
-  depends+=(
-    fluidsynth libfluidsynth.so
-  )
-
-  make DESTDIR="$pkgdir/" PREFIX=/usr install -C $pkgname-$pkgver
-  install -vDm 644 $pkgname-$pkgver/README.md -t 
"$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: gmsynth.lv2/repos/community-x86_64/PKGBUILD (from rev 1461703, 
gmsynth.lv2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-14 20:45:43 UTC (rev 1461704)
@@ -0,0 +1,49 @@
+# Maintainer: David Runge <[email protected]>
+
+pkgname=gmsynth.lv2
+pkgver=0.5.3
+pkgrel=1
+pkgdesc="General MIDI LV2 Synth"
+arch=(x86_64)
+url="https://x42-plugins.com/x42/x42-gmsynth";
+license=(GPL2)
+groups=(
+  pro-audio
+  lv2-plugins
+)
+depends=(glibc)
+makedepends=(
+  fluidsynth
+  lv2
+)
+checkdepends=(lv2lint)
+source=(
+  
$pkgname-$pkgver.tar.gz::https://github.com/x42/$pkgname/archive/v$pkgver.tar.gz
+  $pkgname-0.5.1-use_system_fluidsynth.patch
+)
+sha512sums=('352174b24411cb9b6e3432efeb899915cf2a92bf6eea2fdc6fad48923d261197219979b2dcee8c5ff8aecdfe3e0ce3eaba43dff69ba1b43fe22ad0f154350d4b'
+            
'a0f2a09a6a839c38dc3234a719a633eb221f2afca2a97bbecf17b7d0c8dc71befec3768b882deb20357d55186e81e342cad73eb5e08426a1e2108949d11b3cf2')
+b2sums=('2843ab78004681bb033b1ab9a8420c35a000624ee246711ea00dbc2742a8611c979ff30dd20c511699190df70b9ecb93c1b5c7354f76d8344af97eeaceb525b6'
+        
'cb327b55536006a862540e769497d138a6815bbee83f9365f97778adf8c542f3ce49e83d07dd532e66c39ce57a4c1eedc79c982b8ac350f22311f9443f682954')
+
+prepare() {
+  # use system fluidsynth
+  patch -Np1 -d $pkgname-$pkgver -i 
../$pkgname-0.5.1-use_system_fluidsynth.patch
+}
+
+build() {
+  make -C $pkgname-$pkgver
+}
+
+check() {
+  lv2lint -Mpack -I $pkgname-$pkgver/build "http://gareus.org/oss/lv2/gmsynth";
+}
+
+package() {
+  depends+=(
+    fluidsynth libfluidsynth.so
+  )
+
+  make DESTDIR="$pkgdir/" PREFIX=/usr install -C $pkgname-$pkgver
+  install -vDm 644 $pkgname-$pkgver/README.md -t 
"$pkgdir/usr/share/doc/$pkgname/"
+}

Deleted: gmsynth.lv2-0.5.1-use_system_fluidsynth.patch
===================================================================
--- gmsynth.lv2-0.5.1-use_system_fluidsynth.patch       2023-05-14 20:45:25 UTC 
(rev 1461703)
+++ gmsynth.lv2-0.5.1-use_system_fluidsynth.patch       2023-05-14 20:45:43 UTC 
(rev 1461704)
@@ -1,53 +0,0 @@
-diff -ruN a/Makefile b/Makefile
---- a/Makefile 2022-10-31 16:07:16.000000000 +0100
-+++ b/Makefile 2022-11-02 22:36:55.426618672 +0100
-@@ -101,7 +101,7 @@
- else
- override CFLAGS += -DPTW32_STATIC_LIB
- endif
--override LOADLIBES += `$(PKG_CONFIG) $(PKG_UI_FLAGS) --libs glib-2.0`
-+override LOADLIBES += `$(PKG_CONFIG) $(PKG_UI_FLAGS) --libs glib-2.0 
fluidsynth`
- 
- 
- 
###############################################################################
-@@ -126,38 +126,8 @@
- $(BUILDDIR)%.sf2:
-       cp -v sf2/$(*F).sf2 $@
- 
--FLUID_SRC = \
--            fluidsynth/src/fluid_adsr_env.c \
--            fluidsynth/src/fluid_chan.c \
--            fluidsynth/src/fluid_chorus.c \
--            fluidsynth/src/fluid_conv.c \
--            fluidsynth/src/fluid_defsfont.c \
--            fluidsynth/src/fluid_event.c \
--            fluidsynth/src/fluid_gen.c \
--            fluidsynth/src/fluid_hash.c \
--            fluidsynth/src/fluid_iir_filter.c \
--            fluidsynth/src/fluid_lfo.c \
--            fluidsynth/src/fluid_list.c \
--            fluidsynth/src/fluid_midi.c \
--            fluidsynth/src/fluid_mod.c \
--            fluidsynth/src/fluid_rev.c \
--            fluidsynth/src/fluid_ringbuffer.c \
--            fluidsynth/src/fluid_rvoice.c \
--            fluidsynth/src/fluid_rvoice_dsp.c \
--            fluidsynth/src/fluid_rvoice_event.c \
--            fluidsynth/src/fluid_rvoice_mixer.c \
--            fluidsynth/src/fluid_samplecache.c \
--            fluidsynth/src/fluid_settings.c \
--            fluidsynth/src/fluid_sffile.c \
--            fluidsynth/src/fluid_sfont.c \
--            fluidsynth/src/fluid_synth.c \
--            fluidsynth/src/fluid_synth_monopoly.c \
--            fluidsynth/src/fluid_sys.c \
--            fluidsynth/src/fluid_tuning.c \
--            fluidsynth/src/fluid_voice.c
--
--CPPFLAGS += -Ifluidsynth -I fluidsynth/fluidsynth -DHAVE_CONFIG_H -D 
DEFAULT_SOUNDFONT=\"\"
--DSP_SRC  = src/$(LV2NAME).c $(FLUID_SRC)
-+CPPFLAGS += -DHAVE_CONFIG_H -D DEFAULT_SOUNDFONT=\"\"
-+DSP_SRC  = src/$(LV2NAME).c
- DSP_DEPS = $(DSP_SRC)
- 
- $(BUILDDIR)$(LV2NAME)$(LIB_EXT): $(DSP_DEPS) Makefile

Copied: 
gmsynth.lv2/repos/community-x86_64/gmsynth.lv2-0.5.1-use_system_fluidsynth.patch
 (from rev 1461703, 
gmsynth.lv2/trunk/gmsynth.lv2-0.5.1-use_system_fluidsynth.patch)
===================================================================
--- gmsynth.lv2-0.5.1-use_system_fluidsynth.patch                               
(rev 0)
+++ gmsynth.lv2-0.5.1-use_system_fluidsynth.patch       2023-05-14 20:45:43 UTC 
(rev 1461704)
@@ -0,0 +1,53 @@
+diff -ruN a/Makefile b/Makefile
+--- a/Makefile 2022-10-31 16:07:16.000000000 +0100
++++ b/Makefile 2022-11-02 22:36:55.426618672 +0100
+@@ -101,7 +101,7 @@
+ else
+ override CFLAGS += -DPTW32_STATIC_LIB
+ endif
+-override LOADLIBES += `$(PKG_CONFIG) $(PKG_UI_FLAGS) --libs glib-2.0`
++override LOADLIBES += `$(PKG_CONFIG) $(PKG_UI_FLAGS) --libs glib-2.0 
fluidsynth`
+ 
+ 
+ 
###############################################################################
+@@ -126,38 +126,8 @@
+ $(BUILDDIR)%.sf2:
+       cp -v sf2/$(*F).sf2 $@
+ 
+-FLUID_SRC = \
+-            fluidsynth/src/fluid_adsr_env.c \
+-            fluidsynth/src/fluid_chan.c \
+-            fluidsynth/src/fluid_chorus.c \
+-            fluidsynth/src/fluid_conv.c \
+-            fluidsynth/src/fluid_defsfont.c \
+-            fluidsynth/src/fluid_event.c \
+-            fluidsynth/src/fluid_gen.c \
+-            fluidsynth/src/fluid_hash.c \
+-            fluidsynth/src/fluid_iir_filter.c \
+-            fluidsynth/src/fluid_lfo.c \
+-            fluidsynth/src/fluid_list.c \
+-            fluidsynth/src/fluid_midi.c \
+-            fluidsynth/src/fluid_mod.c \
+-            fluidsynth/src/fluid_rev.c \
+-            fluidsynth/src/fluid_ringbuffer.c \
+-            fluidsynth/src/fluid_rvoice.c \
+-            fluidsynth/src/fluid_rvoice_dsp.c \
+-            fluidsynth/src/fluid_rvoice_event.c \
+-            fluidsynth/src/fluid_rvoice_mixer.c \
+-            fluidsynth/src/fluid_samplecache.c \
+-            fluidsynth/src/fluid_settings.c \
+-            fluidsynth/src/fluid_sffile.c \
+-            fluidsynth/src/fluid_sfont.c \
+-            fluidsynth/src/fluid_synth.c \
+-            fluidsynth/src/fluid_synth_monopoly.c \
+-            fluidsynth/src/fluid_sys.c \
+-            fluidsynth/src/fluid_tuning.c \
+-            fluidsynth/src/fluid_voice.c
+-
+-CPPFLAGS += -Ifluidsynth -I fluidsynth/fluidsynth -DHAVE_CONFIG_H -D 
DEFAULT_SOUNDFONT=\"\"
+-DSP_SRC  = src/$(LV2NAME).c $(FLUID_SRC)
++CPPFLAGS += -DHAVE_CONFIG_H -D DEFAULT_SOUNDFONT=\"\"
++DSP_SRC  = src/$(LV2NAME).c
+ DSP_DEPS = $(DSP_SRC)
+ 
+ $(BUILDDIR)$(LV2NAME)$(LIB_EXT): $(DSP_DEPS) Makefile

Reply via email to