From b2519f95fdcc4c34874b99ada283907bfc6147ec Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Tue, 1 Mar 2022 21:56:01 +1300 Subject: 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 Signed-off-by: Willy Sudiarto Raharjo --- audio/atunes/atunes.info | 2 +- audio/rubberband/README | 9 +++++---- audio/tuxguitar/tuxguitar.info | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) (limited to 'audio') 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" -- cgit v1.2.3