Search Criteria
Package Details: nestopia 1.53.2-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/nestopia.git (read-only, click to copy) |
|---|---|
| Package Base: | nestopia |
| Description: | High-accuracy NES/Famicom emulator |
| Upstream URL: | https://github.com/0ldsk00l/nestopia |
| Licenses: | GPL-2.0-only |
| Submitter: | Barthalion |
| Maintainer: | xiota |
| Last Packager: | xiota |
| Votes: | 14 |
| Popularity: | 0.001818 |
| First Submitted: | 2018-01-07 17:35 (UTC) |
| Last Updated: | 2025-08-12 19:38 (UTC) |
Dependencies (9)
- fltk (fltk-gitAUR)
- libarchive (libarchive-gitAUR)
- libepoxy (libepoxy-gitAUR)
- libsamplerate (libsamplerate-gitAUR)
- sdl2AUR (sdl2-compat-gitAUR, sdl2-gitAUR, sdl2-compat)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- autoconf-archive (autoconf-archive-gitAUR) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- lld (llvm-gitAUR) (make)
Latest Comments
1 2 Next › Last »
Polizei commented on 2023-11-21 01:07 (UTC) (edited on 2023-11-21 01:07 (UTC) by Polizei)
You are clearly mistaking
gluforlibgl(libglvndin current case.)Having
gluinstalled and building with-lGLUdoes not affect the produced binary in any way.libglvndis a direct dependency offltkand is installed no matter what.The
sedpatch is simply removing the unnecessary dependencygluis.Anyway, enjoy.
Polizei commented on 2023-11-19 10:33 (UTC)
@xiota,
Building with or without GLU makes no difference to the produced binary. Check with
lddyourself.-lGLUonly comes fromfltk-config --ldflagsand is not actually used anywhere in the source.Can you share more details on how you produced these benchmarks and how did you build
nestopiawith GLU?carstene1ns commented on 2023-11-19 10:22 (UTC)
@xiota: Again, you do not understand what is an issue in fltk and what is an issue in nestopia. However, I am not against including glu now, since it does so much.
This hurts, and I imply every package maintainer does their best to keep their stuff in a good state. However, it seems you take this way more personal than I am, so I will disown this package and a couple others now, giving you the opportunity to maintain them better than I ever could. Have fun, enjoy your win, you make the community a better place! :)
carstene1ns commented on 2023-11-18 19:22 (UTC)
Sorry for the hassle, looks like my testing was flawed. Thanks @Polizei :)
Polizei commented on 2023-11-17 09:41 (UTC)
Apparently
m4doesn't play nice with when substituting shell pipes. Fix:Pillgar commented on 2023-11-17 00:57 (UTC) (edited on 2023-11-17 01:00 (UTC) by Pillgar)
I'm seeing this error when updating:
./configure: line 5715: syntax error near unexpected token `)'
./configure: line 5715: ` FLTK_LIBS="$(fltk-config --use-gl --use-images --ldflags|sed 's#-lGLU ##g')") ;;[]_AS_CASE([linux*], [AC_SUBST(FLTK_LIBS,"-lGL $(fltk-config --use-gl --use-images --ldflags|sed 's#-lGLU ##g')")'
==> ERROR: A failure occurred in build().
Aborting...
1 2 Next › Last »