emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#50866: closed ([PATCH] gnu: sdl-ttf: Update to 2.0.11.1.)


From: GNU bug Tracking System
Subject: bug#50866: closed ([PATCH] gnu: sdl-ttf: Update to 2.0.11.1.)
Date: Sat, 02 Oct 2021 14:21:02 +0000

Your message dated Sat, 02 Oct 2021 22:21:33 +0800
with message-id 
<TYCP286MB1897096388DD4FE0E4D3C2DCA3AC9@TYCP286MB1897.JPNP286.PROD.OUTLOOK.COM>
and subject line Re: bug#50866: [PATCH] gnu: sdl-ttf: Update to 2.0.11.1.
has caused the debbugs.gnu.org bug report #50866,
regarding [PATCH] gnu: sdl-ttf: Update to 2.0.11.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
50866: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50866
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: sdl-ttf: Update to 2.0.11.1. Date: Tue, 28 Sep 2021 22:27:15 +0800
From: 宋文武 <iyzsong@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




--- End Message ---
--- Begin Message --- Subject: Re: bug#50866: [PATCH] gnu: sdl-ttf: Update to 2.0.11.1. Date: Sat, 02 Oct 2021 22:21:33 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Pushed.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]