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/tunefish4.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_build:
- $(MAKE) -C src/tunefish4/Builds/LinuxMakefile CONFIG=Release -j2
-
- override_dh_auto_clean:
- dh_auto_clean
- $(MAKE) -C src/tunefish4/Builds/LinuxMakefile CONFIG=Release clean
-
- %:
- dh $@
|