diff --git a/patches/abGate/01_no-desktop-ui.patch b/patches/abGate/01_no-desktop-ui.patch index 4c8d49b..d9fb6f9 100644 --- a/patches/abGate/01_no-desktop-ui.patch +++ b/patches/abGate/01_no-desktop-ui.patch @@ -1,13 +1,16 @@ diff --git a/Makefile b/Makefile -index 442ad68..598b593 100644 +index 0eaca77..fea6344 100644 --- a/Makefile +++ b/Makefile -@@ -6,7 +6,7 @@ INSTALL_DIR ?= $(DESTDIR)$(PREFIX)/lib/lv2 +@@ -5,9 +5,9 @@ PREFIX ?= /usr + INSTALL_DIR ?= $(DESTDIR)$(PREFIX)/lib/lv2 CXXFLAGS ?= -g -O3 CXX ?= g++ +-TARGET ?= gate_gui.so abGateQt/libabGateQt.so gate.so ++TARGET ?= gate.so --$(BUNDLE): manifest.ttl gate.ttl gate.so gate_gui.so bypass_on.png bypass_off.png knob.png background.png abGateQt/libabGateQt.so -+$(BUNDLE): manifest.ttl gate.ttl gate.so +-$(BUNDLE): manifest.ttl gate.ttl bypass_on.png bypass_off.png knob.png background.png $(TARGET) ++$(BUNDLE): manifest.ttl gate.ttl $(TARGET) rm -rf $(BUNDLE) mkdir $(BUNDLE) cp $^ $(BUNDLE) diff --git a/patches/abGate/03_fix-ttl-typos.patch b/patches/abGate/03_fix-ttl-typos.patch deleted file mode 100644 index 4fffb81..0000000 --- a/patches/abGate/03_fix-ttl-typos.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff --git a/gate.ttl b/gate.ttl -index dad79df..ced3a54 100644 ---- a/gate.ttl -+++ b/gate.ttl -@@ -1,7 +1,7 @@ - @prefix lv2: . - @prefix doap: . - @prefix ui: . --@prefix units: . -+@prefix units: . - @prefix pprops: . - @prefix foaf: . - -@@ -11,7 +11,6 @@ - lv2:binary ; - - doap:name "abGate"; -- doap:creator "Antanas Bruzas"; - - doap:developer [ - foaf:name "Antanas Bruzas"; diff --git a/patches/abGate/03_fix-wrong-conversion.patch b/patches/abGate/03_fix-wrong-conversion.patch new file mode 100644 index 0000000..03d4c37 --- /dev/null +++ b/patches/abGate/03_fix-wrong-conversion.patch @@ -0,0 +1,27 @@ +From c8f19294b1566b48faf61678fc2c842fd8ca9410 Mon Sep 17 00:00:00 2001 +From: falkTX +Date: Wed, 4 Aug 2021 10:19:01 +0100 +Subject: [PATCH] Fix wrong dB to seconds conversion Likely due to copy&paste 1 + step too much + +Signed-off-by: falkTX +--- + gate.ttl | 5 ----- + 1 file changed, 5 deletions(-) + +diff --git a/gate.ttl b/gate.ttl +index e1ca44a..4a89196 100644 +--- a/gate.ttl ++++ b/gate.ttl +@@ -75,11 +75,6 @@ + lv2:default -70; + lv2:portProperty pprops:hasStrictBounds; + units:unit units:db; +- units:conversion [ +- units:to units:s; +- units:factor 0.001; +- ]; +- + ], + + [ diff --git a/plugins/abgate.json b/plugins/abgate.json index 802fe24..c476ac7 100644 --- a/plugins/abgate.json +++ b/plugins/abgate.json @@ -1,7 +1,7 @@ { "name": "abGate", "lv2bundles": ["abGate.lv2"], - "version": "45b4762ef163b3880a840b1d90afacfa3e2c691f", + "version": "c416c29d66c09da610dc632605adad14781ede8d", "description": "Noise gate", "dlbaseurl": "https://github.com/antanasbruzas/abGate.git", "dlmethod": "git",