unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Mehmet Tekman <mtekman89@gmail.com>
To: 67406@debbugs.gnu.org
Subject: [bug#67406] [PATCH] Update libraqm
Date: Thu, 23 Nov 2023 17:12:13 +0100	[thread overview]
Message-ID: <87wmu8bg9u.fsf@gmail.com> (raw)

[-- 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





             reply	other threads:[~2023-11-23 16:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-23 16:12 Mehmet Tekman [this message]
2023-11-28 13:09 ` [bug#67406] [PATCH] Update libraqm Mehmet Tekman
2023-11-28 13:15 ` Mehmet Tekman
2024-03-29 15:22 ` bug#67406: " Sharlatan Hellseher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wmu8bg9u.fsf@gmail.com \
    --to=mtekman89@gmail.com \
    --cc=67406@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).