GNU bug report logs -
#68161
[PATCH] gnu: bbcsdl: Update to 1.39a.
Previous Next
Reported by: iyzsong <at> envs.net
Date: Sun, 31 Dec 2023 03:27:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
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 68161 in the body.
You can then email your comments to 68161 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
liliana.prikler <at> gmail.com, iyzsong <at> envs.net, guix-patches <at> gnu.org
:
bug#68161
; Package
guix-patches
.
(Sun, 31 Dec 2023 03:27:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
iyzsong <at> envs.net
:
New bug report received and forwarded. Copy sent to
liliana.prikler <at> gmail.com, iyzsong <at> envs.net, guix-patches <at> gnu.org
.
(Sun, 31 Dec 2023 03:27: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/game-development.scm (bbcsdl): Update to 1.39a.
[arguments]: Replace bundled "DejaVuSans-Oblique.ttf" with symlink in the
'install' phase.
Change-Id: I7b7c8ec8a8216812e1c7a1fab74695b14f4d3ca2
---
gnu/packages/game-development.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index f2139b315f..5d675545d1 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -3217,16 +3217,16 @@ (define-public raylib
(define-public bbcsdl
(package
(name "bbcsdl")
- (version "1.35a")
+ (version "1.39a")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/rtrussell/BBCSDL/")
- (commit "b9b2a3eb438cb799edb2766055b3c38e9518e3e3")))
+ (commit "93b0ffae960f4c4f45fdc2202bc6e83ee5ca277c")))
(file-name (git-file-name name version))
(sha256
(base32
- "1d03xmhrl6ba6w0vwfk46mpyc9d0w3bixxj2d4irx7wl7bh3bfic"))))
+ "03ga14k2hbhflnaynbyx9lwlbxlzx3rv6zqq21yhl183s6d4c0wa"))))
(build-system gnu-build-system)
(arguments
(list
@@ -3266,6 +3266,7 @@ (define-public bbcsdl
inputs (string-append "share/fonts/truetype/" font))
(string-append opt "/lib/" font)))
'("DejaVuSans.ttf" "DejaVuSansMono.ttf"
+ "DejaVuSans-Oblique.ttf"
"FreeSans.ttf" "FreeMono.ttf" "FreeSerif.ttf"))
(mkdir bin)
(symlink (string-append opt "/bbcsdl")
base-commit: 9d148d08be9d77781e8103915b1f498b03fd3dd2
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#68161
; Package
guix-patches
.
(Sun, 31 Dec 2023 10:01:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 68161 <at> debbugs.gnu.org (full text, mbox):
Am Sonntag, dem 31.12.2023 um 11:26 +0800 schrieb iyzsong <at> envs.net:
> From: 宋文武 <iyzsong <at> member.fsf.org>
>
> * gnu/packages/game-development.scm (bbcsdl): Update to 1.39a.
> [arguments]: Replace bundled "DejaVuSans-Oblique.ttf" with symlink in
> the
> 'install' phase.
>
> Change-Id: I7b7c8ec8a8216812e1c7a1fab74695b14f4d3ca2
> ---
> gnu/packages/game-development.scm | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-
> development.scm
> index f2139b315f..5d675545d1 100644
> --- a/gnu/packages/game-development.scm
> +++ b/gnu/packages/game-development.scm
> @@ -3217,16 +3217,16 @@ (define-public raylib
> (define-public bbcsdl
> (package
> (name "bbcsdl")
> - (version "1.35a")
> + (version "1.39a")
> (source (origin
> (method git-fetch)
> (uri (git-reference
> (url "https://github.com/rtrussell/BBCSDL/")
> - (commit
> "b9b2a3eb438cb799edb2766055b3c38e9518e3e3")))
> + (commit
> "93b0ffae960f4c4f45fdc2202bc6e83ee5ca277c")))
> (file-name (git-file-name name version))
> (sha256
> (base32
> -
> "1d03xmhrl6ba6w0vwfk46mpyc9d0w3bixxj2d4irx7wl7bh3bfic"))))
> +
> "03ga14k2hbhflnaynbyx9lwlbxlzx3rv6zqq21yhl183s6d4c0wa"))))
> (build-system gnu-build-system)
> (arguments
> (list
> @@ -3266,6 +3266,7 @@ (define-public bbcsdl
> inputs (string-append "share/fonts/truetype/"
> font))
> (string-append opt "/lib/" font)))
> '("DejaVuSans.ttf" "DejaVuSansMono.ttf"
> + "DejaVuSans-Oblique.ttf"
What about the other fonts? Are they no longer needed?
> "FreeSans.ttf" "FreeMono.ttf" "FreeSerif.ttf"))
> (mkdir bin)
> (symlink (string-append opt "/bbcsdl")
>
> base-commit: 9d148d08be9d77781e8103915b1f498b03fd3dd2
Cheers
Information forwarded
to
guix-patches <at> gnu.org
:
bug#68161
; Package
guix-patches
.
(Mon, 01 Jan 2024 01:58:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 68161 <at> debbugs.gnu.org (full text, mbox):
Liliana Marie Prikler <liliana.prikler <at> gmail.com> writes:
> [...]
>> '("DejaVuSans.ttf" "DejaVuSansMono.ttf"
>> + "DejaVuSans-Oblique.ttf"
> What about the other fonts? Are they no longer needed?
No, they are still needed there, only add a new symlink for
'DejaVuSans-Oblique.ttf'.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#68161
; Package
guix-patches
.
(Mon, 01 Jan 2024 08:56:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 68161 <at> debbugs.gnu.org (full text, mbox):
Am Montag, dem 01.01.2024 um 09:57 +0800 schrieb 宋文武:
> Liliana Marie Prikler <liliana.prikler <at> gmail.com> writes:
>
> > [...]
> > > '("DejaVuSans.ttf" "DejaVuSansMono.ttf"
> > > + "DejaVuSans-Oblique.ttf"
> > What about the other fonts? Are they no longer needed?
>
> No, they are still needed there, only add a new symlink for
> 'DejaVuSans-Oblique.ttf'.
Ahh, thanks for pointing that out. I had somehow hallucinated a - on
the line above.
Cheers
Reply sent
to
宋文武 <iyzsong <at> envs.net>
:
You have taken responsibility.
(Sun, 07 Jan 2024 02:42:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
iyzsong <at> envs.net
:
bug acknowledged by developer.
(Sun, 07 Jan 2024 02:42:04 GMT)
Full text and
rfc822 format available.
Message #19 received at 68161-done <at> debbugs.gnu.org (full text, mbox):
iyzsong <at> envs.net writes:
> From: 宋文武 <iyzsong <at> member.fsf.org>
>
> * gnu/packages/game-development.scm (bbcsdl): Update to 1.39a.
> [arguments]: Replace bundled "DejaVuSans-Oblique.ttf" with symlink in the
> 'install' phase.
Pushed now.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 04 Feb 2024 12:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 137 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.