Package Details: punes 0.111-3

Git Clone URL: https://aur.archlinux.org/punes.git (read-only, click to copy)
Package Base: punes
Description: Nintendo Entertaiment System emulator
Upstream URL: https://github.com/punesemu/puNES
Keywords: emulator nes nintendo
Licenses: GPL-2.0-or-later
Submitter: btimofeev
Maintainer: FHorse
Last Packager: Lili1228
Votes: 23
Popularity: 0.000000
First Submitted: 2012-01-16 10:46 (UTC)
Last Updated: 2025-10-10 13:33 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

simona commented on 2026-08-07 20:48 (UTC)

error compiling but -git was ok

simona commented on 2025-10-10 13:51 (UTC)

solved. tnx.

Lili1228 commented on 2025-10-10 13:33 (UTC)

Fixed, thanks.

simona commented on 2025-10-10 13:11 (UTC)


/usr/include/libavcodec/codec.h:226:28: note: declared here
226 |     const AVChannelLayout *ch_layouts;
|                            ^~~~~~~~~~
make[2]: *** [src/CMakeFiles/punes.dir/build.make:7046: src/CMakeFiles/punes.dir/core/recording.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:212: src/CMakeFiles/punes.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
==> ERRORE: Si è verificato un errore in build().

Lili1228 commented on 2025-01-15 14:23 (UTC)

"Fixed" by switching to Qt5. For the record, please include the file that failed compiling in the future, the log you presented doesn't tell much besides "it's broken".

simona commented on 2025-01-14 19:14 (UTC)

but punes-git was ok

simona commented on 2025-01-14 19:12 (UTC)

/usr/include/qt6/QtCore/qobject.h:158:62: error: static assertion failed: No Q_OBJECT in the class passed to QObject::findChild 158 | static_assert(QtPrivate::HasQ_OBJECT_Macro<ObjType>::Value, | ^ /usr/include/qt6/QtCore/qobject.h:158:62: note: ‘QtPrivate::HasQ_OBJECT_Macro<pixmapButton>::Value’ evaluates to false

griffin commented on 2022-11-17 00:40 (UTC)

Stable build fails on Wayland as of 0.109. If using Wayland use https://aur.archlinux.org/packages/punes-git instead

FHorse commented on 2022-01-03 13:57 (UTC)

severach thx for the tip. I added it in the PKGBUILD of version 0.108.

severach commented on 2021-12-26 02:59 (UTC)

I use Cinnamon which has update-desktop-database and I get mimeinfo.cache. Some other desktops won't produce that file. Add this line to prepare to get rid of it.

sed -e 's:^\tupdate-desktop-database.*$:\ttrue:' -i 'misc/Makefile.am'