guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 187f8f9ecf441f845a50483dec3466412ed9179c
Author: Andreas Enge <[email protected]>
AuthorDate: Sat Aug 9 11:45:15 2025 +0200
gnu: gst-plugins-bad: Modernize inputs.
* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Replace
openssl-1.1 by openssl. Remove zxing-cpp-1.2, which is not referenced.
Change-Id: I6659af170df986b0dbd7d9124eff4802a7d82a02
Signed-off-by: Liliana Marie Prikler <[email protected]>
---
gnu/packages/gstreamer.scm | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 7a62363f14..a32f302c95 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -858,7 +858,6 @@ model to base your own plug-in on, here it is.")
(list bluez
bzip2
cairo
- ;; ccextractor
chromaprint
curl
directfb
@@ -918,13 +917,12 @@ model to base your own plug-in on, here it is.")
neon
nettle
openal
- ;; opencv
+ ;; opencv ;would increase the closure size by ca. 430MB
openexr
openh264
openjpeg
- ;; openni2
opensles
- openssl-1.1
+ openssl
opus
orc
pango
@@ -947,8 +945,7 @@ model to base your own plug-in on, here it is.")
webrtc-audio-processing
wildmidi
wpebackend-fdo
- zbar-minimal
- zxing-cpp-1.2)))
+ zbar-minimal)))
(home-page "https://gstreamer.freedesktop.org/")
(synopsis "Plugins for the GStreamer multimedia library")
(description