Update runtime 49#132
Closed
yakushabb wants to merge 10 commits into
Closed
Conversation
It's probably in the runtime: flathub/shared-modules#424
[15/73] Generating src/vulkan/utils_gen.c with a custom command (wrapped by meson to set env)
FAILED: [code=1] src/vulkan/utils_gen.c
/usr/bin/meson --internal exe --unpickle /run/build/libplacebo/_flatpak_build/meson-private/meson_exe_python3_4cf9aac460ddf4b9042d1eca3acade1c26a859d1.dat
while executing ['/usr/bin/python', '../src/vulkan/utils_gen.py', '/app/share', '', 'src/vulkan/utils_gen.c']
--- stdout ---
Found vk.xml: /usr/share/vulkan/registry/vk.xml
--- stderr ---
Traceback (most recent call last):
File "/run/build/libplacebo/_flatpak_build/../src/vulkan/utils_gen.py", line 205, in <module>
registry = VkXML(ET.parse(xmlfile))
File "/run/build/libplacebo/_flatpak_build/../src/vulkan/utils_gen.py", line 50, in __init__
super().__init__(*args, **kwargs)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/xml/etree/ElementTree.py", line 527, in __init__
raise TypeError('expected an Element, not %s' %
type(element).__name__)
TypeError: expected an Element, not ElementTree
[16/73] Generating src/opengl/include/glad/gl.h with a custom command (wrapped by meson to set env)
ninja: build stopped: subcommand failed.
Error: module libplacebo: Child process exited with code 1
Freedesktop runtime version 25.08 (also GNOME runtime 49, KDE runtime 6.10, and 5.15-25.08) provides FFMPEG; therefore, declaring **org.freedesktop.Platform.ffmpeg-full** extension is no longer required. > in the manifest. org.freedesktop.Platform.codecs-extra will be automatically installed by the runtime and will be available to users. More information - https://bbhtt.in/posts/closing-the-chapter-on-openh264/ - https://gitlab.com/freedesktop-sdk/freedesktop-sdk/-/issues/1825 - https://gitlab.gnome.org/GNOME/gnome-build-meta/-/issues/931
- Drop libnotify module which is already provided by the runtime Fixes: #131 - Improve clean commands - Drop git source which was ignored due to the only-arches entries - Update the build-commands to use the appdata fli from the tar.xz files
Contributor
|
🚧 Test build enqueued. |
Contributor
|
🚧 Started test build. |
Contributor
|
✅ Test build succeeded. To test this build, install it from the testing repository: Built for aarch64 and x86_64 architectures. Warnings can be promoted to errors in the future. Please try to resolve them.
|
Contributor
|
🚧 Test build enqueued. |
Contributor
|
🚧 Started test build. |
Contributor
|
❌ Test build failed. Help
|
Member
Author
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Based on #126
Other changes
Fixes: #131
Improve clean commands
Drop the git source, which was ignored due to the only-arches entries
Update the build-commands to use the appdata file from the tar.xz files