Index | Thread | Search

From:
Florian Viehweger <openbsd@out-of-creativity.de>
Subject:
Re: [update] Lagrange to 1.19.0
To:
Stuart Henderson <stu@spacehopper.org>
Cc:
ports@openbsd.org
Date:
Thu, 2 Oct 2025 12:10:52 +0200

Download raw body.

Thread
Am Wed, 1 Oct 2025 16:16:14 +0100
schrieb Stuart Henderson <stu@spacehopper.org>:

> ok.
> 
> might be worth adding "(gemini, gopher)" to COMMENT while there?

Sounds like a good idea. Updated diff attached.

Thanks!


Index: Makefile
===================================================================
RCS file: /daten/openbsdmirror/cvs/mirror/ports/net/lagrange/Makefile,v
retrieving revision 1.79
diff -u -p -u -p -r1.79 Makefile
--- Makefile	24 Aug 2025 12:56:38 -0000	1.79
+++ Makefile	2 Oct 2025 10:02:30 -0000
@@ -1,5 +1,5 @@
-COMMENT =	SDL multi protocol navigator
-VERSION =	1.18.8
+COMMENT =	SDL multi protocol (gemini, gopher) navigator
+VERSION =	1.19.2
 
 DISTNAME =	lagrange-${VERSION}
 
@@ -12,8 +12,9 @@ HOMEPAGE =	https://gmi.skyjake.fi/lagran
 # BSD 2-Clause
 PERMIT_PACKAGE =Yes
 
-WANTLIB +=	ICE SDL2 SM X11 Xext c crypto curses fribidi harfbuzz m
-WANTLIB +=	mpg123 opusfile pcre2-8 pthread ssl unistring webp z
+WANTLIB +=	ICE SDL2 SM X11 Xext c crypto curses fribidi harfbuzz jxl
+WANTLIB +=	jxl_threads m mpg123 opusfile pcre2-8 pthread ssl unistring
+WANTLIB +=	webp z
 
 DEBUG_PACKAGES =${BUILD_PACKAGES}
 
@@ -36,6 +37,7 @@ LIB_DEPENDS =	audio/mpg123 \
 		devel/harfbuzz \
 		devel/pcre2 \
 		devel/sdl2 \
+		graphics/libjxl \
 		graphics/libwebp
 
 CONFIGURE_ARGS +=	-DCMAKE_DISABLE_FIND_PACKAGE_Git=TRUE \
Index: distinfo
===================================================================
RCS file: /daten/openbsdmirror/cvs/mirror/ports/net/lagrange/distinfo,v
retrieving revision 1.65
diff -u -p -u -p -r1.65 distinfo
--- distinfo	24 Aug 2025 12:56:38 -0000	1.65
+++ distinfo	2 Oct 2025 10:02:30 -0000
@@ -1,2 +1,2 @@
-SHA256 (lagrange-1.18.8.tar.gz) = nozlmdNSu/fyrPs+U6zAbwqTLaCLpHzM24auufEB1ZA=
-SIZE (lagrange-1.18.8.tar.gz) = 11378882
+SHA256 (lagrange-1.19.2.tar.gz) = nzHr8b5B+G0KuufJqgt4tFP+87Qrc/OpJ1nLusE7hE8=
+SIZE (lagrange-1.19.2.tar.gz) = 11414646


-- 
greetings,

Florian Viehweger