pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/nono
Module Name: pkgsrc
Committed By: jun
Date: Sun Nov 2 06:01:13 UTC 2025
Modified Files:
pkgsrc/emulators/nono: Makefile PLIST distinfo
Log Message:
nono: update to 1.6.0.
1.6.0 (2025/10/29)
host(New): "Implement sound output."
vm(New): "Implement ADPCM (playback only) on X68030."
vm(Update): "Implement external request transfer on X68030 DMAC."
vm(Update): "Implement link array chain mode on X68030 DMAC."
vm(Update): "Separate loglevel per channel."
vm(Update): "Implement FPACK __LTOS on Human68k mode."
GUI(New): "Implement thread monitor."
app(New): "Support specifying cores for heterogeneous CPU (formally)."
vm(Fix): "Revert to suppressing full speed mode on key press on X68030. It was removed in ver 1.5.0, but was reintroduced to address unintended side effects."
host(Update): "host-avx2, host-neon are renamed to hostcpu-avx2, hostcpu-neon."
app(Fix): "Fix possible abnormal termination if the configuration file contains non-ASCII characters on NetBSD 11.0_BETA."
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/emulators/nono/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/emulators/nono/PLIST
cvs rdiff -u -r1.40 -r1.41 pkgsrc/emulators/nono/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/emulators/nono/Makefile
diff -u pkgsrc/emulators/nono/Makefile:1.57 pkgsrc/emulators/nono/Makefile:1.58
--- pkgsrc/emulators/nono/Makefile:1.57 Thu Oct 23 20:36:51 2025
+++ pkgsrc/emulators/nono/Makefile Sun Nov 2 06:01:13 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2025/10/23 20:36:51 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2025/11/02 06:01:13 jun Exp $
-DISTNAME= nono-1.5.0
-PKGREVISION= 1
+DISTNAME= nono-1.6.0
CATEGORIES= emulators
MASTER_SITES= https://www.pastel-flower.jp/~isaki/nono/archive/
Index: pkgsrc/emulators/nono/PLIST
diff -u pkgsrc/emulators/nono/PLIST:1.5 pkgsrc/emulators/nono/PLIST:1.6
--- pkgsrc/emulators/nono/PLIST:1.5 Sun Nov 3 16:22:44 2024
+++ pkgsrc/emulators/nono/PLIST Sun Nov 2 06:01:13 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2024/11/03 16:22:44 jun Exp $
+@comment $NetBSD: PLIST,v 1.6 2025/11/02 06:01:13 jun Exp $
bin/nono
bin/nono-cli
share/doc/nono/changes.html
@@ -7,6 +7,6 @@ share/doc/nono/human.html
share/doc/nono/index.html
share/doc/nono/nono-license.txt
share/doc/nono/runx.html
-share/doc/nono/upgrade-0.2.0.html
-share/doc/nono/upgrade-0.3.0.html
+share/doc/nono/upgrade-1.2.0.html
+share/doc/nono/upgrade-1.6.0.html
share/locale/ja/LC_MESSAGES/nono.mo
Index: pkgsrc/emulators/nono/distinfo
diff -u pkgsrc/emulators/nono/distinfo:1.40 pkgsrc/emulators/nono/distinfo:1.41
--- pkgsrc/emulators/nono/distinfo:1.40 Mon Sep 8 00:48:12 2025
+++ pkgsrc/emulators/nono/distinfo Sun Nov 2 06:01:13 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.40 2025/09/08 00:48:12 jun Exp $
+$NetBSD: distinfo,v 1.41 2025/11/02 06:01:13 jun Exp $
-BLAKE2s (nono-1.5.0.tar.gz) = 1c054291399dd3615230978ce13b6af47d1667987789314830334e50191f3267
-SHA512 (nono-1.5.0.tar.gz) = 84d4c69d5f9d25c8ddd82c991abc6a2bf55382ce17959a95838fa6ec04059fa77c50f2b1ea7adf27deaad0ba4fb073105f74e8ee6a9ff9a45905803dd245aea6
-Size (nono-1.5.0.tar.gz) = 3499839 bytes
+BLAKE2s (nono-1.6.0.tar.gz) = 387e67cad3441afb9085f2441e905f0389229581293259d76cdcab5501b5f435
+SHA512 (nono-1.6.0.tar.gz) = 4411cdf35daea5edae84880dbd6c35cae87959c49e6532c0ff8ca4bf46c48f5211fa69c698480e17c0f33d981de9b2068e0c9ad165a621bac665a3a77c3dcea1
+Size (nono-1.6.0.tar.gz) = 3532060 bytes
Home |
Main Index |
Thread Index |
Old Index