Package Details: punes-git 0.111.r2299.6e51b1a6-1

Git Clone URL: https://aur.archlinux.org/punes-git.git (read-only, click to copy)
Package Base: punes-git
Description: Nintendo Entertainment System emulator (git build)
Upstream URL: https://github.com/punesemu/puNES
Keywords: emulator
Licenses: GPL-2.0-or-later
Conflicts: punes
Provides: punes
Submitter: Vaporeon
Maintainer: Vaporeon
Last Packager: Vaporeon
Votes: 7
Popularity: 0.48
First Submitted: 2015-10-08 07:03 (UTC)
Last Updated: 2024-06-08 09:14 (UTC)

Latest Comments

1 2 Next › Last »

jooch commented on 2026-08-29 18:39 (UTC)

Build fails on ld:

/usr/bin/ld: _deps/lib7zip-build/src/lib7zip.a(7ZipArchive.cpp.o): in function COutFileStream::~COutFileStream()': 7ZipArchive.cpp:(.text._ZN14COutFileStreamD2Ev[_ZN14COutFileStreamD5Ev]+0x7): undefined reference tovtable for COutFileStream' /usr/bin/ld: 7ZipArchive.cpp:(.text._ZN14COutFileStreamD2Ev[_ZN14COutFileStreamD5Ev]+0x19): undefined reference to `NC::NFile::NIO::CFileBase::Close()'

FHorse commented on 2025-06-16 10:57 (UTC)

If anyone has some free time you could try the branch Qt6Default. I rewrote most of the window management making the emulator fully functional with both Qt6 and Wayland also implementing the correct functioning of both native and windowed fullscreen. I would like to test it on as many hardware as possible before pulling it into the master branch. I do not have appimages or flatpaks available, the test must be done by compiling the sources directly.

v1993 commented on 2024-06-08 05:46 (UTC)

Qt6 probably should be re-enabled, at least for consistency with the non-git version.

FHorse commented on 2022-11-04 14:00 (UTC)

Thanks for the reply. I have tried on my AMD machine with KDE Plasma and Wayland and have not encountered any problems. Unfortunately I don't have an NVidia card to test on.

Vaporeon commented on 2022-11-04 12:52 (UTC)

Hi FHorse. The emulator window was invisible when run using Qt6, showing only the border. This was on KDE Plasma with nvidia, which I am not sure even works correctly anyway. The Qt5 version works on this setup however. I have not tested my AMD machine.

FHorse commented on 2022-11-04 07:53 (UTC) (edited on 2022-11-04 07:59 (UTC) by FHorse)

Hi Vaporeon, what problem did you encounter with the Qt6? Can't compile the emulator or what else? I have not encountered any problems during all the tests done while migrating to CMake even though I have not tried with Wayland.

Update: I also report a typo, Entertaiment => Entertainment.

Vaporeon commented on 2022-11-04 05:57 (UTC)

I have updated it for CMake support. Qt6 did not work for me on Wayland, so I have left it using Qt5 for now.

Gnatzelle commented on 2022-11-02 23:40 (UTC) (edited on 2022-11-02 23:44 (UTC) by Gnatzelle)

FHorse fully switched from Automake to CMake, so...the PKGBUILD is broken again ;(

Gnatzelle commented on 2022-09-25 22:01 (UTC) (edited on 2022-09-27 05:54 (UTC) by Gnatzelle)

Hi...

The pkgbuild needs to be updated, cause filenames were renamed in the src.

Line 40 > icon=hicolor_apps_${i}x${i}_com.github.punesemu.puNES.png

Line 47 > install -Dm 644 ./com.github.punesemu.puNES.desktop "${pkgdir}"/usr/share/applications/com.github.punesemu.puNES.desktop

EDIT: Thanks Vaporeon <3

Snowstorm64 commented on 2019-10-05 14:28 (UTC)

This respository needs automake and qt5-tools as dependencies, otherwise this package won't compile.