public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [flatpaks/flatpak-runtime] f45: Add gstreamer1-plugins-good as a modular component
@ 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 : bb74fa3eb74ff2f0c316f57d6f0a87ee7b762921
            Author : Kalev Lember <klember@redhat.com>
            Date   : 2023-01-31T20:06:09+01:00
            Stats  : +8/-0 in 2 file(s)
            URL    : https://src.fedoraproject.org/flatpaks/flatpak-runtime/c/bb74fa3eb74ff2f0c316f57d6f0a87ee7b762921?branch=f45

            Log:
            Add gstreamer1-plugins-good as a modular component

This allows us to build gstreamer1-plugins-good with v4l2-gudev option
disabled, which should fix cheese flatpak camera detection.

---
diff --git a/flatpak-runtime.in.yaml b/flatpak-runtime.in.yaml
index 2d26456..532e6bc 100644
--- a/flatpak-runtime.in.yaml
+++ b/flatpak-runtime.in.yaml
@@ -56,6 +56,7 @@ data:
         rpms:
             - flatpak-rpm-macros
             - flatpak-runtime-config
+            - gstreamer1-plugins-good
     components:
         rpms:
             flatpak-rpm-macros:
@@ -64,6 +65,9 @@ data:
             flatpak-runtime-config:
                 rationale: Runtime configuration files
                 ref: @RPM_BRANCH@
+            gstreamer1-plugins-good:
+                rationale: Runtime package
+                ref: @RPM_BRANCH@
     xmd:
         # This is used when building applications against this module so that
         # the resulting Flatpak will embed a reference to the correct runtime

diff --git a/flatpak-runtime.yaml b/flatpak-runtime.yaml
index 07f369f..02e2146 100644
--- a/flatpak-runtime.yaml
+++ b/flatpak-runtime.yaml
@@ -3928,6 +3928,7 @@ data:
     rpms:
     - flatpak-rpm-macros
     - flatpak-runtime-config
+    - gstreamer1-plugins-good
   components:
     rpms:
       flatpak-rpm-macros:
@@ -3936,6 +3937,9 @@ data:
       flatpak-runtime-config:
         rationale: Runtime configuration files
         ref: f37
+      gstreamer1-plugins-good:
+        rationale: Runtime package
+        ref: f37
   xmd:
     flatpak:
       branch: f37

^ 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 as a modular component Kalev Lember

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox