View | Details | Raw Unified | Return to bug 257097
Collapse All | Expand All

(-)b/emulators/emu64/Makefile (-4 / +2 lines)
Lines 1-8 Link Here
1
# Created by: Felix Palmen <felix@palmen-it.de>
1
# Created by: Felix Palmen <felix@palmen-it.de>
2
2
3
PORTNAME=	emu64
3
PORTNAME=	emu64
4
PORTVERSION=	5.0.18
4
PORTVERSION=	5.0.19
5
PORTREVISION=	3
6
CATEGORIES=	emulators
5
CATEGORIES=	emulators
7
6
8
MAINTAINER=	felix@palmen-it.de
7
MAINTAINER=	felix@palmen-it.de
Lines 20-27 USES= compiler:c++11-lang desktop-file-utils dos2unix gl pkgconfig \ Link Here
20
USE_GL=		gl glu
19
USE_GL=		gl glu
21
USE_QT=		core gui widgets buildtools_build linguisttools_build
20
USE_QT=		core gui widgets buildtools_build linguisttools_build
22
21
23
DOS2UNIX_FILES=	src/c64_class.cpp \
22
DOS2UNIX_FILES=	src/widget_file_browse.h
24
		src/widget_file_browse.h
25
23
26
USE_SDL=	sdl2 image2
24
USE_SDL=	sdl2 image2
27
USE_GITHUB=	yes
25
USE_GITHUB=	yes
(-)b/emulators/emu64/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1583170010
1
TIMESTAMP = 1625814662
2
SHA256 (ThKattanek-emu64-5.0.18_GH0.tar.gz) = 3457f6cb37b99c597e0698ba4b5c2466bf6a0993cc9b8f343ab950a07a853717
2
SHA256 (ThKattanek-emu64-5.0.19_GH0.tar.gz) = 225d66d17f5e803137b373df3905063abcf7f77a5c914f7307913b18f6d51315
3
SIZE (ThKattanek-emu64-5.0.18_GH0.tar.gz) = 1630546
3
SIZE (ThKattanek-emu64-5.0.19_GH0.tar.gz) = 1641017
(-)a/emulators/emu64/files/patch-src_c64__class.cpp (-23 lines)
Removed Link Here
1
--- src/c64_class.cpp.orig	2020-04-11 10:05:13 UTC
2
+++ src/c64_class.cpp
3
@@ -27,9 +27,9 @@ int SDLThreadWarp(void *userdat);
4
 #define C64Takt 985248  // 50,124542Hz (Original C64 PAL)
5
 
6
 #ifdef _WIN32
7
-    #define AudioPufferSize (882)    // 882 bei 44.100 Khz
8
+    #define AudioPufferSize (1024)    // 882 bei 44.100 Khz
9
 #else
10
-    #define AudioPufferSize (882)    // 882 bei 44.100 Khz
11
+    #define AudioPufferSize (1024)    // 882 bei 44.100 Khz
12
 #endif
13
 
14
 #define RecPollingWaitStart 20
15
@@ -1757,7 +1757,7 @@ void C64Class::SetFullscreenAspectRatio(bool enable)
16
 void C64Class::AnalyzeSDLEvent(SDL_Event *event)
17
 {
18
     static bool joy_center_flag = true;
19
-    static char joy_axis_tbl[5] = {1,1,0,0,-1};
20
+    static signed char joy_axis_tbl[5] = {1,1,0,0,-1};
21
 
22
     SDL_Keymod keymod;
23
 
(-)b/emulators/emu64/files/patch-src_src.pro (-9 / +9 lines)
Lines 1-11 Link Here
1
--- src/src.pro.orig	2020-11-08 17:21:01 UTC
1
--- src/src.pro.orig	2021-07-08 16:55:15 UTC
2
+++ src/src.pro
2
+++ src/src.pro
3
@@ -73,7 +73,7 @@ DEFINES += ZIP_SUPPORT=true
3
@@ -84,7 +84,7 @@ equals(QT_MAJOR_VERSION, 5) {
4
 win32 {
4
     win32 {
5
     PKGCONFIG += quazip
5
         PKGCONFIG += quazip
6
 } else {
6
     } else {
7
-    LIBS += -lquazip5
7
-        LIBS += -lquazip5
8
+   PKGCONFIG += quazip1-qt5
8
+        PKGCONFIG += quazip1-qt5
9
 }
9
     }
10
 
10
 
11
 # Quelltexte
11
     message("QT5 is active")
(-)b/emulators/emu64/files/patch-src_widget__file__browse.h (-1 / +1 lines)
Lines 1-4 Link Here
1
--- src/widget_file_browse.h.orig	2020-11-08 17:22:47 UTC
1
--- src/widget_file_browse.h.orig	2021-07-09 07:30:04 UTC
2
+++ src/widget_file_browse.h
2
+++ src/widget_file_browse.h
3
@@ -26,8 +26,8 @@
3
@@ -26,8 +26,8 @@
4
         #include "quazip/quazip.h"
4
         #include "quazip/quazip.h"
(-)b/emulators/emu64/pkg-message (+13 lines)
Added Link Here
1
[
2
{
3
  type: upgrade
4
  maximum_version: "5.0.19"
5
  message: <<EOM
6
Due to a breaking change, emu64 might crash when you open the user color
7
palette window. This should happen only once.
8
9
To prevent it from happening at all, you could also remove your
10
~/.config/emu64/emu64.ini file containing your user's configuration.
11
EOM
12
}
13
]
(-)b/emulators/emu64/pkg-plist (-1 / +1 lines)
Lines 1-6 Link Here
1
bin/emu64
1
bin/emu64
2
share/applications/emu64.desktop
2
share/applications/emu64.desktop
3
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
3
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
4
%%PORTDOCS%%%%DOCSDIR%%/hotkeys.txt
4
%%PORTDOCS%%%%DOCSDIR%%/kommandozeilenparameter.txt
5
%%PORTDOCS%%%%DOCSDIR%%/kommandozeilenparameter.txt
5
%%PORTDOCS%%%%DOCSDIR%%/änderungen.txt
6
%%PORTDOCS%%%%DOCSDIR%%/änderungen.txt
6
%%DATADIR%%/floppy_sounds/anschlag.raw
7
%%DATADIR%%/floppy_sounds/anschlag.raw
7
- 

Return to bug 257097