Package Details: kikoplay 1.0.1-3

Git Clone URL: https://aur.archlinux.org/kikoplay.git (read-only, click to copy)
Package Base: kikoplay
Description: linux danmaku player
Upstream URL: https://github.com/KikoPlayProject/KikoPlay
Keywords: danmaku player
Licenses: GPL3, MIT
Conflicts: kikolpay-beta, kikoplay-bin
Submitter: pureboys
Maintainer: sanbikappa
Last Packager: sanbikappa
Votes: 4
Popularity: 0.21
First Submitted: 2019-10-18 05:30 (UTC)
Last Updated: 2024-04-16 21:08 (UTC)

Latest Comments

1 2 3 Next › Last »

FSpark commented on 2024-04-17 14:13 (UTC)

@sanbikappa 谢谢您,成功编译安装了

sanbikappa commented on 2024-04-15 23:22 (UTC) (edited on 2024-04-16 21:16 (UTC) by sanbikappa)

@FSpark 软件作者在KikoPlay.pro里指定了-fuse-ld=gold,所以链接器用的是ld.gold,然后ld.gold不支持makepkg的预设参数里的“pack-relative-relocs”,所以出现了这个错误。晚点我试一下用ld.bfd代替ld.gold看能不能编译通过。

update:
将链接器替换成bfd后能正常编译,暂时先这样处理了。

FSpark commented on 2024-04-09 14:55 (UTC)

构建时报错:

/usr/bin/ld.gold: pack-relative-relocs: unknown -z option
/usr/bin/ld.gold: use the --help option for usage information

可能与这个有关:-z pack-relative-relocs unsupported by ld.gold (sometimes picked as LD) (#21) · 议题 · Arch Linux / Packaging / Packages / pacman · GitLab

sanbikappa commented on 2024-02-01 23:54 (UTC)

@szdytom @proitheus @xiangsheng 谢谢提醒,已修改。

xiangsheng commented on 2023-12-16 03:59 (UTC)

确实需要qt5-websockets这个依赖才能成功编译

proitheus commented on 2023-12-07 07:22 (UTC) (edited on 2023-12-07 07:23 (UTC) by proitheus)

  • 现在script目录需要放在/usr/share/kikoplay/extension/script这个位置了,原来的位置/usr/share/kikoplay/script无法识别脚本
  • 1.0新增了扩展app支持,希望也能在PKGBUILD里带上,官方app仓库:https://github.com/KikoPlayProject/KikoPlayApp

szdytom commented on 2023-11-26 05:16 (UTC)

构建时报错

Project ERROR: Unknown module(s) in QT: websockets

可能要添加依赖 qt5-websockets?

sanbikappa commented on 2023-11-24 16:58 (UTC) (edited on 2023-11-24 17:47 (UTC) by sanbikappa)

@szdytom 好的,已加“-j”参数让 make 自行选择合适的线程数去编译。

update: 出于稳定性考虑,最终还是改成只用一半的核心数去编译了。

szdytom commented on 2023-10-20 02:26 (UTC)

或许可以考虑并行编译?

make -> make -j4