GNU bug report logs - #50866
[PATCH] gnu: sdl-ttf: Update to 2.0.11.1.

Previous Next

Package: guix-patches;

Reported by: iyzsong <at> outlook.com

Date: Tue, 28 Sep 2021 14:32:01 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> outlook.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 50866 in the body.
You can then email your comments to 50866 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#50866; Package guix-patches. (Tue, 28 Sep 2021 14:32:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to iyzsong <at> outlook.com:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 28 Sep 2021 14:32:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: iyzsong <at> outlook.com
To: guix-patches <at> gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH] gnu: sdl-ttf: Update to 2.0.11.1.
Date: Tue, 28 Sep 2021 22:27:15 +0800
From: 宋文武 <iyzsong <at> member.fsf.org>

* gnu/packages/sdl.scm (sdl-ttf): Update to 2.0.11.1.
---
 gnu/packages/sdl.scm | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/sdl.scm b/gnu/packages/sdl.scm
index 128bd95af8..4cd3e8a19a 100644
--- a/gnu/packages/sdl.scm
+++ b/gnu/packages/sdl.scm
@@ -376,15 +376,17 @@ tagged text in SDL applications.")
 (define-public sdl-ttf
   (package
     (name "sdl-ttf")
-    (version "2.0.11")
+    (version "2.0.11.1")
+    ;; No release tarball for 2.0.11.1, changes:
+    ;; <https://github.com/libsdl-org/SDL_ttf/commit/e31d11a692>
     (source (origin
-             (method url-fetch)
-             (uri
-              (string-append "https://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-"
-                             version ".tar.gz"))
-             (sha256
-              (base32
-               "1dydxd4f5kb1288i5n5568kdk2q7f8mqjr7i7sd33nplxjaxhk3j"))))
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/libsdl-org/SDL_ttf")
+                    (commit "e31d11a692e5b55e8e624ad766e4e44d655422c8")))
+              (sha256
+               (base32
+                "1id1cdign615wd5rq0g4ppzwclvhkwd61yb5rwvvvakkpplp3lvd"))))
     (build-system gnu-build-system)
     (propagated-inputs `(("sdl" ,sdl)))
     (inputs `(("freetype" ,freetype)
-- 
2.33.0





Reply sent to 宋文武 <iyzsong <at> outlook.com>:
You have taken responsibility. (Sat, 02 Oct 2021 14:21:02 GMT) Full text and rfc822 format available.

Notification sent to iyzsong <at> outlook.com:
bug acknowledged by developer. (Sat, 02 Oct 2021 14:21:02 GMT) Full text and rfc822 format available.

Message #10 received at 50866-done <at> debbugs.gnu.org (full text, mbox):

From: 宋文武 <iyzsong <at> outlook.com>
To: 50866-done <at> debbugs.gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: Re: bug#50866: [PATCH] gnu: sdl-ttf: Update to 2.0.11.1.
Date: Sat, 02 Oct 2021 22:21:33 +0800
Pushed.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 31 Oct 2021 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 178 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.