From c3435cf8ed71f348b1d458cecdbe2ce68510bf77 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 25 Mar 2020 15:16:21 +0100 Subject: add special package for debian jessie diff --git a/Makefile b/Makefile index 98ba24b..d32af3f 100644 --- a/Makefile +++ b/Makefile @@ -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 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 -- cgit v0.10.2