unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#39393] [PATCH] gnu: cairo: Add support for XML.
@ 2020-02-02 16:35 Alexandros Theodotou
  2020-02-14 18:21 ` bug#39393: " Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandros Theodotou @ 2020-02-02 16:35 UTC (permalink / raw)
  To: 39393


[-- Attachment #1.1: Type: text/plain, Size: 270 bytes --]

Hi,

This patch adds support for XML surfaces in cairo. It is needed when
using this for example:
https://github.com/tyronx/svg2cairo

It does not seem to require any additional dependencies so I don't see
a reason not to include it by default.

Thanks,
Alex

[-- Attachment #1.2: 0001-gnu-cairo-Add-support-for-XML.patch --]
[-- Type: text/x-patch, Size: 1068 bytes --]

From 33a5d3fab78c92ef5af0615b7e17acacc792d225 Mon Sep 17 00:00:00 2001
From: Alexandros Theodotou <alex@zrythm.org>
Date: Sun, 2 Feb 2020 16:26:44 +0000
Subject: [PATCH] gnu: cairo: Add support for XML.

* gnu/packages/gtk.scm (cairo): Add enable-xml flag.
---
 gnu/packages/gtk.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index f934eabe27..3924f6b122 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -146,7 +146,9 @@ tools have full access to view and control running applications.")
       ("python" ,python-wrapper)))
     (arguments
      `(#:tests? #f  ; see http://lists.gnu.org/archive/html/bug-guix/2013-06/msg00085.html
-       #:configure-flags '("--enable-tee")))  ; needed for GNU Icecat
+       #:configure-flags
+         '("--enable-tee"  ; needed for GNU Icecat
+           "--enable-xml")))  ; for cairo-xml support
    (synopsis "2D graphics library")
    (description
     "Cairo is a 2D graphics library with support for multiple output devices.
-- 
2.25.0


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* bug#39393: [PATCH] gnu: cairo: Add support for XML.
  2020-02-02 16:35 [bug#39393] [PATCH] gnu: cairo: Add support for XML Alexandros Theodotou
@ 2020-02-14 18:21 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2020-02-14 18:21 UTC (permalink / raw)
  To: Alexandros Theodotou, 39393-done

[-- Attachment #1: Type: text/plain, Size: 489 bytes --]

Alexandros Theodotou <alex@zrythm.org> writes:

> Hi,
>
> This patch adds support for XML surfaces in cairo. It is needed when
> using this for example:
> https://github.com/tyronx/svg2cairo
>
> It does not seem to require any additional dependencies so I don't see
> a reason not to include it by default.

Thanks!  I pushed it to the 'core-updates' branch in
bbd1e4e7ed0d6d2ff23f3bedd94641d5ad527d3e, because it triggers a rebuild
of more than 4000 packages (see guix refresh -l cairo).

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

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

end of thread, other threads:[~2020-02-14 18:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-02 16:35 [bug#39393] [PATCH] gnu: cairo: Add support for XML Alexandros Theodotou
2020-02-14 18:21 ` bug#39393: " Marius Bakke

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).