pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
librsvg: update to 2.44.14
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <tk%giga.or.at@localhost>
Pushed By: wiz
Date: Sat May 25 08:59:26 2019 +0200
Changeset: 63241b8fe1a0b0fadfbad155f0bc8b79fdeaa64e
Modified Files:
librsvg/Makefile
librsvg/distinfo
librsvg/patches/patch-Makefile.am
Log Message:
librsvg: update to 2.44.14
Version 2.44.14
- Fix #425 - Don't fail parsing if the system's locale is broken (Paolo Borelli).
- Fix #438, #443 - Don't create intermediate raster surfaces unless
absolutely needed. This was causing blurred output for SVGs from
Inkscape and Illustrator, since they include an "enable-background"
property even when there are no filters in use. Thanks to Julian
Sparber, Jordan Petridis, Zeeshan Ali for doing a huge "git bisect"
to find the cause of this bug.
- Fix #443 - Fix blurry output when enable-background is used without filters.
- Fix #455 - Fix rounding error on i386 (Olivier Tilloy).
- Check for Cairo errors when constructing paths.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=63241b8fe1a0b0fadfbad155f0bc8b79fdeaa64e
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
librsvg/Makefile | 2 +-
librsvg/distinfo | 10 +++++-----
librsvg/patches/patch-Makefile.am | 8 ++++----
3 files changed, 10 insertions(+), 10 deletions(-)
diffs:
diff --git a/librsvg/Makefile b/librsvg/Makefile
index 0e5ffb3a9f..f70ea32b53 100644
--- a/librsvg/Makefile
+++ b/librsvg/Makefile
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.102 2018/11/14 22:21:42 kleink Exp $
-DISTNAME= librsvg-2.44.13
+DISTNAME= librsvg-2.44.14
CATEGORIES= graphics gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/librsvg/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
diff --git a/librsvg/distinfo b/librsvg/distinfo
index 17c71af5c0..22c8e420bf 100644
--- a/librsvg/distinfo
+++ b/librsvg/distinfo
@@ -228,10 +228,10 @@ SHA1 (libm-0.1.2.crate) = dc16f409be8a4621125c5b5ead07691ef0fe2317
RMD160 (libm-0.1.2.crate) = df0295c7f10403f97696a4b4671f15b50bb79821
SHA512 (libm-0.1.2.crate) = 707a42632a5d92cccf8eb32fc507061e5b3b724c4fccb21f998bed5e187772a2015dee40a0225fb860a38ce2caa2ec3d9060ddd32b86a927308b253b41d73c95
Size (libm-0.1.2.crate) = 65826 bytes
-SHA1 (librsvg-2.44.13.tar.xz) = b8389f9e0811351f0319093cc07cee0c42c8d33e
-RMD160 (librsvg-2.44.13.tar.xz) = 3d3e341adf9c7bc6f7a9c15e941ff14e3d1fce4c
-SHA512 (librsvg-2.44.13.tar.xz) = 87f137471a8ddb67816f72c71898b66cedec34083341e939435eba879cff2d45c4f01c782c22ec57c6c36b7e96d07fabb2489edb5794317f2c0f74400ed5e063
-Size (librsvg-2.44.13.tar.xz) = 12608928 bytes
+SHA1 (librsvg-2.44.14.tar.xz) = c7b68638ec4cc6166146d8308be024dee91c9f69
+RMD160 (librsvg-2.44.14.tar.xz) = 96c3f77b61004966d532244472772babda1d632d
+SHA512 (librsvg-2.44.14.tar.xz) = bd6dc5b03e2ac4e517b4a240f12d9a9e0c24fa652ac9b23fd29d71702af51f934d3ce64c21a966cd2be8c4a7e08617c85792d7588f19aa9451c54ce2990d8a68
+Size (librsvg-2.44.14.tar.xz) = 12616040 bytes
SHA1 (locale_config-0.2.2.crate) = 6cd3388a1923f19276ff5b495eeb3e44ac2e0a45
RMD160 (locale_config-0.2.2.crate) = 4eb14e5ceab972f3ac209faf24ff784bd5bd57a7
SHA512 (locale_config-0.2.2.crate) = 969565323cbd9d6e3713052afe08aea606d4b4a336015eb1cc5e73f9ce3415df5eb54e4254c8df09a3a79fcfa3de0ca8c8194bd596f373868ee2ed659ac90a41
@@ -560,5 +560,5 @@ SHA1 (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = eadfdb146024d37b6887b5b9cb6a69
RMD160 (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 300417853d251d91cadb9650992a6aa98248619f
SHA512 (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 4a654af6a5d649dc87e00497245096b35a2894ae66f155cb62389902c3b93ddcc5cf7d0d8b9dd97b291d2d80bc686af2298e80abef6ac69883f4a54e79712513
Size (winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 bytes
-SHA1 (patch-Makefile.am) = df79814a592d7fd59fe53dde977c56206c6bca5a
+SHA1 (patch-Makefile.am) = fd57625bed8e908a6b56f78cb75283d1d566cdd6
SHA1 (patch-configure.ac) = bdad8c486f552dbd301abb49cef3f73aaeb81165
diff --git a/librsvg/patches/patch-Makefile.am b/librsvg/patches/patch-Makefile.am
index f95653cf51..822069a1ac 100644
--- a/librsvg/patches/patch-Makefile.am
+++ b/librsvg/patches/patch-Makefile.am
@@ -4,7 +4,7 @@ Rename rust-produced shared library.
When it ends on "_pic.a", libtool accepts that its code is good
enough to be included in the shared library.
---- Makefile.am.orig 2019-02-15 18:20:24.000000000 +0000
+--- Makefile.am.orig 2019-02-16 00:13:18.000000000 +0000
+++ Makefile.am
@@ -136,7 +136,8 @@ cargo_verbose_ = $(cargo_verbose_$(AM_DE
cargo_verbose_0 =
@@ -20,9 +20,9 @@ enough to be included in the shared library.
PKG_CONFIG_ALLOW_CROSS=1 \
PKG_CONFIG='$(PKG_CONFIG)' \
CARGO_TARGET_DIR=$(CARGO_TARGET_DIR) \
-- $(CARGO) build $(CARGO_VERBOSE) $(CARGO_TARGET_ARGS) $(CARGO_RELEASE_ARGS)
-+ $(CARGO) build $(CARGO_VERBOSE) $(CARGO_TARGET_ARGS) $(CARGO_RELEASE_ARGS) && \
-+ cp $(RUST_LIB_NONPIC) $(RUST_LIB)
+- $(CARGO) --locked build $(CARGO_VERBOSE) $(CARGO_TARGET_ARGS) $(CARGO_RELEASE_ARGS)
++ $(CARGO) --locked build $(CARGO_VERBOSE) $(CARGO_TARGET_ARGS) $(CARGO_RELEASE_ARGS) && \
++ cp $(RUST_LIB_NONPIC) $(RUST_LIB)
librsvg_@RSVG_API_MAJOR_VERSION@_la_CPPFLAGS = \
-I$(top_srcdir) \
Home |
Main Index |
Thread Index |
Old Index