KDE neon current provides Haruna 0.12.x in the user repository, which relies on Qt5 and KF5. It would be desirable to update the packaging to target releases from version 1.0 onward, to benefit from the port of the software to Qt6 and KF6. See https://haruna.kde.org/blog/2024-03-27-haruna-1.0.2 Thanks
it needs the build fixed
Build failure is: 14:06:34 [ 61%] Building CXX object src/CMakeFiles/haruna.dir/framedecoder.cpp.o 14:06:37 /workspace/build/src/framedecoder.cpp: In member function ‘void FrameDecoder::seek(int)’: 14:06:37 /workspace/build/src/framedecoder.cpp:210:46: error: ‘AV_FRAME_FLAG_KEY’ was not declared in this scope; did you mean ‘AV_PKT_FLAG_KEY’? some video library dependency is the wrong version maybe
(In reply to Jonathan Riddell from comment #2) > Build failure is: > > 14:06:34 [ 61%] Building CXX object > src/CMakeFiles/haruna.dir/framedecoder.cpp.o 14:06:37 > /workspace/build/src/framedecoder.cpp: In member function ‘void > FrameDecoder::seek(int)’: 14:06:37 > /workspace/build/src/framedecoder.cpp:210:46: error: ‘AV_FRAME_FLAG_KEY’ was > not declared in this scope; did you mean ‘AV_PKT_FLAG_KEY’? > > some video library dependency is the wrong version maybe AV_FRAME_FLAG_KEY first appears in libavutil in 58.7.100, jammy only has 56.70.100.
mm it doesn't work with our version of ffmpeg and I'm not too keen to update that as it's a big backport task that might break other things, it might need to wait for us to move to newer Ubuntu
Let's wait for a rebase of Neon onto Noble then. Thanks for trying nonetheless.