mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
librsvg: bump to version 2.42.5
- Add a dependency to host-cargo - Add a patch to set RUST_TARGET - Add a dependency to BR2_PACKAGE_HOST_RUSTC_ARCH_SUPPORTS - Forward this dependency to efl svg, enlightment, gst-plugins-bad and gst1-plugins-bad - Add hash for license file Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> [Thomas: propagate the new dependency to the gst-plugins-bad and gst1-plugins-bad Config.in comments.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
9962368a90
commit
1ec1f86551
@ -289,6 +289,7 @@ config BR2_PACKAGE_EFL_LIBRAW
|
|||||||
|
|
||||||
config BR2_PACKAGE_EFL_SVG
|
config BR2_PACKAGE_EFL_SVG
|
||||||
bool "SVG loader"
|
bool "SVG loader"
|
||||||
|
depends on BR2_PACKAGE_HOST_RUSTC_ARCH_SUPPORTS # librsvg
|
||||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # librsvg -> pango -> harfbuzz
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # librsvg -> pango -> harfbuzz
|
||||||
select BR2_PACKAGE_LIBRSVG
|
select BR2_PACKAGE_LIBRSVG
|
||||||
select BR2_PACKAGE_CAIRO
|
select BR2_PACKAGE_CAIRO
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_ENLIGHTENMENT
|
config BR2_PACKAGE_ENLIGHTENMENT
|
||||||
bool "enlightenment"
|
bool "enlightenment"
|
||||||
|
depends on BR2_PACKAGE_HOST_RUSTC_ARCH_SUPPORTS # efl svg -> librsvg
|
||||||
# libevas-generic-loaders-svg -> librsvg -> glib2 / pango
|
# libevas-generic-loaders-svg -> librsvg -> glib2 / pango
|
||||||
depends on BR2_USE_WCHAR
|
depends on BR2_USE_WCHAR
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
@ -29,6 +30,7 @@ config BR2_PACKAGE_ENLIGHTENMENT
|
|||||||
http://www.enlightenment.org/
|
http://www.enlightenment.org/
|
||||||
|
|
||||||
comment "enlightenment needs udev /dev management and a toolchain w/ wchar, C++, threads"
|
comment "enlightenment needs udev /dev management and a toolchain w/ wchar, C++, threads"
|
||||||
|
depends on BR2_PACKAGE_HOST_RUSTC_ARCH_SUPPORTS
|
||||||
depends on BR2_PACKAGE_EFL && BR2_PACKAGE_XORG7 && BR2_USE_MMU
|
depends on BR2_PACKAGE_EFL && BR2_PACKAGE_XORG7 && BR2_USE_MMU
|
||||||
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP || \
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP || \
|
||||||
!BR2_PACKAGE_HAS_UDEV
|
!BR2_PACKAGE_HAS_UDEV
|
||||||
|
@ -297,11 +297,13 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_OPUS
|
|||||||
|
|
||||||
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_RSVG
|
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_RSVG
|
||||||
bool "rsvg"
|
bool "rsvg"
|
||||||
|
depends on BR2_PACKAGE_HOST_RUSTC_ARCH_SUPPORTS # librsvg
|
||||||
depends on BR2_INSTALL_LIBSTDCPP # librsvg -> pango
|
depends on BR2_INSTALL_LIBSTDCPP # librsvg -> pango
|
||||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # librsvg -> pango -> harfbuzz
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # librsvg -> pango -> harfbuzz
|
||||||
select BR2_PACKAGE_LIBRSVG
|
select BR2_PACKAGE_LIBRSVG
|
||||||
|
|
||||||
comment "rsvg plugin needs a toolchain w/ C++"
|
comment "rsvg plugin needs a toolchain w/ C++"
|
||||||
|
depends on BR2_PACKAGE_HOST_RUSTC_ARCH_SUPPORTS
|
||||||
depends on !BR2_INSTALL_LIBSTDCPP
|
depends on !BR2_INSTALL_LIBSTDCPP
|
||||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
||||||
|
|
||||||
|
@ -643,6 +643,7 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_OPUS
|
|||||||
|
|
||||||
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_RSVG
|
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_RSVG
|
||||||
bool "rsvg"
|
bool "rsvg"
|
||||||
|
depends on BR2_PACKAGE_HOST_RUSTC_ARCH_SUPPORTS # librsvg
|
||||||
depends on BR2_INSTALL_LIBSTDCPP # librsvg -> pango
|
depends on BR2_INSTALL_LIBSTDCPP # librsvg -> pango
|
||||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # librsvg -> pango -> harfbuzz
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # librsvg -> pango -> harfbuzz
|
||||||
select BR2_PACKAGE_LIBRSVG
|
select BR2_PACKAGE_LIBRSVG
|
||||||
@ -650,6 +651,7 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_RSVG
|
|||||||
RSVG plugin library
|
RSVG plugin library
|
||||||
|
|
||||||
comment "rsvg plugin needs a toolchain w/ C++"
|
comment "rsvg plugin needs a toolchain w/ C++"
|
||||||
|
depends on BR2_PACKAGE_HOST_RUSTC_ARCH_SUPPORTS
|
||||||
depends on !BR2_INSTALL_LIBSTDCPP
|
depends on !BR2_INSTALL_LIBSTDCPP
|
||||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
||||||
|
|
||||||
|
57
package/librsvg/0001-Add-RUST_TARGET-variable.patch
Normal file
57
package/librsvg/0001-Add-RUST_TARGET-variable.patch
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
From 2bef718d1ade8dd20f431ac2eef9fdf58d96842f Mon Sep 17 00:00:00 2001
|
||||||
|
From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
||||||
|
Date: Fri, 1 Jun 2018 20:58:25 +0200
|
||||||
|
Subject: [PATCH] Add RUST_TARGET variable
|
||||||
|
|
||||||
|
Add RUST_TARGET environment variable through AC_ARG_VAR to allow the
|
||||||
|
user to override the rust target name. Indeed, using $host when
|
||||||
|
cross-compiling is not always the good option especially when vendor
|
||||||
|
part of target is not set to unknown but to another value such as
|
||||||
|
buildroot.
|
||||||
|
Indeed, in this case aarch64-buildroot-linux-gnu won't be recognised as
|
||||||
|
a valid target by rust/cargo.
|
||||||
|
|
||||||
|
[Upstream status: merged (https://github.com/GNOME/librsvg/commit/f0b76ab6f003b8e05d4caab2b6d844e97b97796f)]
|
||||||
|
|
||||||
|
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
||||||
|
---
|
||||||
|
Makefile.am | 2 +-
|
||||||
|
configure.ac | 7 ++++++-
|
||||||
|
2 files changed, 7 insertions(+), 2 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/Makefile.am b/Makefile.am
|
||||||
|
index f21b58e2..0b5b906f 100644
|
||||||
|
--- a/Makefile.am
|
||||||
|
+++ b/Makefile.am
|
||||||
|
@@ -136,7 +136,7 @@ CARGO_RELEASE_ARGS=--release
|
||||||
|
endif
|
||||||
|
|
||||||
|
if CROSS_COMPILING
|
||||||
|
-CARGO_TARGET_ARGS=--target=$(host)
|
||||||
|
+CARGO_TARGET_ARGS=--target=$(RUST_TARGET)
|
||||||
|
endif
|
||||||
|
|
||||||
|
CARGO_VERBOSE = $(cargo_verbose_$(V))
|
||||||
|
diff --git a/configure.ac b/configure.ac
|
||||||
|
index c9666757..50ca9f0f 100644
|
||||||
|
--- a/configure.ac
|
||||||
|
+++ b/configure.ac
|
||||||
|
@@ -286,9 +286,14 @@ else
|
||||||
|
fi
|
||||||
|
AM_CONDITIONAL([DEBUG_RELEASE], [test "x$debug_release" = "xyes"])
|
||||||
|
|
||||||
|
+AC_ARG_VAR(RUST_TARGET, [Set rust target (default=$host)])
|
||||||
|
+if test "x$RUST_TARGET" == x; then
|
||||||
|
+ RUST_TARGET=$host
|
||||||
|
+fi
|
||||||
|
+
|
||||||
|
AM_CONDITIONAL(CROSS_COMPILING, test $cross_compiling = yes)
|
||||||
|
if test "x$cross_compiling" = "xyes" ; then
|
||||||
|
- RUST_TARGET_SUBDIR="$host/$RUST_TARGET_SUBDIR"
|
||||||
|
+ RUST_TARGET_SUBDIR="$RUST_TARGET/$RUST_TARGET_SUBDIR"
|
||||||
|
fi
|
||||||
|
AC_SUBST([RUST_TARGET_SUBDIR])
|
||||||
|
|
||||||
|
--
|
||||||
|
2.14.1
|
||||||
|
|
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_LIBRSVG
|
config BR2_PACKAGE_LIBRSVG
|
||||||
bool "librsvg"
|
bool "librsvg"
|
||||||
|
depends on BR2_PACKAGE_HOST_RUSTC_ARCH_SUPPORTS
|
||||||
depends on BR2_USE_WCHAR # glib2
|
depends on BR2_USE_WCHAR # glib2
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
|
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
|
||||||
depends on BR2_USE_MMU # glib2
|
depends on BR2_USE_MMU # glib2
|
||||||
@ -8,6 +9,7 @@ config BR2_PACKAGE_LIBRSVG
|
|||||||
select BR2_PACKAGE_CAIRO
|
select BR2_PACKAGE_CAIRO
|
||||||
select BR2_PACKAGE_CAIRO_PNG
|
select BR2_PACKAGE_CAIRO_PNG
|
||||||
select BR2_PACKAGE_GDK_PIXBUF
|
select BR2_PACKAGE_GDK_PIXBUF
|
||||||
|
select BR2_PACKAGE_HOST_CARGO
|
||||||
select BR2_PACKAGE_LIBCROCO
|
select BR2_PACKAGE_LIBCROCO
|
||||||
select BR2_PACKAGE_LIBGLIB2
|
select BR2_PACKAGE_LIBGLIB2
|
||||||
select BR2_PACKAGE_LIBXML2
|
select BR2_PACKAGE_LIBXML2
|
||||||
@ -19,6 +21,7 @@ config BR2_PACKAGE_LIBRSVG
|
|||||||
https://wiki.gnome.org/Projects/LibRsvg
|
https://wiki.gnome.org/Projects/LibRsvg
|
||||||
|
|
||||||
comment "librsvg needs a toolchain w/ wchar, threads, C++"
|
comment "librsvg needs a toolchain w/ wchar, threads, C++"
|
||||||
|
depends on BR2_PACKAGE_HOST_RUSTC_ARCH_SUPPORTS
|
||||||
depends on BR2_USE_MMU
|
depends on BR2_USE_MMU
|
||||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
||||||
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP
|
||||||
|
@ -1,2 +1,5 @@
|
|||||||
# From http://ftp.gnome.org/pub/gnome/sources/librsvg/2.40/librsvg-2.40.20.sha256sum
|
# From http://ftp.gnome.org/pub/gnome/sources/librsvg/2.42/librsvg-2.42.5.sha256sum
|
||||||
sha256 cff4dd3c3b78bfe99d8fcfad3b8ba1eee3289a0823c0e118d78106be6b84c92b librsvg-2.40.20.tar.xz
|
sha256 d4dd51a492a2022c07dec385e22947190fe70410928c471934ff3399f20935ec librsvg-2.42.5.tar.xz
|
||||||
|
|
||||||
|
# Hash for license file:
|
||||||
|
sha256 d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f COPYING.LIB
|
||||||
|
@ -4,18 +4,22 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
LIBRSVG_VERSION_MAJOR = 2.40
|
LIBRSVG_VERSION_MAJOR = 2.42
|
||||||
LIBRSVG_VERSION = $(LIBRSVG_VERSION_MAJOR).20
|
LIBRSVG_VERSION = $(LIBRSVG_VERSION_MAJOR).5
|
||||||
LIBRSVG_SITE = http://ftp.gnome.org/pub/gnome/sources/librsvg/$(LIBRSVG_VERSION_MAJOR)
|
LIBRSVG_SITE = http://ftp.gnome.org/pub/gnome/sources/librsvg/$(LIBRSVG_VERSION_MAJOR)
|
||||||
LIBRSVG_SOURCE = librsvg-$(LIBRSVG_VERSION).tar.xz
|
LIBRSVG_SOURCE = librsvg-$(LIBRSVG_VERSION).tar.xz
|
||||||
LIBRSVG_INSTALL_STAGING = YES
|
LIBRSVG_INSTALL_STAGING = YES
|
||||||
LIBRSVG_CONF_OPTS = --disable-pixbuf-loader --disable-tools --enable-introspection=no
|
LIBRSVG_CONF_OPTS = --disable-pixbuf-loader --disable-tools --enable-introspection=no
|
||||||
HOST_LIBRSVG_CONF_OPTS = --enable-introspection=no
|
HOST_LIBRSVG_CONF_OPTS = --enable-introspection=no
|
||||||
LIBRSVG_DEPENDENCIES = cairo host-gdk-pixbuf gdk-pixbuf libcroco libglib2 libxml2 pango \
|
LIBRSVG_DEPENDENCIES = cairo host-cargo host-gdk-pixbuf gdk-pixbuf libcroco libglib2 libxml2 pango \
|
||||||
$(if $(BR2_PACKAGE_LIBGTK3),libgtk3)
|
$(if $(BR2_PACKAGE_LIBGTK3),libgtk3)
|
||||||
HOST_LIBRSVG_DEPENDENCIES = host-cairo host-gdk-pixbuf host-libcroco host-libglib2 host-libxml2 host-pango
|
HOST_LIBRSVG_DEPENDENCIES = host-cairo host-cargo host-gdk-pixbuf host-libcroco host-libglib2 host-libxml2 host-pango
|
||||||
LIBRSVG_LICENSE = LGPL-2.0+
|
LIBRSVG_LICENSE = LGPL-2.0+
|
||||||
LIBRSVG_LICENSE_FILES = COPYING.LIB
|
LIBRSVG_LICENSE_FILES = COPYING.LIB
|
||||||
|
|
||||||
|
# We're patching configure.ac
|
||||||
|
LIBRSVG_AUTORECONF = YES
|
||||||
|
LIBRSVG_CONF_ENV = RUST_TARGET=$(RUSTC_TARGET_NAME)
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
$(eval $(host-autotools-package))
|
$(eval $(host-autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user