File tree Expand file tree Collapse file tree 3 files changed +24
-0
lines changed
Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments