pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/PC6001VX PC6001VX: update to 4.1.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/909c8b7d8e72
branches:  trunk
changeset: 391353:909c8b7d8e72
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Sun Jan 08 08:30:38 2023 +0000

description:
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.

diffstat:

 emulators/PC6001VX/Makefile                   |  14 ++++++++------
 emulators/PC6001VX/distinfo                   |   9 ++++-----
 emulators/PC6001VX/patches/patch-src_p6el.cpp |  11 -----------
 3 files changed, 12 insertions(+), 22 deletions(-)

diffs (66 lines):

diff -r 72690947fce2 -r 909c8b7d8e72 emulators/PC6001VX/Makefile
--- a/emulators/PC6001VX/Makefile       Sun Jan 08 08:13:31 2023 +0000
+++ b/emulators/PC6001VX/Makefile       Sun Jan 08 08:30:38 2023 +0000
@@ -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_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 @@
        ${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"
diff -r 72690947fce2 -r 909c8b7d8e72 emulators/PC6001VX/distinfo
--- a/emulators/PC6001VX/distinfo       Sun Jan 08 08:13:31 2023 +0000
+++ b/emulators/PC6001VX/distinfo       Sun Jan 08 08:30:38 2023 +0000
@@ -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
diff -r 72690947fce2 -r 909c8b7d8e72 emulators/PC6001VX/patches/patch-src_p6el.cpp
--- a/emulators/PC6001VX/patches/patch-src_p6el.cpp     Sun Jan 08 08:13:31 2023 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-$NetBSD: patch-src_p6el.cpp,v 1.1 2019/12/21 23:39:48 joerg Exp $
-
---- src/p6el.cpp.orig  2019-12-21 17:32:31.750638038 +0000
-+++ src/p6el.cpp
-@@ -1,5 +1,6 @@
- #include <new>
- #include <cstdio>
-+#include <cstdlib>
- #include <string>
- 
- #include "pc6001v.h"



Home | Main Index | Thread Index | Old Index