slackbuilds/games/puNES
Matteo Bernardini d26daa61ab
games/puNES: Call qmake6 instead of qmake-qt6.
Fix compatibility with qt6 in current

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-12-14 07:59:45 +07:00
..
README games/puNES: Updated for version 0.111, new maintainer. 2024-08-31 07:56:39 +07:00
doinst.sh games/puNES: Updated for version 0.111, new maintainer. 2024-08-31 07:56:39 +07:00
puNES.SlackBuild games/puNES: Call qmake6 instead of qmake-qt6. 2024-12-14 07:59:45 +07:00
puNES.info games/puNES: Updated for version 0.111, new maintainer. 2024-08-31 07:56:39 +07:00
punes.6 games/puNES: Updated for version 0.111, new maintainer. 2024-08-31 07:56:39 +07:00
punes.rst games/puNES: Updated for version 0.111, new maintainer. 2024-08-31 07:56:39 +07:00
qt-6.7.1.patch games/puNES: Call qmake6 instead of qmake-qt6. 2024-12-14 07:59:45 +07:00
slack-desc games/puNES: Updated for version 0.111, new maintainer. 2024-08-31 07:56:39 +07:00

README

puNES (NES emulator)

puNES is a Nintendo Entertaiment System emulator with a Qt user
interface, lots of video effects, and support for compressed ROMs.

For more information see:
  http://forums.nesdev.com/viewtopic.php?t=6928

The executable and man page are called punes (lowercase), not puNES.

Optional dependencies: nvidia-cg-toolkit and qt6. Neither is essential
for a full emulation experience.

nvidia-cg-toolkit is autodetected. It's required if you want to
use "*.cgp" shaders, such as the ones designed for libretro,
from https://github.com/libretro/common-shaders. If you have
nvidia-cg-toolkit installed, you can build puNES without it by
exporting CG=no in the environment.

qt6 is NOT autodetected. If you want to build with qt6, install it
first, then export QT6=yes in the environment. Warning: until qt6 is
included in a stable Slackware release, qt6 builds of puNES will not
be thoroughly tested by the SlackBuild maintainer. If it doesn't work
after a qt6 update, let me know (or, preferably, send me a patch that
fixes it).