commit 807661eac1aec4e84439ee3afdd1d72201089fd0
Author: Antonio Trande <sagitter(a)fedoraproject.org>
Date: Fri Sep 22 11:13:13 2023 +0200
Disable x265 encoder| Disable openh264 on EPEL
xpra-codecs-freeworld.spec | 16 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/xpra-codecs-freeworld.spec b/xpra-codecs-freeworld.spec
index c5ccb14..b3cae4c 100644
--- a/xpra-codecs-freeworld.spec
+++ b/xpra-codecs-freeworld.spec
@@ -1,11 +1,16 @@
%bcond_without enc_x264
-%bcond_without enc_x265
+%bcond_with enc_x265
# Theses settings requires 64bit
%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}.1
Summary: Additional codecs for xpra using x264 and ffmpeg
License: GPLv2+
URL:
https://www.xpra.org/
@@ -144,7 +149,8 @@ sed -i 's|-mfpmath=387|-mfloat-abi=hard|' setup.py
--without-strict \
--with-enc_ffmpeg \
--without-tests \
- --without-docs
+ --without-docs \
+ --without-printing --without-cuda_kernels
%install
# We are interested to additional codecs only
@@ -186,6 +192,10 @@ find %{buildroot}%{python3_sitearch}/xpra -name '*.so' \
%license COPYING
%changelog
+* Fri Sep 22 2023 Antonio Trande <sagitter(a)fedoraproject.org> - 5.0.1-2
+- Disable x265 encoder
+- Disable openh264 on EPEL
+
* Sat Sep 02 2023 Antonio Trande <sagitter(a)fedoraproject.org> - 5.0.1-1
- Release 5.0.1