External, Non-PPA KXStudio Repository
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.

24 lines
665B

  1. #!/usr/bin/make -f
  2. include /usr/share/dpkg/kxstudio-audio-plugin.mk
  3. export CXXFLAGS += -DJUCE_USE_CURL=0 -DJUCE_WEB_BROWSER=0
  4. export LDFLAGS += -Wl,--version-script=$(CURDIR)/debian/tunefish4.sym
  5. export LV2LINT_EXTRA_FLAGS = -t 'UI*Widget'
  6. export LV2LINT_SKIP = y
  7. # <https://github.com/vitling/crypt#ParentUI>
  8. # [FAIL] UI Widget
  9. # failed to return a valid widget
  10. # seeAlso: <http://lv2plug.in/ns/extensions/ui#X11UI>
  11. override_dh_auto_build:
  12. $(MAKE) -C src/tunefish4/Builds/LinuxMakefile CONFIG=Release -j2
  13. override_dh_auto_clean:
  14. dh_auto_clean
  15. $(MAKE) -C src/tunefish4/Builds/LinuxMakefile CONFIG=Release clean
  16. %:
  17. dh $@