public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/vlc] epel9-next: rebuild for live555
@ 2026-07-20 18:06 Dominik 'Rathann' Mierzejewski
0 siblings, 0 replies; only message in thread
From: Dominik 'Rathann' Mierzejewski @ 2026-07-20 18:06 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/vlc
Branch : epel9-next
Commit : 7b9cb9e2421d48996c545d07e71e3819abc4d1f8
Author : Dominik 'Rathann' Mierzejewski <dominik@greysector.net>
Date : 2024-12-08T13:49:07+01:00
Stats : +19/-0 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/vlc/c/7b9cb9e2421d48996c545d07e71e3819abc4d1f8?branch=epel9-next
Log:
rebuild for live555
Adapt to new EventLoopWatchVariable type in live555-2024.11.28.
---
diff --git a/live555.patch b/live555.patch
new file mode 100644
index 0000000..b2f35db
--- /dev/null
+++ b/live555.patch
@@ -0,0 +1,17 @@
+diff -up vlc-3.0.21/modules/access/live555.cpp.orig vlc-3.0.21/modules/access/live555.cpp
+--- vlc-3.0.21/modules/access/live555.cpp.orig 2024-06-05 17:56:07.000000000 +0200
++++ vlc-3.0.21/modules/access/live555.cpp 2024-12-06 11:41:08.633053039 +0100
+@@ -236,8 +236,13 @@ struct demux_sys_t
+ bool b_no_data; /* if we never received any data */
+ int i_no_data_ti; /* consecutive number of TaskInterrupt */
+
++#if LIVEMEDIA_LIBRARY_VERSION_INT >= 1732752000
++ std::atomic_char event_rtsp;
++ std::atomic_char event_data;
++#else
+ char event_rtsp;
+ char event_data;
++#endif
+
+ bool b_get_param; /* Does the server support GET_PARAMETER */
+ bool b_paused; /* Are we paused? */
diff --git a/vlc.spec b/vlc.spec
index e8fdc5a..1d62ae9 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -59,6 +59,8 @@ Patch: libidn2.patch
Patch: lua-math.patch
# update to freerdp2 api; backport from master
Patch: freerdp2.patch
+# fix build with live555-2024.11.28
+Patch: live555.patch
%{load:%{S:1}}
%global __provides_exclude_from ^%{vlc_plugindir}/.*$
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-20 18:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 18:06 [rpms/vlc] epel9-next: rebuild for live555 Dominik 'Rathann' Mierzejewski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox