commit 9a45b52cfe6573562fdb37bcb61e3419ff45da29
Author: Antonio Trande <sagitter(a)fedoraproject.org>
Date: Sun Sep 17 19:22:11 2023 +0200
Disable openh264 on EPEL
xpra-codecs-freeworld.spec | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
---
diff --git a/xpra-codecs-freeworld.spec b/xpra-codecs-freeworld.spec
index c5ccb14..5091043 100644
--- a/xpra-codecs-freeworld.spec
+++ b/xpra-codecs-freeworld.spec
@@ -4,8 +4,13 @@
%if 0%{?__isa_bits} == 64
%bcond_without dec_avcodec2
%bcond_without csc_swscale
+%if 0%{?fedora}
%bcond_without openh264
%else
+%bcond_with openh264
+%endif
+%endif
+%if 0%{?__isa_bits} == 32
%bcond_with dec_avcodec2
%bcond_with csc_swscale
%endif
@@ -42,7 +47,7 @@
Name: xpra-codecs-freeworld
Version: 5.0.1
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Additional codecs for xpra using x264 and ffmpeg
License: GPLv2+
URL:
https://www.xpra.org/
@@ -186,6 +191,9 @@ find %{buildroot}%{python3_sitearch}/xpra -name '*.so' \
%license COPYING
%changelog
+* Sun Sep 17 2023 Antonio Trande <sagitter(a)fedoraproject.org> - 5.0.1-2
+- Disable openh264 on EPEL
+
* Sat Sep 02 2023 Antonio Trande <sagitter(a)fedoraproject.org> - 5.0.1-1
- Release 5.0.1