Package Details: easyrpg-player-git 0.8.r792.ged2449708-1

Git Clone URL: https://aur.archlinux.org/easyrpg-player-git.git (read-only, click to copy)
Package Base: easyrpg-player-git
Description: FLOSS RPG Maker 2000/2003 and EasyRPG games interpreter (development version)
Upstream URL: https://easyrpg.org
Keywords: 2k 2k3 role-playing-game
Licenses: GPL-3.0-or-later
Conflicts: easyrpg-player
Provides: easyrpg-player
Submitter: carstene1ns
Maintainer: carstene1ns
Last Packager: carstene1ns
Votes: 8
Popularity: 0.40
First Submitted: 2013-07-01 20:02 (UTC)
Last Updated: 2025-03-06 22:03 (UTC)

Required by (8)

Sources (1)

Latest Comments

1 2 3 Next › Last »

Ghabry commented on 2025-03-19 17:25 (UTC)

The include for nlohmann in the test is not guarded by the ifdef. :/

Will fix this upstream.

carstene1ns commented on 2025-03-06 22:04 (UTC)

@lufog: Thank you, fixed now.

lufog commented on 2025-03-04 15:56 (UTC) (edited on 2025-03-04 17:02 (UTC) by lufog)

Please add nlohmann-json to makedeps.

FAILED: CMakeFiles/test_runner_player.dir/tests/json.cpp.o 
/usr/bin/c++ -DEP_TEST_PATH=\"/home/aleksey/.cache/paru/clone/easyrpg-player-git/src/easyrpg-player/tests/assets\" -DFMT_SHARED -DHAVE_ALSA=1 -DHAVE_FLUIDSYNTH=1 -DHAVE_FREETYPE=1 -DHAVE_HARFBUZZ=1 -DHAVE_LIBMPG123=1 -DHAVE_LIBSNDFILE=1 -DHAVE_LIBSPEEXDSP=1 -DHAVE_LIBWILDMIDI=1 -DHAVE_NATIVE_MIDI=1 -DHAVE_OGGVORBIS=1 -DHAVE_OPUS=1 -DHAVE_WINE=1 -DNDEBUG -DSUPPORT_AUDIO=1 -DUSE_SDL=2 -DWANT_FMMIDI=1 -I/home/aleksey/.cache/paru/clone/easyrpg-player-git/src/easyrpg-player/src -isystem /usr/include/SDL2 -isystem /usr/include/pixman-1 -isystem /usr/include/freetype2 -isystem /usr/include/harfbuzz -isystem /usr/include/speex -isystem /usr/include/vorbis -isystem /usr/include/opus -march=native -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection         -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wp,-D_GLIBCXX_ASSERTIONS -flto=auto -O3 -DNDEBUG -std=gnu++17 -fno-math-errno -MD -MT CMakeFiles/test_runner_player.dir/tests/json.cpp.o -MF CMakeFiles/test_runner_player.dir/tests/json.cpp.o.d -o CMakeFiles/test_runner_player.dir/tests/json.cpp.o -c /home/aleksey/.cache/paru/clone/easyrpg-player-git/src/easyrpg-player/tests/json.cpp
/home/aleksey/.cache/paru/clone/easyrpg-player-git/src/easyrpg-player/tests/json.cpp:4:10: fatal error: nlohmann/json_fwd.hpp: No such file or directory
    4 | #include <nlohmann/json_fwd.hpp>
      |          ^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
[29/45] Building CXX object CMakeFiles/test_runner_player.dir/tests/game_enemy.cpp.o
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in check().

axzxc1236 commented on 2021-10-31 00:38 (UTC) (edited on 2021-10-31 00:40 (UTC) by axzxc1236)

The version name is a little different then what is generated by makepkg, makes yay (AUR helper) thinks there are always updates.

Version in PKGBUILD: 0.7.0.r0.g281be71fe
Version number generated by makepkg: 0.7.0.r0.g281be71f

Same thing is happening to liblcf-git

carstene1ns commented on 2021-10-30 18:44 (UTC)

unknown78: Also your liblcf-git is not new, since 0.7 has been out (this should not matter, though).

lithium_sulfate commented on 2021-10-27 06:22 (UTC)

unknown78: I was getting similar linker errors until I disabled or cleared my ccache, after that the package built fine. Building in a clean chroot also worked.

unknown78 commented on 2021-10-25 07:08 (UTC)

Currently the following error while linking happens -> /usr/bin/ld: libeasyrpg-player.a(libeasyrpg_player_a-game_map.o): in function Game_Map::loadMapFile(int)': game_map.cpp:(.text+0xb41f): undefined reference tolcf::LMU_Reader::Load(std::istream&, std::__cxx11::basic_string<char, std::char_traits\<char>, std::allocator\<char> > const&)'

liblcf-git is newest -> 0.6.2.r202.gc21cfec-1

carstene1ns commented on 2021-09-11 12:12 (UTC)

unknown78: Upstream fix is here, will be merged soon: https://github.com/EasyRPG/Player/pull/2644

unknown78 commented on 2021-09-05 17:21 (UTC)

I have the following error while compiling -> libvorbis is from main.

ar: u' modifier ignored sinceD' is the default (see `U') CXXLD easyrpg-player /usr/bin/ld: libeasyrpg-player.a(libeasyrpg_player_a-decoder_oggvorbis.o): undefined reference to symbol 'vorbis_comment_query' /usr/bin/ld: /usr/lib/libvorbis.so.0: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status

carstene1ns commented on 2021-07-20 21:08 (UTC)

unknown78: Right, we recently removed sdl2_mixer and broke a part of fmmidi. This needs an upstream fix. Package should work as of 0.6.2.r1294.