pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/dillo



Module Name:    pkgsrc
Committed By:   ktnb
Date:           Sun Jan 19 15:34:43 UTC 2025

Modified Files:
        pkgsrc/www/dillo: Makefile distinfo options.mk

Log Message:
dillo: update to 3.2.0

- optional support for webp images
- new options for ignoring images
- support for simple SVG
- scrollbar navigation mode
- zoom via Ctrl +/-
- bug fixes


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 pkgsrc/www/dillo/Makefile
cvs rdiff -u -r1.44 -r1.45 pkgsrc/www/dillo/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/dillo/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/dillo/Makefile
diff -u pkgsrc/www/dillo/Makefile:1.92 pkgsrc/www/dillo/Makefile:1.93
--- pkgsrc/www/dillo/Makefile:1.92      Thu Jun 13 13:21:08 2024
+++ pkgsrc/www/dillo/Makefile   Sun Jan 19 15:34:43 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.92 2024/06/13 13:21:08 ktnb Exp $
+# $NetBSD: Makefile,v 1.93 2025/01/19 15:34:43 ktnb Exp $
 
-DISTNAME=      dillo-3.1.1
+DISTNAME=      dillo-3.2.0
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=dillo-browser/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/www/dillo/distinfo
diff -u pkgsrc/www/dillo/distinfo:1.44 pkgsrc/www/dillo/distinfo:1.45
--- pkgsrc/www/dillo/distinfo:1.44      Thu Jun 13 13:21:08 2024
+++ pkgsrc/www/dillo/distinfo   Sun Jan 19 15:34:43 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.44 2024/06/13 13:21:08 ktnb Exp $
+$NetBSD: distinfo,v 1.45 2025/01/19 15:34:43 ktnb Exp $
 
-BLAKE2s (dillo-3.1.1.tar.gz) = 972d69ffbf4eee631535a164baea24e2971139e4ee15800a032fe5f2749b0f4d
-SHA512 (dillo-3.1.1.tar.gz) = 3b67baa74a273ddc9ca1e92e32e268aec5cd393449678764eda4dfc64cab2f0ca9727dabf1d84aecd84c2c5f8063c5e9f938593430324fcd35e889b84079c08c
-Size (dillo-3.1.1.tar.gz) = 1516060 bytes
+BLAKE2s (dillo-3.2.0.tar.gz) = 5316ef138218567801d7ed9491f69c8f30393f91f976ee6980ca9f47e764a2e1
+SHA512 (dillo-3.2.0.tar.gz) = ff6aa64c79a5dac3bd5152e7501a20c129924c20df712003fc2cd0f18ab55886b0959aea4765f3c893e450e9f95781c10d393108cae8240804d4740f8121f066
+Size (dillo-3.2.0.tar.gz) = 1459110 bytes

Index: pkgsrc/www/dillo/options.mk
diff -u pkgsrc/www/dillo/options.mk:1.7 pkgsrc/www/dillo/options.mk:1.8
--- pkgsrc/www/dillo/options.mk:1.7     Tue May  7 18:06:35 2024
+++ pkgsrc/www/dillo/options.mk Sun Jan 19 15:34:43 2025
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.7 2024/05/07 18:06:35 abs Exp $
+# $NetBSD: options.mk,v 1.8 2025/01/19 15:34:43 ktnb Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.dillo
-PKG_SUPPORTED_OPTIONS= inet6 ssl
-PKG_SUGGESTED_OPTIONS= inet6 ssl
+PKG_SUPPORTED_OPTIONS= inet6 ssl webp
+PKG_SUGGESTED_OPTIONS= inet6 ssl webp
 
 .include "../../mk/bsd.options.mk"
 
@@ -24,3 +24,8 @@ SUBST_SED.sslcerts=   -e 's,"/etc/ssl/cert
 .else
 CONFIGURE_ARGS+=       --disable-ssl
 .endif
+
+.if !empty(PKG_OPTIONS:Mwebp)
+CONFIGURE_ARGS+=       --enable-webp
+.include "../../graphics/libwebp/buildlink3.mk"
+.endif



Home | Main Index | Thread Index | Old Index