From ae884c73e43cf90f4aa1a64ab64bfb39d565e03f Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Fri, 8 Apr 2016 09:36:34 -0400 Subject: [PATCH] Update to 1.9 (fix for F24) Signed-off-by: Adrian Reber --- x265-pic.patch | 2 +- x265.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/x265-pic.patch b/x265-pic.patch index 0414a35..f3c02b9 100644 --- a/x265-pic.patch +++ b/x265-pic.patch @@ -2,8 +2,8 @@ diff -up x265_1.8/source/CMakeLists.txt.pic x265_1.8/source/CMakeLists.txt --- x265_1.8/source/CMakeLists.txt.pic 2015-09-22 10:10:07.000000000 +0200 +++ x265_1.8/source/CMakeLists.txt 2015-10-25 22:43:12.666153586 +0100 @@ -158,7 +162,7 @@ if(GCC) - add_definitions(-Wall -Wextra -Wshadow) add_definitions(-D__STDC_LIMIT_MACROS=1) + add_definitions(-std=gnu++98) if(ENABLE_PIC) - add_definitions(-fPIC) + add_definitions(-fPIC -DPIC) diff --git a/x265.spec b/x265.spec index e0d4668..2262feb 100644 --- a/x265.spec +++ b/x265.spec @@ -1,6 +1,6 @@ Summary: H.265/HEVC encoder Name: x265 -Version: 1.8 +Version: 1.9 Release: 1%{?dist} URL: http://x265.org/ Source0: http://ftp.videolan.org/pub/videolan/x265/x265_%{version}.tar.gz @@ -77,7 +77,7 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} test/TestBench || : %files libs %dir %{_pkgdocdir} %{_pkgdocdir}/COPYING -%{_libdir}/libx265.so.68 +%{_libdir}/libx265.so.79 %files devel %doc doc/* @@ -87,6 +87,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} test/TestBench || : %{_libdir}/pkgconfig/x265.pc %changelog +* Fri Apr 08 2016 Adrian Reber - 1.9-1 +- Update to 1.9 + * Sun Oct 25 2015 Dominik Mierzejewski 1.8-2 - fix building as PIC - update SO version in file list