Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/librsvg: add libcroco to Requires.private
@ 2019-12-24 16:02 Fabrice Fontaine
  2019-12-25 21:07 ` Thomas Petazzoni
  2019-12-25 22:04 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2019-12-24 16:02 UTC (permalink / raw)
  To: buildroot

This will fix a static build failure with imagemagick

Fixes:
 - http://autobuild.buildroot.org/results/42f4b4881569779162d3efe4628b934f965913b9

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 ....in-add-libcroco-to-Requires.Private.patch | 35 +++++++++++++++++++
 1 file changed, 35 insertions(+)
 create mode 100644 package/librsvg/0001-librsvg.pc.in-add-libcroco-to-Requires.Private.patch

diff --git a/package/librsvg/0001-librsvg.pc.in-add-libcroco-to-Requires.Private.patch b/package/librsvg/0001-librsvg.pc.in-add-libcroco-to-Requires.Private.patch
new file mode 100644
index 0000000000..0eea5b995b
--- /dev/null
+++ b/package/librsvg/0001-librsvg.pc.in-add-libcroco-to-Requires.Private.patch
@@ -0,0 +1,35 @@
+From 322b415f92d4dcd36824eef83bd617bac6e5c8c7 Mon Sep 17 00:00:00 2001
+From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
+Date: Tue, 24 Dec 2019 16:38:35 +0100
+Subject: [PATCH] librsvg.pc.in: add libcroco to Requires.private
+
+libcroco is a mandatory dependency since version 2.35.0 so add it to
+Requires.Private to fix a static build failure with imagemagick
+
+This patch is not upstreamable as librsvg no longer depends on libcroco
+since version 2.47.1. It now does all CSS processing using Rust crates
+from Mozilla Servo.
+
+Fixes:
+ - http://autobuild.buildroot.org/results/42f4b4881569779162d3efe4628b934f965913b9
+
+Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
+---
+ librsvg.pc.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/librsvg.pc.in b/librsvg.pc.in
+index a451de05..4b09984a 100644
+--- a/librsvg.pc.in
++++ b/librsvg.pc.in
+@@ -10,6 +10,6 @@ Name: librsvg
+ Description: library that renders svg files
+ Version: @VERSION@
+ Requires: glib-2.0 gio-2.0 gdk-pixbuf-2.0 cairo
+-Requires.private:
++Requires.private: libcroco-0.6
+ Libs: -L${libdir} -lrsvg- at RSVG_API_MAJOR_VERSION@ -lm
+ Cflags: -I${includedir}/librsvg- at RSVG_API_VERSION@
+-- 
+2.24.0
+
-- 
2.24.0

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

* [Buildroot] [PATCH 1/1] package/librsvg: add libcroco to Requires.private
  2019-12-24 16:02 [Buildroot] [PATCH 1/1] package/librsvg: add libcroco to Requires.private Fabrice Fontaine
@ 2019-12-25 21:07 ` Thomas Petazzoni
  2019-12-25 22:04 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2019-12-25 21:07 UTC (permalink / raw)
  To: buildroot

On Tue, 24 Dec 2019 17:02:43 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> This will fix a static build failure with imagemagick
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/42f4b4881569779162d3efe4628b934f965913b9
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  ....in-add-libcroco-to-Requires.Private.patch | 35 +++++++++++++++++++
>  1 file changed, 35 insertions(+)
>  create mode 100644 package/librsvg/0001-librsvg.pc.in-add-libcroco-to-Requires.Private.patch

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH 1/1] package/librsvg: add libcroco to Requires.private
  2019-12-24 16:02 [Buildroot] [PATCH 1/1] package/librsvg: add libcroco to Requires.private Fabrice Fontaine
  2019-12-25 21:07 ` Thomas Petazzoni
@ 2019-12-25 22:04 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-12-25 22:04 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > This will fix a static build failure with imagemagick
 > Fixes:
 >  - http://autobuild.buildroot.org/results/42f4b4881569779162d3efe4628b934f965913b9

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2019.02.x and 2019.11.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2019-12-25 22:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-24 16:02 [Buildroot] [PATCH 1/1] package/librsvg: add libcroco to Requires.private Fabrice Fontaine
2019-12-25 21:07 ` Thomas Petazzoni
2019-12-25 22:04 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox