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.

27 lines
691B

  1. #!/usr/bin/make -f
  2. include /usr/share/dpkg/kxstudio-audio-plugin.mk
  3. export LDFLAGS += -Wl,--version-script=$(CURDIR)/debian/odin2.sym
  4. export LV2LINT_EXTRA_FLAGS = -t 'UI*Widget'
  5. export LV2LINT_SKIP = y
  6. # <https://github.com/vitling/crypt#ParentUI>
  7. # [FAIL] UI Widget
  8. # failed to return a valid widget
  9. # seeAlso: <http://lv2plug.in/ns/extensions/ui#X11UI>
  10. override_dh_auto_configure:
  11. dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release
  12. override_dh_auto_build:
  13. DESTDIR=$(CURDIR)/tmp dh_auto_build -- -j2
  14. override_dh_auto_install:
  15. mv $(CURDIR)/tmp $(CURDIR)/debian/odin2
  16. # has many memory issues
  17. # $(call kxstudio_audio_plugin_test)
  18. %:
  19. dh $@ -Scmake