Skip to content

Commit

Permalink
emulators/fceux: update to 2.6.6
Browse files Browse the repository at this point in the history
Apply two upstream patches to fix the build on non-x86.  The libarchive
dependency was previously overlooked.

Changelog: https://fceux.com/web/help/WhatsNew266.html
  • Loading branch information
clausecker committed Sep 10, 2023
1 parent f0da8a9 commit af8f77f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
10 changes: 7 additions & 3 deletions emulators/fceux/Makefile
@@ -1,17 +1,21 @@
PORTNAME= fceux
DISTVERSIONPREFIX= v
DISTVERSION= 2.6.5
PORTREVISION= 2
DISTVERSION= 2.6.6
CATEGORIES= emulators games

PATCH_SITES= https://github.com/TASEmulators/fceux/commit/
PATCHFILES= 396096223ec58ff7f437ec0de7275240946531c5.diff:-p1 \
d2ee6351c08518c866bb48d89f58a67bb36931fc.diff:-p1

MAINTAINER= fuz@FreeBSD.org
COMMENT= NES emulator
WWW= https://fceux.com

LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

LIB_DEPENDS= libminizip.so:archivers/minizip
LIB_DEPENDS= libarchive.so:archivers/libarchive \
libminizip.so:archivers/minizip

USES= cmake desktop-file-utils gl lua:51 pkgconfig qt:5 sdl
USE_GL= gl glu
Expand Down
10 changes: 7 additions & 3 deletions emulators/fceux/distinfo
@@ -1,3 +1,7 @@
TIMESTAMP = 1676212323
SHA256 (TASEmulators-fceux-v2.6.5_GH0.tar.gz) = 78156f3685c55849351178773940871ed607bc4fc37f233fdab58c232e3208fa
SIZE (TASEmulators-fceux-v2.6.5_GH0.tar.gz) = 23299626
TIMESTAMP = 1694135542
SHA256 (TASEmulators-fceux-v2.6.6_GH0.tar.gz) = 0320241d45c6d609f7aeb6f85fdd9019552047206b0864a7f9fddff15b004daa
SIZE (TASEmulators-fceux-v2.6.6_GH0.tar.gz) = 23330274
SHA256 (396096223ec58ff7f437ec0de7275240946531c5.diff) = ab77ef293252ac5bad91ffd299dfcdac326ebcad821ac84526c45d8af329d973
SIZE (396096223ec58ff7f437ec0de7275240946531c5.diff) = 1134
SHA256 (d2ee6351c08518c866bb48d89f58a67bb36931fc.diff) = 08c352b145c040bd5db7162fbaa69e49914d550f2d90fc0f7da6aa48888d7572
SIZE (d2ee6351c08518c866bb48d89f58a67bb36931fc.diff) = 1038

0 comments on commit af8f77f

Please sign in to comment.