New commits:
commit b9476a98252433ecc073a1f8f337287cd7d03e90
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
inkscape 1.4.3
commit 9a041fc6a686096d55130279699da2ee945ed83c
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
wine 11.0 (devel & stable)
commit 2205c27e42cde0eca728253855b5449274bf9bb3
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
aqemu: Add Watch line
diff --git a/graphics/inkscape/DETAILS b/graphics/inkscape/DETAILS
index a804f1c..f5bcd41 100755
--- a/graphics/inkscape/DETAILS
+++ b/graphics/inkscape/DETAILS
@@ -1,13 +1,12 @@
# Watch: https://inkscape.org/release/ /release/inkscape-([0-9.]+)/source/
. "$GRIMOIRE"/CMAKE_FUNCTIONS
SPELL=inkscape
- VERSION=1.4.2
- PATCHLEVEL=1
- XVERSION=2025-05-08_ebf0e940d0
+ VERSION=1.4.3
+ XVERSION=2025-12-25_0d15f75042
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-${VERSION}_$XVERSION"
SOURCE_URL[0]="https://media.inkscape.org/dl/resources/file/$SOURCE"
-
SOURCE_HASH=sha256:2000530c7917e5260c9e8575a7154ff6926643d2006487d714e304a963f0c782:UPSTREAM_HASH
+
SOURCE_HASH=sha256:e83a2c3db570b6c5a1ff0fccfe7098837b3f6bd74b133567937c8a91710ed1d1:UPSTREAM_HASH
WEB_SITE=http://www.inkscape.org/
ENTERED=20031207
SECURITY_PATCH=2
diff --git a/graphics/inkscape/HISTORY b/graphics/inkscape/HISTORY
index 94e0b4d..c417003 100644
--- a/graphics/inkscape/HISTORY
+++ b/graphics/inkscape/HISTORY
@@ -1,3 +1,7 @@
+2026-01-15 Ismael Luceno <ismael AT sourcemage.org>
+ * patches/0001-blfs-poppler-25.07-fix.patch: removed, no longer needed
+ * DETAILS: updated spell to 1.4.3
+
2025-08-20 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: version 1.4.2
* patches/0001-Future-proof-against-poppler-24.10-changes.patch,
diff --git a/graphics/inkscape/patches/0001-blfs-poppler-25.07-fix.patch
b/graphics/inkscape/patches/0001-blfs-poppler-25.07-fix.patch
deleted file mode 100644
index fc4ca7f..0000000
--- a/graphics/inkscape/patches/0001-blfs-poppler-25.07-fix.patch
+++ /dev/null
@@ -1,262 +0,0 @@
-Fetched from: https://www.linuxfromscratch.org/patches/blfs/svn/inkscape-1.4.2-poppler_fixes-3.patch
-
-Submitted By: Douglas R. Reno <renodr at linuxfromscratch dot org>
-Date: 2025-06-09
-Initial Package Version: 1.4.2
-Upstream Status: Pending (but approved)
-Origin: Upstream
(https://gitlab.com/inkscape/inkscape/-/merge_requests/7264)
-Description: Fixes building Inkscape against poppler-25.06 by
- adapting to a private API change where an array of
- pointers was changed to a vector of unique_ptr. The
MR
- upstream also adapted the source to be able to build
- with a copy of poppler built but not installed to
the
- system, but I didn't carry that part of the patch in
- as it was both not needed and does not apply without
- more backports to this version of Inkscape.
- As such, the only commit we needed was:
- 97bd8f29a61e691ceea98ca2444b974cf4256ae0
- Tested with importing clisp-link.pdf from the clisp
- docs in /usr/share/doc/clisp-2.49.
-
-Updated by: Bruce Dubbs <bdubbs AT linuxfromscratch.org>
-Date: 2025-07-10
-Upstream Status: Pending (but approved)
-Origin: Upstream
(https://gitlab.com/inkscape/inkscape/-/merge_requests/7321)
-Description: Fixes building Inkscape against poppler-25.07
- Combines previous patch for poppler-25.06 with the
new patch.
-
-
-
-diff -Naurp
inkscape-1.4.2_2025-05-08_ebf0e940d0.orig/src/extension/internal/pdfinput/pdf-parser.cpp