Package Details: kokovp 1.1.0-1

Git Clone URL: https://aur.archlinux.org/kokovp.git (read-only, click to copy)
Package Base: kokovp
Description: A modern mpv-based videoplayer
Upstream URL: https://github.com/brainrom/kokovp
Keywords: mpv video
Licenses: GPL-2.0
Submitter: kokokoshka
Maintainer: kokokoshka
Last Packager: kokokoshka
Votes: 0
Popularity: 0.000000
First Submitted: 2024-05-11 10:18 (UTC)
Last Updated: 2024-09-05 18:02 (UTC)

Latest Comments

kokokoshka commented on 2025-12-04 20:48 (UTC)

Thank you for interest in project and reporting the problem! This is the upstream code issue. Release package became unbuildable. It's fixed in master git branch, but not in release tag. New release which includes the fix is planned to next week. You can switch to master branch or wait for release.

nemonein commented on 2025-12-03 06:50 (UTC)

Build error.

......
/home/nemoc6/aur/kokovp/src/kokovp-1.1.0/persistency/filehash.cpp: In static member function ‘static QString FileHash::calculateHash(QString)’:
/home/nemoc6/aur/kokovp/src/kokovp-1.1.0/persistency/filehash.cpp:34:18: warning: ignoring return value of ‘virtual bool QFile::open(QIODeviceBase::OpenMode)’, declared with attribute ‘nodiscard’ [-Wunused-result]
   34 |         file.open(QIODevice::ReadOnly);
      |         ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/qt6/QtCore/QFile:1,
                 from /home/nemoc6/aur/kokovp/src/kokovp-1.1.0/persistency/filehash.cpp:21:
/usr/include/qt6/QtCore/qfile.h:291:32: note: declared here
  291 |     QFILE_MAYBE_NODISCARD bool open(OpenMode flags) override;
      |                                ^~~~
/home/nemoc6/aur/kokovp/src/kokovp-1.1.0/singleinstance.cpp: In member function ‘bool SingleInstance::connectServer()’:
/home/nemoc6/aur/kokovp/src/kokovp-1.1.0/singleinstance.cpp:32:15: error: invalid use of incomplete type ‘class QNoDebug’
   32 |         qDebug() << "Unable to connect:" << p_socket->errorString();
      |               ^
In file included from /usr/include/qt6/QtCore/qglobal.h:47,
                 from /usr/include/qt6/QtCore/qnamespace.h:12,
                 from /usr/include/qt6/QtCore/qobjectdefs.h:12,
                 from /usr/include/qt6/QtCore/qobject.h:10,
                 from /usr/include/qt6/QtCore/QObject:1,
                 from /home/nemoc6/aur/kokovp/src/kokovp-1.1.0/singleinstance.h:20,
                 from /home/nemoc6/aur/kokovp/src/kokovp-1.1.0/singleinstance.cpp:17:
/usr/include/qt6/QtCore/qlogging.h:26:7: note: forward declaration of ‘class QNoDebug’
   26 | class QNoDebug;
      |       ^~~~~~~~
/home/nemoc6/aur/kokovp/src/kokovp-1.1.0/singleinstance.cpp: In member function ‘bool SingleInstance::hostServer()’:
/home/nemoc6/aur/kokovp/src/kokovp-1.1.0/singleinstance.cpp:48:15: error: invalid use of incomplete type ‘class QNoDebug’
   48 |         qDebug() << "Unable to start server:" << p_server->errorString();
      |               ^
/usr/include/qt6/QtCore/qlogging.h:26:7: note: forward declaration of ‘class QNoDebug’
   26 | class QNoDebug;
      |       ^~~~~~~~
make[2]: *** [CMakeFiles/kokovp.dir/build.make:975: CMakeFiles/kokovp.dir/singleinstance.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/Makefile2:88: CMakeFiles/kokovp.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

Please help me!

bionade24 commented on 2024-08-17 15:13 (UTC) (edited on 2024-08-17 15:18 (UTC) by bionade24)

This pkg needs to have a makedepend on qt6-declarative for lupdate:

/usr/lib/qt6/bin/lupdate: error while loading shared libraries: libQt6Qml.so.6: cannot open shared object file: No such file or directory
make[2]: *** [CMakeFiles/kokovp.dir/build.make:416: .lupdate/KokoVP_ru_RU.ts.stamp] Error 127
make[2]: *** Waiting for unfinished jobs....
/builder/src/kokovp-1.0.0/actions/actionwrapper.h: note: No relevant classes found. No output generated.
make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/kokovp.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...

Full log of latest build in my CD: https://abs-cd.oscloud.info/cd_manager/kokovp

kokokoshka commented on 2024-05-26 15:02 (UTC)

it seems to depend on clang for build

Actually, yes, lupdate depends on it. Fixed. Thank you!

guiodic commented on 2024-05-20 18:56 (UTC)

it seems to depend on clang for build

/usr/lib/qt6/bin/lupdate: error while loading shared libraries: libclang-cpp.so.17: cannot open shared object file: No such file or directory