public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Dominik 'Rathann' Mierzejewski <dominik@greysector.net>
To: git-commits@fedoraproject.org
Subject: [rpms/vlc] epel9-next: rebuild for live555
Date: Mon, 20 Jul 2026 18:06:01 GMT [thread overview]
Message-ID: <178457076187.1.17159369651819157320.rpms-vlc-7b9cb9e2421d@fedoraproject.org> (raw)
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}/.*$
reply other threads:[~2026-07-20 18:06 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=178457076187.1.17159369651819157320.rpms-vlc-7b9cb9e2421d@fedoraproject.org \
--to=dominik@greysector.net \
--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