Skip to content

Commit

Permalink
emulators/emu64: Update to 5.1.0
Browse files Browse the repository at this point in the history
Changes: https://github.com/ThKattanek/emu64/releases/tag/5.1.0

Approved by:	tcberner (mentor, implicit)
  • Loading branch information
Zirias committed Jun 27, 2023
1 parent 44713fe commit 241fe30
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 127 deletions.
3 changes: 1 addition & 2 deletions emulators/emu64/Makefile
@@ -1,6 +1,5 @@
PORTNAME= emu64
DISTVERSION= 5.0.19
PORTREVISION= 5
DISTVERSION= 5.1.0
CATEGORIES= emulators

MAINTAINER= zirias@FreeBSD.org
Expand Down
6 changes: 3 additions & 3 deletions emulators/emu64/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1625814662
SHA256 (ThKattanek-emu64-5.0.19_GH0.tar.gz) = 225d66d17f5e803137b373df3905063abcf7f77a5c914f7307913b18f6d51315
SIZE (ThKattanek-emu64-5.0.19_GH0.tar.gz) = 1641017
TIMESTAMP = 1687885979
SHA256 (ThKattanek-emu64-5.1.0_GH0.tar.gz) = 492b5b395b4493440fc59915a4c6cd94f42d21b8fdf58edf9160832c3f22c796
SIZE (ThKattanek-emu64-5.1.0_GH0.tar.gz) = 2760960
120 changes: 0 additions & 120 deletions emulators/emu64/files/patch-ffmpeg6

This file was deleted.

11 changes: 11 additions & 0 deletions emulators/emu64/files/patch-src_savepng.c
@@ -0,0 +1,11 @@
--- src/savepng.c.orig 2023-06-27 17:17:48 UTC
+++ src/savepng.c
@@ -25,7 +25,7 @@
#endif

/* libpng callbacks */
-static void png_error_SDL(png_structp *png_ptr, png_const_charp str)
+static void png_error_SDL(png_structp png_ptr, png_const_charp str)
{
SDL_SetError("libpng: %s\n", str);
}
4 changes: 2 additions & 2 deletions emulators/emu64/files/patch-src_src.pro
@@ -1,6 +1,6 @@
--- src/src.pro.orig 2021-07-08 16:55:15 UTC
--- src/src.pro.orig 2023-06-23 23:22:04 UTC
+++ src/src.pro
@@ -84,7 +84,7 @@ equals(QT_MAJOR_VERSION, 5) {
@@ -91,7 +91,7 @@ equals(QT_MAJOR_VERSION, 5) {
win32 {
PKGCONFIG += quazip
} else {
Expand Down

0 comments on commit 241fe30

Please sign in to comment.