GNU bug report logs -
#65656
[PATCH] gnu: dosbox-staging: Update to 0.80.1.
Previous Next
Reported by: iyzsong <at> envs.net
Date: Thu, 31 Aug 2023 11:43:01 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 65656 in the body.
You can then email your comments to 65656 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#65656
; Package
guix-patches
.
(Thu, 31 Aug 2023 11:43:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
iyzsong <at> envs.net
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 31 Aug 2023 11:43:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/emulators.scm (dosbox-staging): Update to 0.80.1.
[inputs]: Add libslirp an sdl2-image. Don't use sdl-union.
[arguments]: Adjust configure-flags and 'fix-includes' phase.
---
gnu/packages/emulators.scm | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index 67950c1603..1d50c9ef01 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -60,6 +60,7 @@ (define-module (gnu packages emulators)
#:use-module (gnu packages cdrom)
#:use-module (gnu packages check)
#:use-module (gnu packages compression)
+ #:use-module (gnu packages containers)
#:use-module (gnu packages cross-base)
#:use-module (gnu packages curl)
#:use-module (gnu packages digest)
@@ -400,7 +401,7 @@ (define-public dosbox-staging
;; This is not a patch staging area for DOSBox, but an unaffiliated fork.
(package
(name "dosbox-staging")
- (version "0.79.1")
+ (version "0.80.1")
(source
(origin
(method git-fetch)
@@ -409,16 +410,14 @@ (define-public dosbox-staging
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0wdnkz3djjc514hn945fr9g9mnpnvk16fan84ny9g5wxak6dvsqp"))))
+ (base32 "1iqqrw95lpgjbmi777jdl5z1nizxgfy8xwpmy1fasjlb2yh2kp93"))))
(build-system meson-build-system)
(arguments
(list #:configure-flags
#~(list
;; These both try to git clone subprojects.
"-Dunit_tests=disabled" ; gtest
- "-Duse_mt32emu=false"
- ;; Not packaged.
- "-Duse_slirp=false")
+ "-Duse_mt32emu=false")
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'fix-includes
@@ -426,7 +425,7 @@ (define-public dosbox-staging
;; This unnecessary file has an encoding error.
(delete-file "./src/libs/sdlcd/macosx/SDLOSXCAGuard.h")
(substitute* (find-files "." "\\.(cpp|h)")
- (("^(#include <)(SDL[_.])" _ include file)
+ (("^(#[[:space:]]*include <)(SDL[_.])" _ include file)
(string-append include "SDL2/" file))))))))
(native-inputs
(list pkg-config))
@@ -435,9 +434,12 @@ (define-public dosbox-staging
fluidsynth
iir
libpng
+ libslirp
mesa
opusfile
- (sdl-union (list sdl2 sdl2-net))
+ sdl2
+ sdl2-image
+ sdl2-net
speexdsp
zlib))
(home-page "https://dosbox-staging.github.io")
base-commit: 299d0463d54c97b237deb2fe9e464108544344c0
--
2.41.0
Reply sent
to
Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
:
You have taken responsibility.
(Wed, 06 Sep 2023 03:37:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
iyzsong <at> envs.net
:
bug acknowledged by developer.
(Wed, 06 Sep 2023 03:37:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 65656-done <at> debbugs.gnu.org (full text, mbox):
> From: 宋文武 <iyzsong <at> member.fsf.org>
>
> * gnu/packages/emulators.scm (dosbox-staging): Update to 0.80.1.
> [inputs]: Add libslirp an sdl2-image. Don't use sdl-union.
> [arguments]: Adjust configure-flags and 'fix-includes' phase.
Installed!
--
Thanks,
Maxim
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 04 Oct 2023 11:24:26 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 219 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.