From: Mikolaj Kucharski Subject: Is print/splix 2.0.1 update on your radar? To: Antoine Jacoutot Cc: ports@openbsd.org Date: Sat, 8 Nov 2025 22:57:50 +0000 Hi Antoine, I have an issue configuring CUPS with Samsung M2070 laser printer, and I wanted to look into updating splix package. I barely started and wanted to ask before I move forward. Do you have maybe some in progress update already? I did only the Makefile. Looking into the patches is next step.. Index: Makefile =================================================================== RCS file: /cvs/ports/print/splix/Makefile,v diff -u -p -u -r1.27 Makefile --- Makefile 27 Sep 2023 14:32:03 -0000 1.27 +++ Makefile 8 Nov 2025 22:51:12 -0000 @@ -1,28 +1,28 @@ COMMENT= CUPS drivers for SPL printers -V= 2.0.1.20130902 -DISTNAME= splix-${V}svn +GH_ACCOUNT= OpenPrinting +GH_PROJECT= splix +GH_TAGNAME= 2.0.1 + +V= ${GH_TAGNAME}.20240402 PKGNAME= splix-${V} -EXTRACT_SUFX= .tar.bz2 -WRKDIST= ${WRKDIR}/splix -REVISION= 4 +EXTRACT_SUFX= .tar.xz +#WRKDIST= ${WRKDIR}/splix CATEGORIES= print -HOMEPAGE= http://splix.ap2c.org/ +HOMEPAGE= https://openprinting.github.io/splix/ MAINTAINER= Antoine Jacoutot +SITES= https://github.com/OpenPrinting/splix/releases/download/${GH_TAGNAME}/ + # GPLv2 PERMIT_PACKAGE= Yes WANTLIB += ${COMPILER_LIBCXX} c cups cupsimage jbig85 m COMPILER= base-clang ports-gcc base-gcc - -# snapshot of SVN (Fedora tarball) -SITES= http://pkgs.fedoraproject.org/repo/pkgs/splix/${DISTNAME}${EXTRACT_SUFX}/2901e9482dd1a7c44f7b730696868e09/ -#SITES= ${SITE_SOURCEFORGE:=splix/} LIB_DEPENDS= print/cups,-libs \ graphics/jbigkit Index: distinfo =================================================================== RCS file: /cvs/ports/print/splix/distinfo,v diff -u -p -u -r1.3 distinfo --- distinfo 22 Nov 2013 08:09:16 -0000 1.3 +++ distinfo 8 Nov 2025 22:51:12 -0000 @@ -1,2 +1,2 @@ -SHA256 (splix-2.0.1.20130902svn.tar.bz2) = EU3KeX7vjwv/OhRVqyo8ABpzz97O2D51ldPEO8wgefY= -SIZE (splix-2.0.1.20130902svn.tar.bz2) = 128109 +SHA256 (splix-2.0.1.tar.xz) = UzlG1XiXv2Kiz4905IgljhH6DFUCj61DraJMVobzigY= +SIZE (splix-2.0.1.tar.xz) = 93032 -- Regards, Mikolaj