summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2020-03-21 22:13:06 (GMT)
committerChristian Pointner <equinox@helsinki.at>2020-03-21 22:13:11 (GMT)
commit6fd80dff522066b02892d2e705569686bda83857 (patch)
treea81ee0b58b9a92473b6e8997734799eaad88baa9
parent3f348dcff09c8ec27227ef302a414166b4db0052 (diff)
disable onair-plugin because problematic dep libssl 1.0.0
-rw-r--r--Makefile8
-rw-r--r--debian/control20
2 files changed, 15 insertions, 13 deletions
diff --git a/Makefile b/Makefile
index a5133fc..d84a1d6 100644
--- a/Makefile
+++ b/Makefile
@@ -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 $@)"
diff --git a/debian/control b/debian/control
index 02b672b..555ad95 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Maintainer: Christian Pointner <equinox@helsinki.at>
Section: utils
Priority: optional
Standards-Version: 3.9.2
-Build-Depends: debhelper (>= 9), curl, ca-certificates, unzip, libssl1.0-dev | libssl-dev, libasound2-dev, libpulse-dev
+# Build-Depends: debhelper (>= 9), curl, ca-certificates, unzip, libssl1.0-dev | libssl-dev, libasound2-dev, libpulse-dev
+Build-Depends: debhelper (>= 9), curl, ca-certificates, unzip, libasound2-dev, libpulse-dev
Package: studio-link-standalone
Architecture: amd64
@@ -23,11 +24,12 @@ Description: SIP application to create high quality Audio over IP connections (L
.
This package contains the LV2 plugin.
-Package: studio-link-onair-lv2
-Architecture: amd64
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: SIP application to create high quality Audio over IP connections (onair LV2)
- studio-link is an set of tools to that use SIP/RTP to create high quality
- Audio over IP connections between multiple peers.
- .
- This package contains the onair LV2 plugin.
+# Package: studio-link-onair-lv2
+# Architecture: amd64
+# Depends: ${shlibs:Depends}, ${misc:Depends}
+# Description: SIP application to create high quality Audio over IP connections (onair LV2)
+# studio-link is an set of tools to that use SIP/RTP to create high quality
+# Audio over IP connections between multiple peers.
+# .
+# This package contains the onair LV2 plugin.
+#