diff options
author | Christian Pointner <equinox@helsinki.at> | 2020-03-25 14:16:21 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2020-03-25 14:16:21 (GMT) |
commit | c3435cf8ed71f348b1d458cecdbe2ce68510bf77 (patch) | |
tree | 2a4b7402b8a4601bf495d104f6a08e0e0c475299 | |
parent | 743554dbe6e32e6cba48266860744871f604d548 (diff) |
add special package for debian jessie
-rw-r--r-- | Makefile | 16 | ||||
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | v20.03.8/studio-link-standalone-v20.03.8.tar.gz.sha256 | 1 |
3 files changed, 16 insertions, 9 deletions
@@ -1,24 +1,24 @@ -DOWNLOAD_BASEURL := "https://download.studio.link/releases" -VERSION := 20.03.7 +DOWNLOAD_BASEURL := "http://build.helsinki.at/studio-link/jessie" +VERSION := 20.03.8 -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 $<" @tar -xzf $< @mv studio-link-standalone-v$(VERSION) $@ -studio-link.lv2: v$(VERSION)/studio-link-plugin.zip - @echo "extracting files... from $<" - @unzip -u $< +#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 $< v$(VERSION)/%: - @echo "fetching file: $(DOWNLOAD_BASEURL)/v$(VERSION)-stable/linux/$(notdir $@)" - @curl -L -f -s -S "$(DOWNLOAD_BASEURL)/v$(VERSION)-stable/linux/$(notdir $@)" > "$@" + @echo "fetching file: $(DOWNLOAD_BASEURL)/$(notdir $@)" + @curl -L -f -s -S "$(DOWNLOAD_BASEURL)/$(notdir $@)" > "$@" @cd v$(VERSION) && sha256sum -c "$(notdir $@).sha256" clean: diff --git a/debian/changelog b/debian/changelog index 703ee12..e45ec4a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,10 @@ -studio-link (20.03.7) unstable; urgency=medium +studio-link (20.03.7-1jessie) unstable; urgency=medium + + * Rebuild for jessie + + -- Christian Pointner <equinox@helsinki.at> Wed, 25 Mar 2020 15:15:05 +0100 + +studio-link (20.03.7-1) unstable; urgency=medium * New upstream release. diff --git a/v20.03.8/studio-link-standalone-v20.03.8.tar.gz.sha256 b/v20.03.8/studio-link-standalone-v20.03.8.tar.gz.sha256 new file mode 100644 index 0000000..81af9f4 --- /dev/null +++ b/v20.03.8/studio-link-standalone-v20.03.8.tar.gz.sha256 @@ -0,0 +1 @@ +3634473b897f7d1b38acde73a0fdc18443ed6f3ba0e46db06fcbd42c83a8a3c8 studio-link-standalone-v20.03.8.tar.gz |