Index | Thread | Search

From:
Frederic Cambus <fred@statdns.com>
Subject:
Re: [Update] www/links+ 2.28 -> 2.29
To:
trondd@kagu-tsuchi.com, ports@openbsd.org
Date:
Sat, 20 Jan 2024 21:26:15 +0100

Download raw body.

Thread
On Sat, Jan 20, 2024 at 02:25:03AM +0000, Stuart Henderson wrote:
> On 2024/01/02 22:16, Frederic Cambus wrote:
> > On Fri, Dec 29, 2023 at 01:03:41PM -0500, trondd@kagu-tsuchi.com wrote:
> > 
> > > Small update to keep links+ up to date.
> > > 
> > > === RELEASE 2.29 ===
> > 
> > Committed, thanks!
> > 
> 
> This now picks up libavif if present.

Here is a diff to add the missing LIB_DEPENDS on graphics/libavif.

Comments? OK?

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/links+/Makefile,v
retrieving revision 1.78
diff -u -p -r1.78 Makefile
--- Makefile	2 Jan 2024 21:15:09 -0000	1.78
+++ Makefile	20 Jan 2024 20:16:31 -0000
@@ -3,6 +3,7 @@ VER=		2.29
 DISTNAME=	links-${VER}
 PKGNAME=	links+-${VER}
 CATEGORIES=	www
+REVISION=	0
 
 HOMEPAGE=	http://links.twibright.com/
 
@@ -29,11 +30,12 @@ LIB_DEPENDS+=	graphics/jpeg \
 		graphics/png \
 		x11/gnome/librsvg \
 		graphics/tiff \
-		graphics/libwebp
+		graphics/libwebp \
+		graphics/libavif
 CONFIGURE_ARGS+= --with-x --enable-graphics
 WANTLIB+=	X11 jpeg>=62 m png tiff>=35
 WANTLIB+=	cairo freetype fontconfig gdk_pixbuf-2.0 gio-2.0
-WANTLIB+=	glib-2.0 gobject-2.0 intl rsvg-2 webp
+WANTLIB+=	glib-2.0 gobject-2.0 intl rsvg-2 webp avif
 
 MESSAGE=	${PKGDIR}/MESSAGE.x11
 .endif