diff options
author | Christian Pointner <equinox@helsinki.at> | 2020-03-21 22:13:06 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2020-03-21 22:13:11 (GMT) |
commit | 6fd80dff522066b02892d2e705569686bda83857 (patch) | |
tree | a81ee0b58b9a92473b6e8997734799eaad88baa9 /Makefile | |
parent | 3f348dcff09c8ec27227ef302a414166b4db0052 (diff) |
disable onair-plugin because problematic dep libssl 1.0.0
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ DOWNLOAD_BASEURL := "https://download.studio.link/releases" VERSION := 20.03.6 -all: studio-link-standalone studio-link.lv2 studio-link-onair.lv2 +all: studio-link-standalone studio-link.lv2 #studio-link-onair.lv2 studio-link-standalone: v$(VERSION)/studio-link-standalone-v$(VERSION).tar.gz @echo "extracting files... from $<" @@ -12,9 +12,9 @@ studio-link.lv2: v$(VERSION)/studio-link-plugin.zip @echo "extracting files... from $<" @unzip -u $< -studio-link-onair.lv2: v$(VERSION)/studio-link-plugin-onair.zip - @echo "extracting files... from $<" - @unzip -u $< +# studio-link-onair.lv2: v$(VERSION)/studio-link-plugin-onair.zip +# @echo "extracting files... from $<" +# @unzip -u $< v$(VERSION)/%: @echo "fetching file: $(DOWNLOAD_BASEURL)/v$(VERSION)-stable/linux/$(notdir $@)" |