From: glab via Guix-patches via <guix-patches@gnu.org>
To: Rodion Goritskov <rodion.goritskov@gmail.com>
Cc: 74505@debbugs.gnu.org
Subject: [bug#74505] [PATCH] Update freeciv to version 3.1.3
Date: Sun, 08 Dec 2024 20:52:30 +0000 [thread overview]
Message-ID: <7c5dddb24c595fb17c162006c75a5c00@disroot.org> (raw)
In-Reply-To: <87frngtll4.fsf@bumblebee-old.mail-host-address-is-not-set>
[-- Attachment #1: Type: text/plain, Size: 781 bytes --]
On 2024-11-24 20:37, Rodion Goritskov wrote:
> Hi!
>
> I tried building and running an updated version.
> It builds fine, but game has no sound.
>
>> (inputs
>> - (list curl cyrus-sasl gtk+ sdl-mixer zlib))
>> + (list curl cyrus-sasl gtk+ sdl-mixer zlib sqlite))
>
> As far as I understand - sdl-mixer version 1 support had been dropped
> in
> version 3.1.0 [1]
>
> I tried building with sdl2-mixer instead of sdl-mixer - that fixed the
> sound issue.
>
> Also, I think that dependency list should be sorted alphabetically (it
> looks like it was previously).
>
> [1] - https://web.archive.org/web/https://gna.org/patch/?6246
Hello. Thank you, Rodion, for helping me with this patch.
I think I have improved it, based on your feedback.
Best regards,
--
Gustavo
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Update-freeciv-to-version-3.1.3.patch --]
[-- Type: text/x-diff; name=0001-Update-freeciv-to-version-3.1.3.patch, Size: 1837 bytes --]
From 89fe2d74debab437ce8147b49b7943c1a9eec36f Mon Sep 17 00:00:00 2001
Message-ID: <89fe2d74debab437ce8147b49b7943c1a9eec36f.1733690721.git.glab+guix@disroot.org>
From: Gustavo Laboreiro <glab+guix@disroot.org>
Date: Sat, 23 Nov 2024 20:05:09 +0000
Subject: [PATCH] Update freeciv to version 3.1.3
This is a trivial update to the package. A new dependency is
introduced (sqlite3).
Change-Id: If0c341b179d1704437f4bd74dd92d834a902c9b9
---
gnu/packages/games.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 9c7316ff..734eaa3c 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -85,6 +85,7 @@
;;; Copyright © 2024 James Smith <jsubuntuxp@disroot.org>
;;; Copyright © 2024 Jan Wielkiewicz <tona_kosmicznego_smiecia@interia.pl>
;;; Copyright © 2024 Ashvith Shetty <ashvithshetty10@gmail.com>
+;;; Copyright © 2024 Gustavo Laboreiro <glab+guix@disroot.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -6721,7 +6722,7 @@ (define-public kobodeluxe
(define-public freeciv
(package
(name "freeciv")
- (version "3.0.8")
+ (version "3.1.3")
(source
(origin
(method url-fetch)
@@ -6733,10 +6734,10 @@ (define-public freeciv
(version-major+minor version) "/" version
"/freeciv-" version ".tar.xz")))
(sha256
- (base32 "1m3nwz0aad6p33zvmdldbw39riw2xqn99b6384bvx448c8ps6niv"))))
+ (base32 "0bvz5hqppj589w08bzrfzf5m6nwfwrzgg03lqb3p8hspjkx8c43l"))))
(build-system gnu-build-system)
(inputs
- (list curl cyrus-sasl gtk+ sdl-mixer zlib))
+ (list curl cyrus-sasl gtk+ sdl2-mixer sqlite zlib))
(native-inputs
(list pkg-config))
(home-page "https://www.freeciv.org/")
base-commit: f1263f41ed742d89b354241a04d19c0840b86bc4
--
2.46.0
next prev parent reply other threads:[~2024-12-09 4:22 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-23 22:20 [bug#74505] [PATCH] Update freeciv to version 3.1.3 glab via Guix-patches via
2024-11-24 20:37 ` Rodion Goritskov
2024-12-08 20:52 ` glab via Guix-patches via [this message]
2024-12-22 21:45 ` Rodion Goritskov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7c5dddb24c595fb17c162006c75a5c00@disroot.org \
--to=guix-patches@gnu.org \
--cc=74505@debbugs.gnu.org \
--cc=glab@disroot.org \
--cc=rodion.goritskov@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.