pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/sayaka



Module Name:    pkgsrc
Committed By:   tsutsui
Date:           Sun May 18 15:53:57 UTC 2025

Modified Files:
        pkgsrc/net/sayaka: Makefile distinfo

Log Message:
sayaka: update to 3.8.2.

Upstream changes:
 https://github.com/isaki68k/sayaka

3.8.2 (2025/05/17)
* Added support for libjpeg, libpng, and giflib.
* Added support for various JPEG formats such as YCCK and grayscale
  (when using libjpeg).
* Changed SIXEL output background to be opaque.
* Fixed an issue where some webp images could fail to load.
* Fixed a bug where some cache files were not deleted since ver 3.8.0
  (note: any remaining files must be manually removed from ~/.sayaka/cache/).


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/net/sayaka/Makefile
cvs rdiff -u -r1.37 -r1.38 pkgsrc/net/sayaka/distinfo

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

Modified files:

Index: pkgsrc/net/sayaka/Makefile
diff -u pkgsrc/net/sayaka/Makefile:1.55 pkgsrc/net/sayaka/Makefile:1.56
--- pkgsrc/net/sayaka/Makefile:1.55     Sat Sep 21 05:50:24 2024
+++ pkgsrc/net/sayaka/Makefile  Sun May 18 15:53:57 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2024/09/21 05:50:24 tsutsui Exp $
+# $NetBSD: Makefile,v 1.56 2025/05/18 15:53:57 tsutsui Exp $
 
-DISTNAME=      sayaka-3.8.1
+DISTNAME=      sayaka-3.8.2
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=isaki68k/}
 GITHUB_PROJECT=        ${PKGBASE}
@@ -28,6 +28,9 @@ do-install:
 .if ${OPSYS} == "Linux"
 .  include "../../devel/libbsd/buildlink3.mk"
 .endif
+.include "../../graphics/giflib/buildlink3.mk"
 .include "../../graphics/libwebp/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
+.include "../../mk/jpeg.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/net/sayaka/distinfo
diff -u pkgsrc/net/sayaka/distinfo:1.37 pkgsrc/net/sayaka/distinfo:1.38
--- pkgsrc/net/sayaka/distinfo:1.37     Sat Sep 21 05:54:24 2024
+++ pkgsrc/net/sayaka/distinfo  Sun May 18 15:53:57 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.37 2024/09/21 05:54:24 tsutsui Exp $
+$NetBSD: distinfo,v 1.38 2025/05/18 15:53:57 tsutsui Exp $
 
-BLAKE2s (sayaka-3.8.1.tar.gz) = bcd5cc7e57ddd794039164e358106736e0999314cc95622166febbdc5fd0029b
-SHA512 (sayaka-3.8.1.tar.gz) = a25bf917fb4f32b8f7da5fe63e25a21b5d9d90c7785021e41fb7d0d2a852ea6cf3458cd7a8260d0df825ecbb97145f64fbf54ba26edd5fd6afab4dcdb177cfe3
-Size (sayaka-3.8.1.tar.gz) = 267077 bytes
+BLAKE2s (sayaka-3.8.2.tar.gz) = 8f89469e0701f9f8e0e07fcba78a3770952fcac50cb57da2781265b9a87fa004
+SHA512 (sayaka-3.8.2.tar.gz) = 37999e38ee3a712f655f83a9a9181c036e03d7a447de14b8edaf738477edc43a41970481a0af4bcf553154cc2e9f804f37092def1d3b8de5caf5104fc6f1b407
+Size (sayaka-3.8.2.tar.gz) = 276407 bytes



Home | Main Index | Thread Index | Old Index