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:           Tue Dec 17 15:21:29 UTC 2024

Modified Files:
        pkgsrc/emulators/PC6001VX: Makefile distinfo options.mk

Log Message:
PC6001VX: update to 4.2.10. (bug fixes)

pkgsrc changes:
* sync ffmpeg version with qt6-qtmultimedia

Upstream changes:
 http://eighttails.seesaa.net/article/506411600.html

* Fixed an issue where the status bar may become garbled.
* Fixed an issue where sound might not play.
* (Windows) Fixed an issue where the menu may not be displayed
  when in full screen.


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 pkgsrc/emulators/PC6001VX/Makefile
cvs rdiff -u -r1.45 -r1.46 pkgsrc/emulators/PC6001VX/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/emulators/PC6001VX/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/emulators/PC6001VX/Makefile
diff -u pkgsrc/emulators/PC6001VX/Makefile:1.104 pkgsrc/emulators/PC6001VX/Makefile:1.105
--- pkgsrc/emulators/PC6001VX/Makefile:1.104    Thu Nov 14 22:19:41 2024
+++ pkgsrc/emulators/PC6001VX/Makefile  Tue Dec 17 15:21:29 2024
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.104 2024/11/14 22:19:41 wiz Exp $
+# $NetBSD: Makefile,v 1.105 2024/12/17 15:21:29 tsutsui Exp $
 
-VERSION=               4.2.9
+VERSION=               4.2.10
 DISTNAME=              PC6001VX_${VERSION}_src
 PKGNAME=               ${DISTNAME:S/_src//:S/_/-/}
-PKGREVISION=           3
 CATEGORIES=            emulators
 MASTER_SITES=          http://eighttails.up.seesaa.net/bin/
 

Index: pkgsrc/emulators/PC6001VX/distinfo
diff -u pkgsrc/emulators/PC6001VX/distinfo:1.45 pkgsrc/emulators/PC6001VX/distinfo:1.46
--- pkgsrc/emulators/PC6001VX/distinfo:1.45     Sun Jul 21 06:03:07 2024
+++ pkgsrc/emulators/PC6001VX/distinfo  Tue Dec 17 15:21:29 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.45 2024/07/21 06:03:07 tsutsui Exp $
+$NetBSD: distinfo,v 1.46 2024/12/17 15:21:29 tsutsui Exp $
 
-BLAKE2s (PC6001VX_4.2.9_src.tar.gz) = 7a25726bdf95531d9e488a3224611f232286e6ec3f8f281f642226bf67029f1c
-SHA512 (PC6001VX_4.2.9_src.tar.gz) = e78a7bd97b5ba97bae3d17988de7c1f328e81116d0283e4221bdc79c3967449b0d29fb65296989df4ce96aa4e33df6571d4feeca12459b569191a413bf796263
-Size (PC6001VX_4.2.9_src.tar.gz) = 5491678 bytes
+BLAKE2s (PC6001VX_4.2.10_src.tar.gz) = 4d781800a13aee1ad8d0ca95e01911650c0dfed747f242f8976e678159091e1c
+SHA512 (PC6001VX_4.2.10_src.tar.gz) = 58bcecf22c9d385839375c70ca6a9dcc86c424f209d21da34ca5bf9521b8f8928579b466f14b5bb3cc7c2ab4ccabd11836f8df9bdae7b7361f981637b41f7293
+Size (PC6001VX_4.2.10_src.tar.gz) = 5977186 bytes

Index: pkgsrc/emulators/PC6001VX/options.mk
diff -u pkgsrc/emulators/PC6001VX/options.mk:1.4 pkgsrc/emulators/PC6001VX/options.mk:1.5
--- pkgsrc/emulators/PC6001VX/options.mk:1.4    Tue Jun  6 12:41:20 2023
+++ pkgsrc/emulators/PC6001VX/options.mk        Tue Dec 17 15:21:29 2024
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2023/06/06 12:41:20 riastradh Exp $
+# $NetBSD: options.mk,v 1.5 2024/12/17 15:21:29 tsutsui Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.PC6001VX
 PKG_SUPPORTED_OPTIONS= debug ffmpeg manual sdl2
@@ -23,7 +23,7 @@ QMAKE_ARGS+=  "DEFINES+=NOMONITOR"
 .endif
 
 .if !empty(PKG_OPTIONS:Mffmpeg)
-.include "../../multimedia/ffmpeg5/buildlink3.mk"
+.include "../../multimedia/ffmpeg6/buildlink3.mk"
 .else
 QMAKE_ARGS+=   "DEFINES+=NOAVI"
 .endif



Home | Main Index | Thread Index | Old Index