Package Details: openkj 2.0.8-2

Git Clone URL: https://aur.archlinux.org/openkj.git (read-only, click to copy)
Package Base: openkj
Description: Open KJ - Cross-platform open source karaoke hosting software
Upstream URL: https://openkj.org/
Licenses: GPL3
Conflicts: openkj-git
Provides: openkj
Submitter: salfter
Maintainer: salfter
Last Packager: salfter
Votes: 1
Popularity: 0.196612
First Submitted: 2024-06-07 01:53 (UTC)
Last Updated: 2025-07-05 19:16 (UTC)

Latest Comments

salfter commented on 2025-07-05 19:17 (UTC)

The PKGBUILD has been updated to build against spdlog 1.9.2 instead of the system spdlog.

salfter commented on 2025-07-03 22:45 (UTC) (edited on 2025-07-03 22:51 (UTC) by salfter)

The spdlog provided by Arch might be to blame...trying a manual build with the bundled spdlog works to build mediabackend.cpp. Need to update PKGBUILD accordingly (should add -DSPDLOG_USE_BUNDLED=true to the cmake invocation) and make sure a suitable version of spdlog is unpacked to src/3rdparty/spdlog.

pingzi commented on 2025-03-15 19:54 (UTC)

The build fail and i'm not experienced enough to identify the cause...

It shows like this:

/usr/include/fmt/base.h:2235:45: error: 'fmt::v11::detail::type_is_unformattable_for<GstMessageType, char> _' has incomplete type
 2235 |     type_is_unformattable_for<T, char_type> _;
      |                                             ^
make[2]: *** [CMakeFiles/openkj.dir/build.make:318: CMakeFiles/openkj.dir/src/mediabackend.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:90: CMakeFiles/openkj.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...