public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [flatpaks/flatpak-runtime] f45: Add gstreamer1-plugins-good-qt and -qt6
@ 2026-09-11 14:42 Kalev Lember
0 siblings, 0 replies; only message in thread
From: Kalev Lember @ 2026-09-11 14:42 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : flatpaks/flatpak-runtime
Branch : f45
Commit : ff709899553a88d613264f90d246e14c054ab189
Author : Kalev Lember <klember@redhat.com>
Date : 2026-03-02T20:29:46-05:00
Stats : +6/-0 in 3 file(s)
URL : https://src.fedoraproject.org/flatpaks/flatpak-runtime/c/ff709899553a88d613264f90d246e14c054ab189?branch=f45
Log:
Add gstreamer1-plugins-good-qt and -qt6
They both have Supplements: "gstreamer1-plugins-good and
qt5/6-qtdeclarative" which means that in the rpm world they get
automatically pulled in together with Qt libraries, so we can't really
tell from package dependencies which apps actually make use of the
gstreamer elements. Add them both to the runtime for good measure since
all of their deps are already in the runtime.
See https://src.fedoraproject.org/flatpaks/flatpak-runtime/pull-request/28#comment-164711
---
diff --git a/container-sdk.yaml b/container-sdk.yaml
index 737e392..15a8b9d 100644
--- a/container-sdk.yaml
+++ b/container-sdk.yaml
@@ -357,6 +357,8 @@ flatpak:
- gstreamer1-plugins-base-devel
- gstreamer1-plugins-good
- gstreamer1-plugins-good-gtk
+ - gstreamer1-plugins-good-qt
+ - gstreamer1-plugins-good-qt6
- gstreamer1-plugins-ugly-free
- gtest
- gtest-devel
diff --git a/container.yaml b/container.yaml
index fdaee62..2c74961 100644
--- a/container.yaml
+++ b/container.yaml
@@ -211,6 +211,8 @@ flatpak:
- gstreamer1-plugins-base
- gstreamer1-plugins-good
- gstreamer1-plugins-good-gtk
+ - gstreamer1-plugins-good-qt
+ - gstreamer1-plugins-good-qt6
- gstreamer1-plugins-ugly-free
- gtk-immodules-imsettings
- gtk-update-icon-cache
diff --git a/package-notes.txt b/package-notes.txt
index c66a9e5..f828d0b 100644
--- a/package-notes.txt
+++ b/package-notes.txt
@@ -48,6 +48,8 @@ gnu-free-fonts-common: W: data files
google-noto-sans-mono-vf-fonts: EB: fedora's official default monospace font
google-noto-serif-vf-fonts: EB: fedora's official default serif font
gsettings-desktop-schemas: W: data files
+gstreamer1-plugins-good-qt: EB: supplements "gstreamer1-plugins-good and qt5-qtdeclarative" which we both have in the runtime
+gstreamer1-plugins-good-qt6: EB: supplements "gstreamer1-plugins-good and qt6-qtdeclarative" which we both have in the runtime
gstreamer1-plugins-ugly-free: E: in base but not runtime
gsm
gtk2-immodules: EB: input method module
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-11 14:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-11 14:42 [flatpaks/flatpak-runtime] f45: Add gstreamer1-plugins-good-qt and -qt6 Kalev Lember
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox