unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#67406] [PATCH] Update libraqm
@ 2023-11-23 16:12 Mehmet Tekman
  2023-11-28 13:09 ` Mehmet Tekman
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Mehmet Tekman @ 2023-11-23 16:12 UTC (permalink / raw)
  To: 67406

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-libraqm-Update-to-0.10.1.patch --]
[-- Type: text/x-patch, Size: 1411 bytes --]

From 52da9eaa5c5e02376f33900edb065c3b7d9086c6 Mon Sep 17 00:00:00 2001
From: Mehmet Tekman <mtekman89@gmail.com>
Date: Thu, 23 Nov 2023 17:07:40 +0100
Subject: [PATCH] gnu: libraqm: Update to 0.10.1

* gnu/packages/fontutils.scm (libraqm): Update to 0.10.1

Change-Id: Id1d8df275e050286e10bd33d7eaa2e11e8c505dd
---
 gnu/packages/fontutils.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 5bfdea1b27..e848a26eb2 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -2042,7 +2042,7 @@ (define-public fntsample
 (define-public libraqm
   (package
     (name "libraqm")
-    (version "0.8.0")
+    (version "0.10.1")
     (source
      (origin
        (method git-fetch)
@@ -2051,8 +2051,12 @@ (define-public libraqm
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0qrdw67n14n0km2f8l0gk8scgj3ybz662s9x8jwj3rrj33nl2d1a"))))
+        (base32 "1bzdrvacgj9629r4mgmag9sm5ay5914fbs8pnxf8xphvrbnbxm8z"))))
     (build-system meson-build-system)
+    (arguments
+     ;; fPIC is required for krita, but comes in effect only in a future
+     ;; patched release.
+     `(#:configure-flags (list "-Dcpp_args=-fPIC")))
     (native-inputs
      (list gtk-doc/stable pkg-config python-wrapper))
     (inputs
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-03-29 15:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-23 16:12 [bug#67406] [PATCH] Update libraqm Mehmet Tekman
2023-11-28 13:09 ` Mehmet Tekman
2023-11-28 13:15 ` Mehmet Tekman
2024-03-29 15:22 ` bug#67406: " Sharlatan Hellseher

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).