bug#58299: [patch] add gst-plugins-base-gl (gst-plugins with opengl support)

2022-10-06 Thread Maxime Devos
On 05-10-2022 10:25, Dr. Arne Babenhauserheide wrote: Hi, the following patch adds a base gstreamer plugins package with opengl support: Not sure how I received this, as I unsubscribed from guix-patches, but a note: IIUC, you are enabling extra plugins -- so gst-plugins-base-gl also

bug#58299: [patch] add gst-plugins-base-gl (gst-plugins with opengl support)

2022-10-05 Thread Dr. Arne Babenhauserheide
Liliana Marie Prikler writes: > Am Mittwoch, dem 05.10.2022 um 10:25 +0200 schrieb Dr. Arne > Babenhauserheide: >> +(define-public gst-plugins-base-gl >> + (package (inherit gst-plugins-base) >> +(name "gst-plugins-base-gl") > Is there a cycle between gst-plugins-base and mesa otherwise?

bug#58299: [patch] add gst-plugins-base-gl (gst-plugins with opengl support)

2022-10-05 Thread Liliana Marie Prikler
Am Mittwoch, dem 05.10.2022 um 10:25 +0200 schrieb Dr. Arne Babenhauserheide: > +(define-public gst-plugins-base-gl > + (package (inherit gst-plugins-base) > +(name "gst-plugins-base-gl") Is there a cycle between gst-plugins-base and mesa otherwise? If not, we could merge them on staging. >

bug#58299: [patch] add gst-plugins-base-gl (gst-plugins with opengl support)

2022-10-05 Thread Dr. Arne Babenhauserheide
Hi, the following patch adds a base gstreamer plugins package with opengl support: From 515535c638bd079839882a7a3c2fcf89defee984 Mon Sep 17 00:00:00 2001 From: Arne Babenhauserheide Date: Wed, 24 Nov 2021 01:58:32 +0100 Subject: [PATCH] gnu: gst-plugins-base-gl: add package version that