public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/flatpak-app-config] f45: Add OBS plugins
@ 2026-09-10 21:36 Yaakov Selkowitz
  0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-09-10 21:36 UTC (permalink / raw)
  To: git-commits

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>

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-10 21:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-10 21:36 [rpms/flatpak-app-config] f45: Add OBS plugins Yaakov Selkowitz

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