Package Details: kikoplay 1.0.0-2

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
Conflicts: kikoplay-bin
Submitter: pureboys
Maintainer: sanbikappa
Last Packager: sanbikappa
Votes: 3
Popularity: 0.82
First Submitted: 2019-10-18 05:30 (UTC)
Last Updated: 2023-11-24 17:44 (UTC)

Latest Comments

1 2 Next › Last »

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

sanbikappa commented on 2023-04-01 20:56 (UTC) (edited on 2023-04-01 20:56 (UTC) by sanbikappa)

更新至0.9.3,修改成以下的PKGBUILD:
https://paste2.org/3mdLfCs8

sanbikappa commented on 2023-02-25 15:53 (UTC)

参照了软件作者编译出来的linux版本,修改成了以下的PKGBUILD:

https://paste2.org/v9jP1Yeh

如有需要可以看一下。

fenglingdingdang commented on 2022-06-12 12:50 (UTC)

我也遇到了报错,错误提示是“make:未找到命令”,然后就退出了

Puxirepublic commented on 2022-06-07 04:53 (UTC)

我这里一开头就报 lua 编译错误,

==> Starting build()...
Info: creating stash file /home/user/.cache/pikaur/build/kikoplay/src/KikoPlay-0.9.0/.qmake.stash
cd Script/lua && make MYCFLAGS=-fPIC\ -DLUA_USE_LINUX\ -DLUA_COMPAT_5_2 liblua.a
make[1]: Entering directory '/home/user/.cache/pikaur/build/kikoplay/src/KikoPlay-0.9.0/Script/lua'
make[1]: *** No rule to make target 'liblua.a'.  Stop.
make[1]: Leaving directory '/home/user/.cache/pikaur/build/kikoplay/src/KikoPlay-0.9.0/Script/lua'
make: *** [Makefile:1131: Script/lua/liblua.a] Error 2
==> ERROR: A failure occurred in build().

fenglingdingdang commented on 2022-06-03 15:53 (UTC)

0.9版本已发布,可以更新一下了

pureboys commented on 2020-07-21 13:37 (UTC)

@aloxaf 感谢,以更新