Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (e3f38313d6281efb254f594189971f9a78275c63)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (e3f38313d6281efb254f594189971f9a78275c63)
  • Date: Tue, 11 Aug 2026 12:24:47 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

graphics-libs/zxing-cpp/DEPENDS | 2 +-
graphics-libs/zxing-cpp/DETAILS | 4 ++--
graphics-libs/zxing-cpp/HISTORY | 4 ++++
openprinting/libcupsfilters/DEPENDS | 10 +++++-----
openprinting/libcupsfilters/DETAILS | 4 ++--
openprinting/libcupsfilters/HISTORY | 4 ++++
6 files changed, 18 insertions(+), 10 deletions(-)

New commits:
commit e3f38313d6281efb254f594189971f9a78275c63
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libcupsfilters: => 2.2.1

commit ddadaf2fc6cde95d0485f4106b4cdb392cacbdd1
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

zxing-cpp: => 3.1.1

diff --git a/graphics-libs/zxing-cpp/DEPENDS b/graphics-libs/zxing-cpp/DEPENDS
index a3af70a..9f214f9 100755
--- a/graphics-libs/zxing-cpp/DEPENDS
+++ b/graphics-libs/zxing-cpp/DEPENDS
@@ -1,3 +1,3 @@
source $GRIMOIRE/CMAKE_DEPENDS &&
depends -sub CXX gcc &&
-optional_depends opencv4 '' '' 'build examples'
+optional_depends OPENCV '' '' 'build examples'
diff --git a/graphics-libs/zxing-cpp/DETAILS b/graphics-libs/zxing-cpp/DETAILS
index eb605f7..8e2a5cf 100755
--- a/graphics-libs/zxing-cpp/DETAILS
+++ b/graphics-libs/zxing-cpp/DETAILS
@@ -1,7 +1,7 @@
source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=zxing-cpp
- VERSION=3.0.2
-
SOURCE_HASH=sha512:fd1df78d34204f776abcf3f9f854643a15cf889e86821b9b6ce6a52c064086dd6398f8a525088f457e7df8725a041d657f59dd07c71efbbf8682bd5bb6fd97f3
+ VERSION=3.1.1
+
SOURCE_HASH=sha512:154a9ed31ef8a9b442f552ce479fd2beb1ebc5c6789fcffa2fbcbbc9ec2bbd57aabcc05cb1dd96d1d72459018524fc1f976dd85d95f2da0bc074fd5fe76ae8dc
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=https://github.com/nu-book/zxing-cpp
diff --git a/graphics-libs/zxing-cpp/HISTORY b/graphics-libs/zxing-cpp/HISTORY
index 5878efb..9953d39 100644
--- a/graphics-libs/zxing-cpp/HISTORY
+++ b/graphics-libs/zxing-cpp/HISTORY
@@ -1,3 +1,7 @@
+2026-08-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.1.1
+ * DEPENDS: OPENCV
+
2026-03-14 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.0.2

diff --git a/openprinting/libcupsfilters/DEPENDS
b/openprinting/libcupsfilters/DEPENDS
index 529152d..f79fbaf 100755
--- a/openprinting/libcupsfilters/DEPENDS
+++ b/openprinting/libcupsfilters/DEPENDS
@@ -18,11 +18,6 @@ optional_depends dbus \
'--disable-dbus' \
'DBus CMS support' &&

-optional_depends -sub XPDF_HEADERS poppler \
- '--enable-poppler' \
- '--disable-poppler' \
- 'Poppler based filters' &&
-
optional_depends JPEG \
'--with-jpeg' \
'--without-jpeg' \
@@ -38,6 +33,11 @@ optional_depends libpng \
'--without-png'\
'Support PNG filter' &&

+optional_depends libjxl \
+ '--with-jpegxl' \
+ '--without-jpegxl' \
+ 'JPEG‑XL support' &&
+
optional_depends GETTEXT \
'--enable-nls' \
'--disable-nls' \
diff --git a/openprinting/libcupsfilters/DETAILS
b/openprinting/libcupsfilters/DETAILS
index b07c081..00def76 100755
--- a/openprinting/libcupsfilters/DETAILS
+++ b/openprinting/libcupsfilters/DETAILS
@@ -1,6 +1,6 @@
SPELL=libcupsfilters
- VERSION=2.2.0
-
SOURCE_HASH=sha512:1961aa501219610633b764ac2458be01590de14cb088e7e395090686409505963e898d61d83fc3ae0c486f745aa7ef67ba1c9e234cd1b4b04d46683c976b7f56
+ VERSION=2.2.1
+
SOURCE_HASH=sha512:a79904304aacd40d00b5ae79dc029364ac9bb3bc04a04d6ddc9ba160aaf4a64d52ccdb90e46d38dfb3722bb404e9571c74cdda745db682f44dbc4997a943aa98
SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=/$SPELL-$VERSION
diff --git a/openprinting/libcupsfilters/HISTORY
b/openprinting/libcupsfilters/HISTORY
index a92be98..2aa4148 100644
--- a/openprinting/libcupsfilters/HISTORY
+++ b/openprinting/libcupsfilters/HISTORY
@@ -1,3 +1,7 @@
+2026-08-11 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.2.1
+ * DEPENDS: drop poppler, add libjxl
+
2026-08-06 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.2.0
* DEPENDS: qpdf => pdfio


  • [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (e3f38313d6281efb254f594189971f9a78275c63), Treeve Jelbert, 08/11/2026

Archive powered by MHonArc 2.6.24.

Top of Page