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 OBS plugins
Date: Thu, 10 Sep 2026 21:36:30 GMT	[thread overview]
Message-ID: <178907619072.1.14274437375390194255.rpms-flatpak-app-config-a45ea1945d97@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/flatpak-app-config
Branch : f45
Commit : a45ea1945d97bc8c58c297fa38589372e72f267e
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date   : 2025-04-18T12:52:44-04:00
Stats  : +50/-0 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/flatpak-app-config/c/a45ea1945d97bc8c58c297fa38589372e72f267e?branch=f45

Log:
Add OBS plugins

---
diff --git a/com.obsproject.Studio.Plugin.GStreamerVaapi.metainfo.xml b/com.obsproject.Studio.Plugin.GStreamerVaapi.metainfo.xml
new file mode 100644
index 0000000..cb3ae16
--- /dev/null
+++ b/com.obsproject.Studio.Plugin.GStreamerVaapi.metainfo.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="addon">
+  <id>com.obsproject.Studio.Plugin.GStreamerVaapi</id>
+  <extends>com.obsproject.Studio</extends>
+  <name>GStreamer VA-API</name>
+  <summary>GStreamer-based VA-API encoder</summary>
+  <url type="homepage">https://github.com/fzwoch/obs-vaapi</url>
+  <metadata_license>CC0-1.0</metadata_license>
+  <project_license>GPL-2.0</project_license>
+</component>

diff --git a/com.obsproject.Studio.Plugin.OBSVkCapture.metainfo.xml b/com.obsproject.Studio.Plugin.OBSVkCapture.metainfo.xml
new file mode 100644
index 0000000..9b7b6ff
--- /dev/null
+++ b/com.obsproject.Studio.Plugin.OBSVkCapture.metainfo.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="addon">
+  <id>com.obsproject.Studio.Plugin.OBSVkCapture</id>
+  <extends>com.obsproject.Studio</extends>
+  <name>OBS VkCapture</name>
+  <summary>Capture Vulkan and OpenGL applications</summary>
+  <url type="homepage">https://github.com/nowrep/obs-vkcapture</url>
+  <url type="bugtracker">https://github.com/nowrep/obs-vkcapture/issues</url>
+  <metadata_license>CC0-1.0</metadata_license>
+  <project_license>GPL-2.0</project_license>
+</component>

diff --git a/com.obsproject.Studio.Plugin.VLCVideo.metainfo.xml b/com.obsproject.Studio.Plugin.VLCVideo.metainfo.xml
new file mode 100644
index 0000000..fe6566a
--- /dev/null
+++ b/com.obsproject.Studio.Plugin.VLCVideo.metainfo.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="addon">
+  <id>com.obsproject.Studio.Plugin.VLCVideo</id>
+  <extends>com.obsproject.Studio</extends>
+  <name>OBS VLC plugin</name>
+  <summary>VLC video source plugin for OBS Studio</summary>
+  <url type="homepage">https://obsproject.com/</url>
+  <metadata_license>CC0-1.0</metadata_license>
+  <project_license>GPL-2.0</project_license>
+</component>

diff --git a/flatpak-app-config.spec b/flatpak-app-config.spec
index b5f90cf..2737f6d 100644
--- a/flatpak-app-config.spec
+++ b/flatpak-app-config.spec
@@ -2,7 +2,9 @@
 %global gtk3_id  org.fedoraproject.Gtk3theme
 %global sdk_ext  org.fedoraproject.Sdk.Extension
 %global aud_plg  org.fedoraproject.LinuxAudio.Plugins
+%global vkl_plg  org.fedoraproject.Platform.VulkanLayer
 %global vlc_plg  org.videolan.VLC.Plugin
+%global obs_plg  com.obsproject.Studio.Plugin
 
 %if %{defined flatpak_runtime}
 %global _prefix /app
@@ -69,6 +71,12 @@ RemovePathPostfixes: .%{pkgname}\
 %add_subpkg -n lv2-mdala-plugins -i %{aud_plg}.MDA
 %add_subpkg -n lv2-x42-plugins -i %{aud_plg}.x42Plugins
 %endif
+# VulkanLayer extensions
+%add_subpkg -n obs-studio-plugin-vkcapture-vulkanlayer -i %{vkl_plg}.OBSVkCapture
+# OBS extensions
+%add_subpkg -n obs-studio-plugin-vaapi -i %{obs_plg}.GStreamerVaapi
+%add_subpkg -n obs-studio-plugin-vkcapture -i %{obs_plg}.OBSVkCapture
+%add_subpkg -n obs-studio-plugin-vlc-video -i %{obs_plg}.VLCVideo -r vlc-plugins-base,vlc-plugins-video-out,vlc-plugin-ffmpeg,vlc-plugin-gstreamer
 # VLC extensions
 %add_subpkg -n vlc-plugin-bittorrent -i %{vlc_plg}.bittorrent
 %add_subpkg -n vlc-plugin-pause-click -i %{vlc_plg}.pause_click

diff --git a/org.fedoraproject.Platform.VulkanLayer.OBSVkCapture.metainfo.xml b/org.fedoraproject.Platform.VulkanLayer.OBSVkCapture.metainfo.xml
new file mode 100644
index 0000000..2427543
--- /dev/null
+++ b/org.fedoraproject.Platform.VulkanLayer.OBSVkCapture.metainfo.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="addon">
+  <id>org.fedoraproject.Platform.VulkanLayer.OBSVkCapture</id>
+  <extends>org.fedoraproject.Platform</extends>
+  <name>OBS VkCapture tools</name>
+  <summary>Vulkan/OpenGL capture tools to use with the OBS VkCapture plugin</summary>
+  <url type="homepage">https://github.com/nowrep/obs-vkcapture</url>
+  <url type="bugtracker">https://github.com/nowrep/obs-vkcapture/issues</url>
+  <metadata_license>CC0-1.0</metadata_license>
+  <project_license>GPL-2.0</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=178907619072.1.14274437375390194255.rpms-flatpak-app-config-a45ea1945d97@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