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/vlc] epel10: Fix build with gstreamer 1.28
Date: Wed, 23 Sep 2026 14:55:52 GMT [thread overview]
Message-ID: <179017535270.1.3482571782758129471.rpms-vlc-2fd65df8946a@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/vlc
Branch : epel10
Commit : 2fd65df8946a997f6d46a81f74d1afe69cca7aed
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2026-02-10T11:08:42-05:00
Stats : +19/-0 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/vlc/c/2fd65df8946a997f6d46a81f74d1afe69cca7aed?branch=epel10
Log:
Fix build with gstreamer 1.28
---
diff --git a/gstreamer128.patch b/gstreamer128.patch
new file mode 100644
index 0000000..66bdd8b
--- /dev/null
+++ b/gstreamer128.patch
@@ -0,0 +1,17 @@
+The addition of gstvideodmabufpool.h, which depends on gstvideopool.h,
+causes this include to pull things in the wrong order.
+
+https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/10411
+
+diff -up ./modules/codec/gstreamer/gstvlcvideopool.h.orig ./modules/codec/gstreamer/gstvlcvideopool.h
+--- ./modules/codec/gstreamer/gstvlcvideopool.h.orig 2025-12-23 05:49:20.000000000 -0500
++++ ./modules/codec/gstreamer/gstvlcvideopool.h 2026-02-10 01:45:40.557003527 -0500
+@@ -28,7 +28,7 @@
+ #define VLC_GST_VIDEO_POOL_H
+
+ #include <gst/gstbufferpool.h>
+-#include <gst/video/gstvideopool.h>
++#include <gst/video/video.h>
+
+ #include "gstvlcpictureplaneallocator.h"
+
diff --git a/vlc.spec b/vlc.spec
index f4e95c6..9b430ae 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -74,6 +74,8 @@ Patch: libidn2.patch
Patch: lua-math.patch
# avoid "stale plugin cache" warnings in flatpaks
Patch: flatpak-cache.patch
+# fix build with gstreamer-1.28
+Patch: gstreamer128.patch
%{load:%{S:1}}
%global __provides_exclude_from ^%{vlc_plugindir}/.*$
reply other threads:[~2026-09-23 14:55 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=179017535270.1.3482571782758129471.rpms-vlc-2fd65df8946a@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