pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/PC6001VX
Module Name: pkgsrc
Committed By: tsutsui
Date: Sun Jan 8 08:30:39 UTC 2023
Modified Files:
pkgsrc/emulators/PC6001VX: Makefile distinfo
Removed Files:
pkgsrc/emulators/PC6001VX/patches: patch-src_p6el.cpp
Log Message:
PC6001VX: update to 4.1.1.
Tested on NetBSD/amd64 9.3 and NetBSD/i386 9.3 with qt6 packages.
Upstream changes:
4.1.1 2023/01/05
* (Windows)Fixed issue in opening file with Japanese file name.
4.1.0 2023/01/01
* Merged upstream PC6001V version 2.0.4.
* Introduce Romaji input method for KANA characters. It can be toggled
by ALT+F12.
* Updated PC-6001mk2/6601 compatible basic ROMs to 0.4.1.
* Fixed replay/playback inconsistency.
4.0.0 2022/12/03
* 4.0 final release.
4.0.0Beta2 2022/08/05
* Merged upstream PC6001V version 2.0.3.
* Endode movie in background thread. This makes better performance of
video capturing.
* Fixed issue joystick did not work.
4.0.0Beta1 2022/02/28
* Merged upstream PC6001V version 2.0.2.
* Migrated to Qt6 from Qt5. Now Qt6.2 or higher is required to build.
To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 pkgsrc/emulators/PC6001VX/Makefile
cvs rdiff -u -r1.33 -r1.34 pkgsrc/emulators/PC6001VX/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/emulators/PC6001VX/patches/patch-src_p6el.cpp
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/emulators/PC6001VX/Makefile
diff -u pkgsrc/emulators/PC6001VX/Makefile:1.75 pkgsrc/emulators/PC6001VX/Makefile:1.76
--- pkgsrc/emulators/PC6001VX/Makefile:1.75 Sun Jan 8 07:22:00 2023
+++ pkgsrc/emulators/PC6001VX/Makefile Sun Jan 8 08:30:38 2023
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.75 2023/01/08 07:22:00 tsutsui Exp $
+# $NetBSD: Makefile,v 1.76 2023/01/08 08:30:38 tsutsui Exp $
-VERSION= 3.9.1
+VERSION= 4.1.1
DISTNAME= PC6001VX_${VERSION}_src
PKGNAME= ${DISTNAME:S/_src//:S/_/-/}
CATEGORIES= emulators
-MASTER_SITES= http://eighttails.up.seesaa.net/image/
+MASTER_SITES= http://eighttails.up.seesaa.net/bin/
MAINTAINER= tsutsui%NetBSD.org@localhost
HOMEPAGE= http://eighttails.seesaa.net/
@@ -15,6 +15,8 @@ USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
+GCC_REQD+= 9 # for qt6 that requires <filesystem>
+
INSTALLATION_DIRS+= bin
.include "options.mk"
@@ -27,7 +29,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/PC6001VX \
${DESTDIR}${PREFIX}/bin
-.include "../../x11/qt5-qtbase/buildlink3.mk"
-.include "../../x11/qt5-qtmultimedia/buildlink3.mk"
-.include "../../x11/qt5-qtx11extras/buildlink3.mk"
+.include "../../devel/qt6-qt5compat/buildlink3.mk"
+.include "../../multimedia/qt6-qtmultimedia/buildlink3.mk"
+.include "../../x11/qt6-qtbase/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/emulators/PC6001VX/distinfo
diff -u pkgsrc/emulators/PC6001VX/distinfo:1.33 pkgsrc/emulators/PC6001VX/distinfo:1.34
--- pkgsrc/emulators/PC6001VX/distinfo:1.33 Sun Jan 8 07:22:00 2023
+++ pkgsrc/emulators/PC6001VX/distinfo Sun Jan 8 08:30:38 2023
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.33 2023/01/08 07:22:00 tsutsui Exp $
+$NetBSD: distinfo,v 1.34 2023/01/08 08:30:38 tsutsui Exp $
-BLAKE2s (PC6001VX_3.9.1_src.tar.gz) = 7c7fa8b9354995046083f3831802ffd375fe099adb5aece9e3bb479d0b386ce0
-SHA512 (PC6001VX_3.9.1_src.tar.gz) = 8f8b4b02673c9ac15c164eab80f8a696f41fcf0c7c624306861b3a68c7717e459a960301e3a6587f063e9fd1e7d77951b731e745c94e697b971a69ebbc8e801d
-Size (PC6001VX_3.9.1_src.tar.gz) = 4768438 bytes
-SHA1 (patch-src_p6el.cpp) = 0c93418283df1a81d39e66fac4e1a492846448ab
+BLAKE2s (PC6001VX_4.1.1_src.tar.gz) = 6e76135077f89ffc09afe3668213c9afb3be646ae7fdc24e03c59ed97277e0fc
+SHA512 (PC6001VX_4.1.1_src.tar.gz) = f14898cd3c88ad84d05c9922134c715be13aca64a1ba164d2c7c8f69be47611f8e723fe64afe59c7b9848ebcb34187b4401623651e01a28147d5065c4cab5e16
+Size (PC6001VX_4.1.1_src.tar.gz) = 5382568 bytes
Home |
Main Index |
Thread Index |
Old Index