From 98b0685579e233fb7ab908ba4a2d23cb999a53bc Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sat, 21 Oct 2023 07:30:55 +0300 Subject: [PATCH 23/23] Update SDL2_mixer download URL See osdn #48877 Signed-off-by: Marko Lindqvist --- INSTALL | 4 ++-- client/audio.c | 2 +- m4/sound.m4 | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/INSTALL b/INSTALL index eb57105970..dbf62aa09c 100644 --- a/INSTALL +++ b/INSTALL @@ -4,7 +4,7 @@ Installing Freeciv: This file describes how to compile and install Freeciv. Last time we made sure this file is up to date was 16-Jul-06. -Last minor update was 07-Sep-23. +Last minor update was 21-Oct-23. There may be a localized version of this file in the ./doc directory, named INSTALL. (e.g., INSTALL.de). @@ -135,7 +135,7 @@ Sound support is built in by default if development files for "SDL2" and "SDL2_mixer" libraries are found from the system. Minimum version for SDL2 is 2.0.6. - https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-2.0.4.tar.gz + https://github.com/libsdl-org/SDL_mixer 1a. Prerequisites for the Gtk+ 3.22 client: diff --git a/client/audio.c b/client/audio.c index b48b30bdfc..47236b6bc1 100644 --- a/client/audio.c +++ b/client/audio.c @@ -294,7 +294,7 @@ void audio_real_init(const char *const soundset_name, log_normal(_("No real audio plugin present.")); log_normal(_("Proceeding with sound support disabled.")); log_normal(_("For sound support, install SDL2_mixer")); - log_normal("http://www.libsdl.org/projects/SDL_mixer/index.html"); + log_normal("https://github.com/libsdl-org/SDL_mixer"); ss_tagfile = NULL; musicspec_close(ms_tagfile); ms_tagfile = NULL; diff --git a/m4/sound.m4 b/m4/sound.m4 index 3563c5917d..a8827c315e 100644 --- a/m4/sound.m4 +++ b/m4/sound.m4 @@ -52,10 +52,10 @@ sdl_headers_without_path=yes]) AC_MSG_RESULT([yes]) SOUND_SDL_OK=true else - AC_MSG_RESULT([no SDL2_mixer library found, install from http://www.libsdl.org/projects/SDL_mixer/index.html ]) + AC_MSG_RESULT([no SDL2_mixer library found, install from https://github.com/libsdl-org/SDL_mixer ]) fi else - AC_MSG_RESULT([no SDL2_mixer headers found, install from http://www.libsdl.org/projects/SDL_mixer/index.html]) + AC_MSG_RESULT([no SDL2_mixer headers found, install from https://github.com/libsdl-org/SDL_mixer]) fi ]) fi fi -- 2.42.0