Date: Sunday, May 14, 2023 @ 20:23:05
Author: dvzrv
Revision: 1461696
archrelease: copy trunk to community-x86_64
Added:
avldrums.lv2/repos/community-x86_64/PKGBUILD
(from rev 1461695, avldrums.lv2/trunk/PKGBUILD)
avldrums.lv2/repos/community-x86_64/avldrums.lv2-0.6.0-use-system-fluidsynth.patch
(from rev 1461695,
avldrums.lv2/trunk/avldrums.lv2-0.6.0-use-system-fluidsynth.patch)
Deleted:
avldrums.lv2/repos/community-x86_64/PKGBUILD
avldrums.lv2/repos/community-x86_64/avldrums.lv2-0.6.0-use-system-fluidsynth.patch
------------------------------------------------+
PKGBUILD | 142 +++++++++++------------
avldrums.lv2-0.6.0-use-system-fluidsynth.patch | 108 ++++++++---------
2 files changed, 125 insertions(+), 125 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-14 20:22:46 UTC (rev 1461695)
+++ PKGBUILD 2023-05-14 20:23:05 UTC (rev 1461696)
@@ -1,71 +0,0 @@
-# Maintainer: David Runge <[email protected]>
-
-pkgname=avldrums.lv2
-_commit=2e1b5ca0ccfd3ea447b8616eb3d3c19b9e12462a # refs/tags/v0.6.0
-pkgver=0.6.0
-pkgrel=1
-pkgdesc="A simple Drum Sample Player Plugin, dedicated to the AVLinux Drumkits"
-arch=(x86_64)
-url="https://x42-plugins.com/x42/x42-avldrums"
-license=(GPL2)
-groups=(pro-audio lv2-plugins)
-depends=(
- cairo
- glibc
- libx11
- lv2-host
-)
-makedepends=(
- fluidsynth
- git
- glib2
- glu
- libglvnd
- lv2
- pango
-)
-checkdepends=(lv2lint)
-source=(
- git+https://github.com/x42/$pkgname.git#tag=$_commit
- git+https://github.com/x42/robtk
- $pkgname-0.6.0-use-system-fluidsynth.patch
-)
-sha512sums=('SKIP'
- 'SKIP'
-
'fdf48b606630d8c17df0e5b7cfda5b580c77d0237c5c76bdf6c831f693a70401ad66a94a2e4dc2ec04636654bf65256a27b985a963c5ad4c8948baa61a726f4d')
-b2sums=('SKIP'
- 'SKIP'
-
'b9a492b48ed34c0705e8e75a3ce4c971bd61e2efe93432c81785cb314815995edb6144a311841025acdbaa0ceef2684cc2f1d872a53a191518909f263c88571a')
-
-prepare() {
- (
- cd $pkgname
- git submodule init
- git config submodule.robtk.url "$srcdir/robtk"
- git -c protocol.file.allow=always submodule update
- )
-
- # build against system fluidsynth
- patch -Np1 -d $pkgname -i ../$pkgname-0.6.0-use-system-fluidsynth.patch
-}
-
-build() {
- make -C $pkgname
-}
-
-check() {
- for _name in BlackPearl BlackPearlMulti RedZeppelin RedZeppelinMulti; do
- lv2lint -Mpack -I "$pkgname/build/"
"http://gareus.org/oss/lv2/avldrums#$_name"
- done
-}
-
-package() {
- depends+=(
- fluidsynth libfluidsynth.so
- glib2 libgobject-2.0.so
- libglvnd libGL.so
- pango libpango-1.0.so libpangocairo-1.0.so
- )
-
- make DESTDIR="$pkgdir" PREFIX=/usr install -C $pkgname
-}
Copied: avldrums.lv2/repos/community-x86_64/PKGBUILD (from rev 1461695,
avldrums.lv2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-14 20:23:05 UTC (rev 1461696)
@@ -0,0 +1,71 @@
+# Maintainer: David Runge <[email protected]>
+
+pkgname=avldrums.lv2
+_commit=7a9168b15d7698830ff5ebd93f7abae49c22ad3b # refs/tags/v0.6.1
+pkgver=0.6.1
+pkgrel=1
+pkgdesc="A simple Drum Sample Player Plugin, dedicated to the AVLinux Drumkits"
+arch=(x86_64)
+url="https://x42-plugins.com/x42/x42-avldrums"
+license=(GPL2)
+groups=(pro-audio lv2-plugins)
+depends=(
+ cairo
+ glibc
+ libx11
+ lv2-host
+)
+makedepends=(
+ fluidsynth
+ git
+ glib2
+ glu
+ libglvnd
+ lv2
+ pango
+)
+checkdepends=(lv2lint)
+source=(
+ git+https://github.com/x42/$pkgname.git#tag=$_commit
+ git+https://github.com/x42/robtk
+ $pkgname-0.6.0-use-system-fluidsynth.patch
+)
+sha512sums=('SKIP'
+ 'SKIP'
+
'fdf48b606630d8c17df0e5b7cfda5b580c77d0237c5c76bdf6c831f693a70401ad66a94a2e4dc2ec04636654bf65256a27b985a963c5ad4c8948baa61a726f4d')
+b2sums=('SKIP'
+ 'SKIP'
+
'b9a492b48ed34c0705e8e75a3ce4c971bd61e2efe93432c81785cb314815995edb6144a311841025acdbaa0ceef2684cc2f1d872a53a191518909f263c88571a')
+
+prepare() {
+ (
+ cd $pkgname
+ git submodule init
+ git config submodule.robtk.url "$srcdir/robtk"
+ git -c protocol.file.allow=always submodule update
+ )
+
+ # build against system fluidsynth
+ patch -Np1 -d $pkgname -i ../$pkgname-0.6.0-use-system-fluidsynth.patch
+}
+
+build() {
+ make -C $pkgname
+}
+
+check() {
+ for _name in BlackPearl BlackPearlMulti RedZeppelin RedZeppelinMulti; do
+ lv2lint -Mpack -I "$pkgname/build/"
"http://gareus.org/oss/lv2/avldrums#$_name"
+ done
+}
+
+package() {
+ depends+=(
+ fluidsynth libfluidsynth.so
+ glib2 libgobject-2.0.so
+ libglvnd libGL.so
+ pango libpango-1.0.so libpangocairo-1.0.so
+ )
+
+ make DESTDIR="$pkgdir" PREFIX=/usr install -C $pkgname
+}
Deleted: avldrums.lv2-0.6.0-use-system-fluidsynth.patch
===================================================================
--- avldrums.lv2-0.6.0-use-system-fluidsynth.patch 2023-05-14 20:22:46 UTC
(rev 1461695)
+++ avldrums.lv2-0.6.0-use-system-fluidsynth.patch 2023-05-14 20:23:05 UTC
(rev 1461696)
@@ -1,54 +0,0 @@
-diff --git i/Makefile w/Makefile
-index 4037a42..df6ab91 100644
---- i/Makefile
-+++ w/Makefile
-@@ -173,7 +173,7 @@ override CFLAGS += -fPIC -fvisibility=hidden
- 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`
-
-
- GLUICFLAGS+=`$(PKG_CONFIG) --cflags cairo pango` $(CFLAGS)
-@@ -266,38 +266,8 @@ $(BUILDDIR)%.sf2:
- @mkdir -p $(BUILDDIR)
- 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) src/$(LV2NAME).h
- GUI_DEPS = gui/$(LV2NAME).c src/$(LV2NAME).h
-
Copied:
avldrums.lv2/repos/community-x86_64/avldrums.lv2-0.6.0-use-system-fluidsynth.patch
(from rev 1461695,
avldrums.lv2/trunk/avldrums.lv2-0.6.0-use-system-fluidsynth.patch)
===================================================================
--- avldrums.lv2-0.6.0-use-system-fluidsynth.patch
(rev 0)
+++ avldrums.lv2-0.6.0-use-system-fluidsynth.patch 2023-05-14 20:23:05 UTC
(rev 1461696)
@@ -0,0 +1,54 @@
+diff --git i/Makefile w/Makefile
+index 4037a42..df6ab91 100644
+--- i/Makefile
++++ w/Makefile
+@@ -173,7 +173,7 @@ override CFLAGS += -fPIC -fvisibility=hidden
+ 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`
+
+
+ GLUICFLAGS+=`$(PKG_CONFIG) --cflags cairo pango` $(CFLAGS)
+@@ -266,38 +266,8 @@ $(BUILDDIR)%.sf2:
+ @mkdir -p $(BUILDDIR)
+ 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) src/$(LV2NAME).h
+ GUI_DEPS = gui/$(LV2NAME).c src/$(LV2NAME).h
+