| Summary: | haruna: Update to version 1.0.2 with Qt6 and KF6 | ||
|---|---|---|---|
| Product: | [KDE Neon] neon | Reporter: | Ghislain Vaillant <ghisvail> |
| Component: | Packages User Edition | Assignee: | Neon Bugs <neon-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | normal | CC: | carlosd.kde, jr, neon-bugs-null, sitter |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Ghislain Vaillant
2024-04-01 09:24:02 UTC
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. |