Search Criteria
Package Details: openkj-git latest-2
Package Actions
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) |
Dependencies (5)
- gst-plugins-good (gst-plugins-good-gitAUR)
- qt5-multimedia
- taglib-extrasAUR
- git (git-gitAUR, git-glAUR) (make)
- qt5-tools (make)
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 tocmake
.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:
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