public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/flatpak-app-config] f45: Add openh264 extension
Date: Thu, 10 Sep 2026 21:36:33 GMT	[thread overview]
Message-ID: <178907619307.1.9169114031028820012.rpms-flatpak-app-config-7dd69ae54a7f@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/flatpak-app-config
Branch : f45
Commit : 7dd69ae54a7f39aee7928d95a2844c9f2b65834a
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date   : 2025-08-06T23:01:30-04:00
Stats  : +22/-2 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/flatpak-app-config/c/7dd69ae54a7f39aee7928d95a2844c9f2b65834a?branch=f45

Log:
Add openh264 extension

---
diff --git a/flatpak-app-config.spec b/flatpak-app-config.spec
index f6d3409..9e2e84f 100644
--- a/flatpak-app-config.spec
+++ b/flatpak-app-config.spec
@@ -6,7 +6,7 @@
 %global vlc_plg  org.videolan.VLC.Plugin
 %global obs_plg  com.obsproject.Studio.Plugin
 
-%if %{defined flatpak_runtime}
+%if %{undefined flatpak}
 %global _prefix /app
 %endif
 
@@ -54,7 +54,7 @@ RemovePathPostfixes: .%{pkgname}\
 # runtime extensions
 %add_subpkg -n libva-nvidia-driver -i %{plat_id}.VAAPI.nvidia
 %add_subpkg -n mesa -i %{plat_id}.GL.default
-#add_subpkg -n noopen264 -i %%{plat_id}.openh264
+%add_subpkg -n open264 -i %{plat_id}.Codecs.openh264
 # Gtk3theme extensions
 %add_subpkg -n adw-gtk3-theme -i %{gtk3_id}.adw-gtk3
 %add_subpkg -n breeze-gtk-gtk3 -i %{gtk3_id}.Breeze

diff --git a/org.fedoraproject.Platform.Codecs.openh264.metainfo.xml b/org.fedoraproject.Platform.Codecs.openh264.metainfo.xml
new file mode 100644
index 0000000..997c529
--- /dev/null
+++ b/org.fedoraproject.Platform.Codecs.openh264.metainfo.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="addon">
+  <id>org.fedoraproject.Platform.Codecs.openh264</id>
+  <extends>org.fedoraproject.Platform</extends>
+  <name>OpenH264</name>
+  <summary>Open source H.264 codec for Fedora flatpaks</summary>
+  <developer id="com.cisco">
+    <name>Cisco</name>
+  </developer>
+  <description>
+    <p>
+      OpenH264 is a codec library which supports H.264 encoding and decoding.
+      It is suitable for use in real time applications such as WebRTC.
+    </p>
+  </description>
+  <url type="homepage">https://www.openh264.org/</url>
+  <url type="bugtracker">https://gitlab.com/fedora/sigs/flatpak/fedora-flatpaks/-/issues</url>
+  <metadata_license>CC0-1.0</metadata_license>
+  <project_license>BSD-2-Clause</project_license>
+</component>

                 reply	other threads:[~2026-09-10 21:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178907619307.1.9169114031028820012.rpms-flatpak-app-config-7dd69ae54a7f@fedoraproject.org \
    --to=yselkowi@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox