Skip to content

Commit 95a4fab

Browse files
committed
fceux: new, 2.6.6+git20251111
1 parent 6b06d5c commit 95a4fab

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

app-games/fceux/autobuild/beyond

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
abinfo "Removing CHM files..."
2+
find "$PKGDIR"/usr/share/fceux/ -name "*.chm" -delete -print
3+
abinfo "Removing DLL files..."
4+
find "$PKGDIR"/usr/share/fceux/ -name "*.dll" -delete -print

app-games/fceux/autobuild/defines

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
PKGNAME=fceux
2+
PKGSEC=games
3+
PKGDEP="sdl2 qt-6 lua-5.1 x264 x265 ffmpeg libarchive minizip zlib"
4+
PKGDES="Famicom/Nintendo Entertainment System (NES) emulator"
5+
6+
# Note: Upstream recommends using GNU Makefile.
7+
#
8+
# https://github.com/TASEmulators/fceux/blob/d339f1fa0cd8b69cc637a0de3fb3f04cb28748ea/README#L41
9+
ABTYPE=cmake
10+
11+
CMAKE_AFTER="-DGLVND=1"

app-games/fceux/spec

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
VER=2.6.6+git20251111
2+
3+
# Note: Upstream tag 2.6.6 included a x86-only header
4+
# and cannot be built on other architectures.
5+
# Here use git snapshot with fixed code.
6+
COMMIT=d339f1fa0cd8b69cc637a0de3fb3f04cb28748ea
7+
SRCS="git::commit=$COMMIT;copy-repo=true::https://github.com/TASEmulators/fceux"
8+
CHKSUMS="SKIP"
9+
CHKUPDATE="anitya::id=12147"

0 commit comments

Comments
 (0)