Cross-Platform build scripts for audio plugins
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
1.9KB

  1. diff -U 3 -H -w -E -d -r -N -- abGate-1.1.7.orig/Makefile abGate-1.1.7/Makefile
  2. --- abGate-1.1.7.orig/Makefile 2014-01-13 10:17:05.000000000 +0100
  3. +++ abGate-1.1.7/Makefile 2015-07-16 18:29:32.863103572 +0200
  4. @@ -4,7 +4,7 @@
  5. PREFIX = /usr
  6. INSTALL_DIR = $(DESTDIR)$(PREFIX)/lib/lv2
  7. -$(BUNDLE): manifest.ttl gate.ttl gate.so gate_gui.so bypass_on.png bypass_off.png knob.png background.png abGateQt/libabGateQt.so
  8. +$(BUNDLE): manifest.ttl gate.ttl gate.so
  9. rm -rf $(BUNDLE)
  10. mkdir $(BUNDLE)
  11. cp $^ $(BUNDLE)
  12. diff -U 3 -H -w -E -d -r -N -- abGate-1.1.7.orig/gate.ttl abGate-1.1.7/gate.ttl
  13. --- abGate-1.1.7.orig/gate.ttl 2012-04-21 07:18:24.000000000 +0200
  14. +++ abGate-1.1.7/gate.ttl 2015-07-16 18:28:50.579702673 +0200
  15. @@ -6,16 +6,6 @@
  16. @prefix foaf: <http://xmlns.com/foaf/0.1/>.
  17. -<http://hippie.lt/lv2/gate/guiQt4>
  18. - a ui:Qt4UI;
  19. - ui:requiredFeature ui:makeResident;
  20. - ui:optionalFeature ui:noUserResize.
  21. -
  22. -<http://hippie.lt/lv2/gate/gui>
  23. - a ui:GtkUI;
  24. - ui:requiredFeature ui:makeResident;
  25. - ui:optionalFeature ui:noUserResize.
  26. -
  27. <http://hippie.lt/lv2/gate>
  28. a lv2:Plugin, lv2:GatePlugin;
  29. lv2:binary <gate.so>;
  30. @@ -37,9 +27,6 @@
  31. doap:license <http://usefulinc.com/doap/licenses/lgpl>;
  32. - ui:ui <http://hippie.lt/lv2/gate/guiQt4>;
  33. - ui:ui <http://hippie.lt/lv2/gate/gui>;
  34. -
  35. lv2:port [
  36. a lv2:AudioPort, lv2:OutputPort;
  37. lv2:index 0;
  38. diff -U 3 -H -w -E -d -r -N -- abGate-1.1.7.orig/manifest.ttl abGate-1.1.7/manifest.ttl
  39. --- abGate-1.1.7.orig/manifest.ttl 2012-04-21 07:16:31.000000000 +0200
  40. +++ abGate-1.1.7/manifest.ttl 2015-07-16 18:32:13.342625579 +0200
  41. @@ -6,14 +6,3 @@
  42. a lv2:Plugin, lv2:GatePlugin;
  43. lv2:binary <gate.so>;
  44. rdfs:seeAlso <gate.ttl>.
  45. -
  46. -<http://hippie.lt/lv2/gate/guiQt4>
  47. - a ui:Qt4UI;
  48. - ui:binary <libabGateQt.so>;
  49. - rdfs:seeAlso <gate.ttl>.
  50. -
  51. -<http://hippie.lt/lv2/gate/gui>
  52. - a ui:GtkUI;
  53. - ui:binary <gate_gui.so>;
  54. - rdfs:seeAlso <gate.ttl>.
  55. -