public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/flatpak-app-config] f45: Add CL.default extension
@ 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 : cc5759975fbdc57b0924e67726e429b9bfbb694d
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date   : 2025-09-16T00:56:49-04:00
Stats  : +23/-1 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/flatpak-app-config/c/cc5759975fbdc57b0924e67726e429b9bfbb694d?branch=f45

Log:
Add CL.default extension

---
diff --git a/flatpak-app-config.spec b/flatpak-app-config.spec
index 85e7c84..248cac7 100644
--- a/flatpak-app-config.spec
+++ b/flatpak-app-config.spec
@@ -53,6 +53,7 @@ RemovePathPostfixes: .%{pkgname}\
 
 # runtime extensions
 %add_subpkg -n libva-nvidia-driver -i %{plat_id}.VAAPI.nvidia
+%add_subpkg -n mesa-libOpenCL -i %{plat_id}.CL.default
 %add_subpkg -n mesa -i %{plat_id}.GL.default
 %add_subpkg -n openh264 -i %{plat_id}.Codecs.openh264
 # Gtk3theme extensions

diff --git a/org.fedoraproject.Platform.CL.default.metainfo.xml b/org.fedoraproject.Platform.CL.default.metainfo.xml
new file mode 100644
index 0000000..cfda8b2
--- /dev/null
+++ b/org.fedoraproject.Platform.CL.default.metainfo.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="addon">
+  <id>org.fedoraproject.Platform.CL.default</id>
+  <extends>org.fedoraproject.Platform</extends>
+  <name>Mesa</name>
+  <summary>Mesa compute libraries for Fedora flatpaks</summary>
+  <developer id="org.fedoraproject">
+    <name>Fedora</name>
+  </developer>
+  <description>
+    <p>
+      This is the open-source implementation of OpenCL for most GPUs. This 
+      version provides compute acceleration as a default extension to 
+      Fedora flatpaks.
+    </p>
+  </description>
+  <url type="homepage">https://mesa3d.org/</url>
+  <url type="bugtracker">https://gitlab.com/fedora/sigs/flatpak/fedora-flatpaks/-/issues</url>
+  <metadata_license>CC0-1.0</metadata_license>
+  <project_license>MIT AND BSD-3-Clause AND SGI-B-2.0</project_license>
+</component>

diff --git a/org.fedoraproject.Platform.GL.default.metainfo.xml b/org.fedoraproject.Platform.GL.default.metainfo.xml
index b28e998..f3484df 100644
--- a/org.fedoraproject.Platform.GL.default.metainfo.xml
+++ b/org.fedoraproject.Platform.GL.default.metainfo.xml
@@ -10,7 +10,7 @@
   <description>
     <p>
       This is the open-source implementation of OpenGL, OpenGL ES, EGL, Vulkan, VDAPU,
-      VA-API, and OpenCL for most GPUs.  This version provides graphics acceleration
+      and VA-API for most GPUs.  This version provides graphics acceleration
       as a default extension to Fedora flatpaks.
     </p>
   </description>

^ 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 CL.default extension Yaakov Selkowitz

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