|
|
|
@ -1,17 +1,15 @@
|
|
|
|
|
%global _so_version 176
|
|
|
|
|
%global _so_version 179
|
|
|
|
|
|
|
|
|
|
Summary: H.265/HEVC encoder
|
|
|
|
|
Name: x265
|
|
|
|
|
Version: 3.1.2
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 3.2.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
URL: http://x265.org/
|
|
|
|
|
# source/Lib/TLibCommon - BSD
|
|
|
|
|
# source/Lib/TLibEncoder - BSD
|
|
|
|
|
# everything else - GPLv2+
|
|
|
|
|
License: GPLv2+ and BSD
|
|
|
|
|
|
|
|
|
|
# Official upstream is http://hg.videolan.org/ - using github mirror
|
|
|
|
|
Source0: https://github.com/videolan/x265/archive/%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
Source0: https://bitbucket.org/multicoreware/%{name}/downloads/%{name}_%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
# fix building as PIC
|
|
|
|
|
Patch0: x265-pic.patch
|
|
|
|
@ -60,7 +58,7 @@ performance on a wide variety of hardware platforms.
|
|
|
|
|
This package contains the shared library development files.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -p1
|
|
|
|
|
%autosetup -p1 -n %{name}_%{version}
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
# High depth libraries (from source/h265.h):
|
|
|
|
@ -141,6 +139,10 @@ done
|
|
|
|
|
%{_libdir}/pkgconfig/x265.pc
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Nov 28 2019 Leigh Scott <leigh123linux@googlemail.com> - 3.2.1-1
|
|
|
|
|
- Update to 3.2.1
|
|
|
|
|
- Switch upstream source url
|
|
|
|
|
|
|
|
|
|
* Fri Aug 09 2019 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 3.1.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|