commit c2b7522a7bac6776815b33993c76b6b58004e898
Author: Antonio Trande <sagitter(a)fedoraproject.org>
Date: Sat Oct 1 21:33:42 2022 +0200
Release 4.4
.gitignore | 1 +
sources | 2 +-
xpra-codecs-freeworld.spec | 18 +++++++++++++++---
3 files changed, 17 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 01bb9d6..020216c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -58,3 +58,4 @@ xpra-0.16.3.tar.xz
/xpra-4.3.1.tar.gz
/xpra-4.3.2.tar.gz
/xpra-4.3.4.tar.gz
+/xpra-4.4.tar.gz
diff --git a/sources b/sources
index 52a17ad..df77435 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (xpra-4.3.4.tar.gz) =
02b0ab2769278649b35c255d64560d393c1749112d24e8c65917ec09c40223fbd8b80b5959988e5dfcf2578827cfe7d027072515a5910db63cdade96a21b830e
+SHA512 (xpra-4.4.tar.gz) =
a85e0934ee31d4db7cbb43107e19bde502c54cbf270e019fcafeabcbc781f7b0329533f275bfa48db2552aa26193b82cc8b411e8ef3212f6ee0cb9352d2ae859
diff --git a/xpra-codecs-freeworld.spec b/xpra-codecs-freeworld.spec
index e66a32f..63228cc 100644
--- a/xpra-codecs-freeworld.spec
+++ b/xpra-codecs-freeworld.spec
@@ -1,4 +1,5 @@
%bcond_without enc_x264
+%bcond_without enc_x265
# Theses settings requires 64bit
%if 0%{?__isa_bits} == 64
%bcond_without dec_avcodec2
@@ -15,13 +16,17 @@
%endif
#
-# These are nececessary as the _with_foo is *not* defined if the
+# These are necessary as the _with_foo is *not* defined if the
# --with flag isn't specifed, and we need to have the --without
# specified option in that case.
%if %{without enc_x264}
%global _with_enc_x264 --without-enc_x264
%endif
+%if %{without enc_x265}
+%global _with_enc_x265 --without-enc_x265
+%endif
+
%if %{without dec_avcodec2}
%global _with_dec_avcodec2 --without-dec_avcodec2
%endif
@@ -31,8 +36,8 @@
%endif
Name: xpra-codecs-freeworld
-Version: 4.3.4
-Release: 2%{?dist}
+Version: 4.4
+Release: 1%{?dist}
Summary: Additional codecs for xpra using x264 and ffmpeg
License: GPLv2+
URL:
https://www.xpra.org/
@@ -48,6 +53,7 @@ BuildRequires: python3-devel
BuildRequires: gtk3-devel
BuildRequires: libXtst-devel
BuildRequires: libxkbfile-devel
+BuildRequires: lz4-devel
BuildRequires: python3-Cython
BuildRequires: ack
BuildRequires: desktop-file-utils
@@ -88,7 +94,9 @@ BuildRequires: ffmpeg-devel
#BuildRequires: pygtk2-devel
BuildRequires: xvidcore-devel
+%if %{with enc_x265}
BuildRequires: x265-devel
+%endif
Requires: xpra%{?_isa} = %{version}
Requires: gstreamer1-plugins-ugly%{?_isa}
@@ -120,6 +128,7 @@ export CFLAGS="%{build_cflags} -I%{_includedir}/cairo"
--with-verbose \
--with-vpx \
%{?_with_enc_x264} \
+ %{?_with_enc_x265} \
%{?_with_dec_avcodec2} \
%{?_with_csc_swscale} \
%{?_with_debug} \
@@ -171,6 +180,9 @@ find %{buildroot}%{python3_sitearch}/xpra -name '*.so' \
%license COPYING
%changelog
+* Sat Oct 01 2022 Antonio Trande <sagitter(a)fedoraproject.org> - 4.4-1
+- Release 4.4
+
* Mon Aug 08 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> -
4.3.4-2
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
5.1