Skip to content

Commit 5390216

Browse files
authored
Bump dep: rsvg (#298)
1 parent bc24792 commit 5390216

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

build/posix.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -349,16 +349,14 @@ cd ${DEPS}/rsvg
349349
sed -i'.bak' "/image = /s/, \"gif\", \"webp\"//" rsvg/Cargo.toml
350350
# We build Cairo with `-Dzlib=disabled`, which implicitly disables the PDF/PostScript surface backends
351351
sed -i'.bak' "/cairo-rs = /s/, \"pdf\", \"ps\"//" {librsvg-c,rsvg}/Cargo.toml
352-
# Skip build of rsvg-convert
353-
sed -i'.bak' "/subdir('rsvg_convert')/d" meson.build
354352
# https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/1066#note_2356762
355353
sed -i'.bak' "/^if host_system in \['windows'/s/, 'linux'//" meson.build
356354
# Regenerate the lockfile after making the above changes
357355
cargo update --workspace
358356
# Remove the --static flag from the PKG_CONFIG env since Rust does not
359357
# parse that correctly.
360358
PKG_CONFIG=${PKG_CONFIG/ --static/} meson setup _build --default-library=static --buildtype=plain --strip --prefix=${TARGET} ${MESON} \
361-
-Dintrospection=disabled -Dpixbuf{,-loader}=disabled -Ddocs=disabled -Dvala=disabled -Dtests=false \
359+
-Dintrospection=disabled -Dpixbuf{,-loader}=disabled -Drsvg-convert=disabled -Ddocs=disabled -Dvala=disabled -Dtests=false \
362360
${RUST_TARGET:+-Dtriplet=$RUST_TARGET}
363361
meson install -C _build --tag devel
364362

versions.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ VERSION_PANGO=1.57.0
1919
VERSION_PIXMAN=0.46.4
2020
VERSION_PNG=1.6.50
2121
VERSION_PROXY_LIBINTL=0.5
22-
VERSION_RSVG=2.61.1
22+
VERSION_RSVG=2.61.2
2323
VERSION_SPNG=0.7.4
2424
VERSION_TIFF=4.7.1
2525
VERSION_VIPS=8.17.2

0 commit comments

Comments
 (0)