Package Details: openkj-git latest-2

Git Clone URL: https://aur.archlinux.org/openkj-git.git (read-only, click to copy)
Package Base: openkj-git
Description: Open KJ - Cross-platform open source karaoke hosting software
Upstream URL: https://openkj.org/
Licenses: GPL3
Conflicts: openkj
Provides: openkj
Submitter: A.Thomsen
Maintainer: None
Last Packager: A.Thomsen
Votes: 0
Popularity: 0.000000
First Submitted: 2019-06-18 19:11 (UTC)
Last Updated: 2021-07-11 14:30 (UTC)

Latest Comments

salfter commented on 2024-06-07 03:18 (UTC)

I think I've figured it out. OpenKJ won't build against taglib, now that it's on v2.x. Change the dpeendencies to use taglib1 instead of taglib. build() then needs to be fixed to add export PKG_CONFIG_PATH=/usr/lib/taglib1/pkgconfig before the call to cmake.

I've pushed a PKGBUILD for OpenKJ 2.0.8 (built from the release tarball) to https://aur.archlinux.org/packages/openkj.

salfter commented on 2024-05-31 21:20 (UTC)

OpenKJ isn't building now:

[ 53%] Building CXX object CMakeFiles/openkj.dir/src/tagreader.cpp.o
In file included from /home/salfter/.cache/yay/openkj-git/src/OpenKJ/src/tagreader.cpp:3:
/home/salfter/.cache/yay/openkj-git/src/OpenKJ/src/taglib/fileref.h:94:7: error: ‘TAGLIB_IGNORE_MISSING_DESTRUCTOR’ does not name a type
   94 |       TAGLIB_IGNORE_MISSING_DESTRUCTOR
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[2]: *** [CMakeFiles/openkj.dir/build.make:693: CMakeFiles/openkj.dir/src/tagreader.cpp.o] Error 1

jose1711 commented on 2021-07-10 19:32 (UTC)

please use cmake -DCMAKE_INSTALL_PREFIX='/usr' CMakeLists.txt, otherwise the binary ends up in /usr/local/bin.

schef commented on 2021-04-01 11:49 (UTC)

I successfully build the git project with cmake CMakeLists.txt && make