summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author Andrew Clemons2022-03-01 09:56:01 +0100
committer Willy Sudiarto Raharjo2022-03-03 09:56:51 +0100
commitb2519f95fdcc4c34874b99ada283907bfc6147ec (patch)
treee75d63b868e6a19636de30283257389cb05b256a /audio
parent062c44615d50deb42afe6e8dfa766bbb726a386d (diff)
downloadslackbuilds-b2519f95fdcc4c34874b99ada283907bfc6147ec.tar.gz
various: Use zulu jdk builds for REQUIRES.
As noted in the FAQ, you can still use Oracle's JDK for building or running, but we'll default to the Zulu builds in the REQUIRES since they are easily downloadable. Zulu is a good default for us at SBo since it is available for both 32 and 64 bit, freely downloadable and compatible and they provide builds for all the LTS branches. We don't currently have builds for Adoptium (previously AdoptOpenJDK, not part of the Eclipse Foundation), but if someone wants to submit builds for them, we can include them too. Note though that they do not provide 32 bit builds. Software should run with either Zulu or Oracle's JDK, or indeed any other builds of OpenJDK, so if I have broken your build with this change, apologies. This should be rare and we can change the REQUIRES back to jdkX in that case and note it in the README, but I do not expect this should be the case. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/atunes/atunes.info2
-rw-r--r--audio/rubberband/README9
-rw-r--r--audio/tuxguitar/tuxguitar.info2
3 files changed, 7 insertions, 6 deletions
diff --git a/audio/atunes/atunes.info b/audio/atunes/atunes.info
index 19f0cf0eaf..3ffaae8e00 100644
--- a/audio/atunes/atunes.info
+++ b/audio/atunes/atunes.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://downloads.sourceforge.net/project/atunes/atunes/aTunes%203.1.2
MD5SUM="58003c0d063afa39d240215e368a5105"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="jdk"
+REQUIRES="zulu-openjdk8"
MAINTAINER="wigums"
EMAIL="pioneer22675@gmail.com"
diff --git a/audio/rubberband/README b/audio/rubberband/README
index 87c692329d..a9facf9b42 100644
--- a/audio/rubberband/README
+++ b/audio/rubberband/README
@@ -5,7 +5,8 @@ change the tempo and pitch of an audio recording independently of one
another.
Rubberband can be built with optional Java JNI support. To do this,
-install one (and only one) of the jdk or openjdk packages, make
-sure its profile script has been sourced (normally by logging out &
-back in), and build rubberband with JAVA=yes set in the environment.
-Currently, this has only been tested with openjdk8.
+install one (and only one) of the zulu-openjdk8, jdk or openjdk8
+packages, make sure its profile script has been sourced (normally
+by logging out & back in), and build rubberband with JAVA=yes
+set in the environment. Currently, this has only been tested
+with openjdk8.
diff --git a/audio/tuxguitar/tuxguitar.info b/audio/tuxguitar/tuxguitar.info
index a38af9151b..5f13d80ea3 100644
--- a/audio/tuxguitar/tuxguitar.info
+++ b/audio/tuxguitar/tuxguitar.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://vorboss.dl.sourceforge.net/project/tuxguitar/TuxGuitar/TuxGuit
MD5SUM="109ae97dda2138b06b95ac8e3be02be7"
DOWNLOAD_x86_64="https://vorboss.dl.sourceforge.net/project/tuxguitar/TuxGuitar/TuxGuitar-1.5.1/tuxguitar-1.5.1-linux-x86_64.tar.gz"
MD5SUM_x86_64="53cfba7fb252e19e8f11e98fe5b8a4b1"
-REQUIRES="jdk"
+REQUIRES="zulu-openjdk8"
MAINTAINER="Ekin Akoglu"
EMAIL="ekinakoglu@gmail.com"