diff --git a/Makefile b/Makefile index 0eaca77..fea6344 100644 --- a/Makefile +++ b/Makefile @@ -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 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 -U 3 -H -w -E -d -r -N -- abGate-1.1.7.orig/gate.ttl abGate-1.1.7/gate.ttl --- abGate-1.1.7.orig/gate.ttl 2012-04-21 07:18:24.000000000 +0200 +++ abGate-1.1.7/gate.ttl 2015-07-16 18:28:50.579702673 +0200 @@ -6,16 +6,6 @@ @prefix foaf: . - - a ui:Qt5UI; - ui:requiredFeature ui:makeResident; - ui:optionalFeature ui:noUserResize. - - - a ui:GtkUI; - ui:requiredFeature ui:makeResident; - ui:optionalFeature ui:noUserResize. - a lv2:Plugin, lv2:GatePlugin; lv2:binary ; @@ -37,9 +27,6 @@ doap:license ; - ui:ui ; - ui:ui ; - lv2:port [ a lv2:AudioPort, lv2:OutputPort; lv2:index 0; diff -U 3 -H -w -E -d -r -N -- abGate-1.1.7.orig/manifest.ttl abGate-1.1.7/manifest.ttl --- abGate-1.1.7.orig/manifest.ttl 2012-04-21 07:16:31.000000000 +0200 +++ abGate-1.1.7/manifest.ttl 2015-07-16 18:32:13.342625579 +0200 @@ -6,14 +6,3 @@ a lv2:Plugin, lv2:GatePlugin; lv2:binary ; rdfs:seeAlso . - - - a ui:Qt5UI; - ui:binary ; - rdfs:seeAlso . - - - a ui:GtkUI; - ui:binary ; - rdfs:seeAlso . -