From 017fbb3ff33b37ced8635f6175bb1c996b712a12 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sat, 21 Oct 2023 07:33:57 +0300 Subject: [PATCH 12/12] 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 9ae189dccb..4a7ec64612 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 24-Jun-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). @@ -131,7 +131,7 @@ will need to have the appropriate "development" packages installed. Sound support is built in by default if "SDL2_mixer" library development files are found from the system. - 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+ 2.0 client: diff --git a/client/audio.c b/client/audio.c index dece14c77b..f51d2c8a51 100644 --- a/client/audio.c +++ b/client/audio.c @@ -288,7 +288,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; ms_tagfile = NULL; return; diff --git a/m4/sound.m4 b/m4/sound.m4 index c76ffd170d..47ed456b89 100644 --- a/m4/sound.m4 +++ b/m4/sound.m4 @@ -49,10 +49,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