graphics/librsvg2-rust: Update to 2.48.0
Changes: https://download.gnome.org/sources/librsvg/2.48/librsvg-2.48.0.news
This commit is contained in:
parent
eddab3832d
commit
309826e36b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528700
4 changed files with 21 additions and 15 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= librsvg
|
||||
PORTVERSION= 2.46.4
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 2.48.0
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= GNOME
|
||||
PKGNAMESUFFIX= 2-rust
|
||||
|
@ -14,22 +13,21 @@ COMMENT= Library for parsing and rendering SVG vector-graphic files
|
|||
|
||||
LICENSE= LGPL20
|
||||
|
||||
BUILD_DEPENDS= ${RUST_DEFAULT}>=1.34.0:lang/${RUST_DEFAULT} \
|
||||
BUILD_DEPENDS= ${RUST_DEFAULT}>=1.39.0:lang/${RUST_DEFAULT} \
|
||||
valac:lang/vala
|
||||
LIB_DEPENDS= libfreetype.so:print/freetype2 \
|
||||
libfontconfig.so:x11-fonts/fontconfig \
|
||||
libpng.so:graphics/png \
|
||||
libcroco-0.6.so:textproc/libcroco
|
||||
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreetype.so:print/freetype2 \
|
||||
libpng.so:graphics/png
|
||||
|
||||
USES= gettext gmake gnome libtool pkgconfig tar:xz
|
||||
USE_GNOME= cairo gdkpixbuf2 libxml2 pango gnomeprefix introspection:build
|
||||
USE_GNOME= cairo gdkpixbuf2 gnomeprefix libxml2 pango introspection:build
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-vala \
|
||||
--disable-Bsymbolic \
|
||||
CONFIGURE_ARGS= --disable-Bsymbolic \
|
||||
--disable-dependency-tracking \
|
||||
--disable-static
|
||||
--disable-static \
|
||||
--enable-vala
|
||||
# Make sure it uses the Rust toolchain from ports.
|
||||
CONFIGURE_ENV= CARGO=${LOCALBASE}/bin/cargo \
|
||||
RUSTC=${LOCALBASE}/bin/rustc
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1579716584
|
||||
SHA256 (gnome2/librsvg-2.46.4.tar.xz) = b45b9ee3b64c58baaf800bcdff5fcd04d79930dba4c56e46e0d3b0aead40cc29
|
||||
SIZE (gnome2/librsvg-2.46.4.tar.xz) = 12680904
|
||||
TIMESTAMP = 1583543568
|
||||
SHA256 (gnome2/librsvg-2.48.0.tar.xz) = 4a348b76cf4c52838e9c337ca767a38fe7f742db40ccccf8ac99f1946872cda6
|
||||
SIZE (gnome2/librsvg-2.48.0.tar.xz) = 13069444
|
||||
|
|
8
graphics/librsvg2-rust/files/patch-tests_test-utils.c
Normal file
8
graphics/librsvg2-rust/files/patch-tests_test-utils.c
Normal file
|
@ -0,0 +1,8 @@
|
|||
--- tests/test-utils.c.orig 2020-03-07 01:31:18 UTC
|
||||
+++ tests/test-utils.c
|
||||
@@ -376,5 +376,4 @@ test_utils_print_dependency_versions (void)
|
||||
g_test_message ("Cairo version: %s", cairo_version_string ());
|
||||
g_test_message ("Pango version: %s", pango_version_string ());
|
||||
g_test_message ("Freetype version: %d.%d.%d", ft_major, ft_minor, ft_patch);
|
||||
- g_test_message ("Harfbuzz version: %s", hb_version_string ());
|
||||
}
|
|
@ -6,7 +6,7 @@ lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-svg.so
|
|||
lib/girepository-1.0/Rsvg-2.0.typelib
|
||||
lib/librsvg-2.so
|
||||
lib/librsvg-2.so.2
|
||||
lib/librsvg-2.so.2.46.0
|
||||
lib/librsvg-2.so.2.47.0
|
||||
libdata/pkgconfig/librsvg-2.0.pc
|
||||
man/man1/rsvg-convert.1.gz
|
||||
share/doc/rsvg-2.0/RsvgHandle.html
|
||||
|
|
Loading…
Reference in a new issue