Dear David,

Il giorno gio 26 mar 2020 alle ore 17:11 David Kastrup <d...@gnu.org> ha 
scritto:
> I think
> we should point out on our download page that the GUB-provided
> installers are _only_ for 32bit MacOSX, and that separate downloads may
> be provided elsewhere (possibly linking to Marnen's page

I agree.
Patch attached (based on master), but I haven't tested it.

> in the hope
> that it does not get overloaded?).

Marnen's builds are hosted on Bintray, whose free plan allows
downloads for up to 1TB/month: how much traffic do we expect?

Best wishes.
Davide
From 9322e358b2781dd58e393afaa5acd92956e0537a Mon Sep 17 00:00:00 2001
From: Davide Liessi <davide.lie...@gmail.com>
Date: Thu, 26 Mar 2020 19:50:42 +0100
Subject: [PATCH] Web: add 64-bit Mac download links

Current Intel Mac builds are 32-bit and cannot run on Mac's latest
version 10.15.  Links to Marnen Laibow-Koser's 64-bit builds are
added in the download pages.  The existing link descriptions are
updated to be more precise on supported OS versions.
---
 Documentation/web/community.itexi      |  4 ++++
 Documentation/web/download.itexi       | 14 +++++++++++---
 scripts/build/create-weblinks-itexi.py |  4 ++--
 3 files changed, 17 insertions(+), 5 deletions(-)

diff --git a/Documentation/web/community.itexi b/Documentation/web/community.itexi
index c3ebab18e5..2cd060f601 100644
--- a/Documentation/web/community.itexi
+++ b/Documentation/web/community.itexi
@@ -635,6 +635,10 @@ the latest binary:
 
 @downloadDevelDarwinPPC
 
+@c file name is unpredictable, linking to main page
+@uref{https://bintray.com/marnen/lilypond-darwin-64,
+Mac OS X x86 64-bit (unofficial)}
+
 @downloadDevelWindows
 
 @downloadDevelSource
diff --git a/Documentation/web/download.itexi b/Documentation/web/download.itexi
index c3eb4fa2c5..f48b3cb538 100644
--- a/Documentation/web/download.itexi
+++ b/Documentation/web/download.itexi
@@ -263,17 +263,25 @@ acknowledged.
 @item
 @sourceimage{logo-macosx,,,}
 @downloadStableDarwinNormal
-For MacOS X 10.4 or higher, running on Intel CPUs (if in doubt,
-use this).
+For Mac OS X 10.4--10.5 running on Intel CPUs and Mac OS X
+10.6--10.14 (for 10.15 see below).
 
 
 @item
 @sourceimage{logo-macosx,,,}
 @downloadStableDarwinPPC
-For MacOS X 10.4 or higher, running on G3 and G4 CPUs (old Apple
+For Mac OS X 10.4--10.5 running on G3 and G4 CPUs (old Apple
 computers).
 
 
+@item
+@sourceimage{logo-macosx,,,}
+@c file name is unpredictable, linking to main page
+Unofficial 64-bit application bundles for macOS 10.15 are
+available at
+@uref{https://bintray.com/marnen/lilypond-darwin-64}.
+
+
 @end itemize
 
 @subsubheading Install
diff --git a/scripts/build/create-weblinks-itexi.py b/scripts/build/create-weblinks-itexi.py
index 3ab08061d3..7bba1332c7 100644
--- a/scripts/build/create-weblinks-itexi.py
+++ b/scripts/build/create-weblinks-itexi.py
@@ -466,9 +466,9 @@ def make_all_downloads(macroName, version):
         "freebsd-64.sh", version, "1", "FreeBSD amd64")
 
     make_download("download"+macroName+"DarwinNormal", "darwin-x86/",
-        "darwin-x86.tar.bz2", version, "1", "MacOS X x86")
+        "darwin-x86.tar.bz2", version, "1", "Mac OS X x86 32-bit")
     make_download("download"+macroName+"DarwinPPC", "darwin-ppc/",
-        "darwin-ppc.tar.bz2", version, "1", "MacOS X PPC")
+        "darwin-ppc.tar.bz2", version, "1", "Mac OS X PPC")
 
     make_download("download"+macroName+"Windows", "mingw/",
         "mingw.exe", version, "1", "Windows")
-- 
2.25.1

Reply via email to