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.
|
- #!/usr/bin/make -f
-
- include /usr/share/dpkg/kxstudio-audio-plugin.mk
-
- export LDFLAGS += -Wl,--version-script=$(CURDIR)/debian/vitling-crypt.sym
- export LV2LINT_EXTRA_FLAGS = -t 'UI*Widget'
-
- export LV2LINT_SKIP = y
- # <https://github.com/vitling/crypt#ParentUI>
- # [FAIL] UI Widget
- # failed to return a valid widget
- # seeAlso: <http://lv2plug.in/ns/extensions/ui#X11UI>
-
- override_dh_auto_configure:
- dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release
-
- override_dh_auto_build:
- DESTDIR=$(CURDIR)/tmp dh_auto_build -- -j $(nproc)
-
- override_dh_auto_install:
- mv $(CURDIR)/tmp $(CURDIR)/debian/vitling-crypt
- $(call kxstudio_audio_plugin_test)
-
- %:
- dh $@ -Scmake
|