From 9dd5f2774a441ecb8582eb2191326bc4875011c9 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sun, 2 Oct 2016 14:45:31 +0000 Subject: [PATCH] extra/x265 to 2.1-1 --- extra/x265/PKGBUILD | 8 ++++---- extra/x265/arm.patch | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/extra/x265/PKGBUILD b/extra/x265/PKGBUILD index 45c306901..0fcdb510a 100644 --- a/extra/x265/PKGBUILD +++ b/extra/x265/PKGBUILD @@ -1,13 +1,13 @@ # $Id$ -# Maintainer: Bartłomiej Piotrowski # Maintainer: Maxime Gauduin +# Contributor: Bartłomiej Piotrowski # Contributor: kfgz # ALARM: Kevin Mihelich # - patch to attempt fixing ARM hackery by bandwagoning developers pkgname=x265 -pkgver=2.0 +pkgver=2.1 pkgrel=1 pkgdesc='Open Source H265/HEVC video encoder' arch=('i686' 'x86_64') @@ -18,8 +18,8 @@ makedepends=('yasm' 'cmake') provides=('libx265.so') source=("https://bitbucket.org/multicoreware/x265/downloads/x265_${pkgver}.tar.gz" arm.patch) -md5sums=('a4f16c0f054f002d6d8c9c6f7fb03026' - '6b7074bb7a250d0cb7de33905996dd5c') +md5sums=('c2657ab0925bee1fe7f3675b3f199ac0' + '5efb341e1422cb1d02790a3838ffb353') prepare() { cd x265_${pkgver} diff --git a/extra/x265/arm.patch b/extra/x265/arm.patch index cbe9ee8e8..4580c4940 100644 --- a/extra/x265/arm.patch +++ b/extra/x265/arm.patch @@ -1,6 +1,6 @@ diff -urN a/source/CMakeLists.txt b/source/CMakeLists.txt ---- a/source/CMakeLists.txt 2016-07-13 07:53:26.000000000 -0600 -+++ b/source/CMakeLists.txt 2016-07-23 09:47:41.615318333 -0600 +--- a/source/CMakeLists.txt 2016-09-27 03:05:59.000000000 -0600 ++++ b/source/CMakeLists.txt 2016-10-02 08:43:12.796597758 -0600 @@ -41,7 +41,7 @@ # System architecture detection string(TOLOWER "${CMAKE_SYSTEM_PROCESSOR}" SYSPROC) @@ -30,8 +30,8 @@ diff -urN a/source/CMakeLists.txt b/source/CMakeLists.txt else() message(STATUS "CMAKE_SYSTEM_PROCESSOR value `${CMAKE_SYSTEM_PROCESSOR}` is unknown") message(STATUS "Please add this value near ${CMAKE_CURRENT_LIST_FILE}:${CMAKE_CURRENT_LIST_LINE}") -@@ -186,18 +194,6 @@ - add_definitions(-march=i686) +@@ -190,18 +198,6 @@ + endif() endif() endif() - if(ARM AND CROSS_COMPILE_ARM) @@ -50,8 +50,8 @@ diff -urN a/source/CMakeLists.txt b/source/CMakeLists.txt if(INTEL_CXX) add_definitions(-prof-gen -prof-dir="${CMAKE_CURRENT_BINARY_DIR}") diff -urN a/source/common/cpu.cpp b/source/common/cpu.cpp ---- a/source/common/cpu.cpp 2016-07-13 07:53:26.000000000 -0600 -+++ b/source/common/cpu.cpp 2016-07-23 09:39:15.075352729 -0600 +--- a/source/common/cpu.cpp 2016-09-27 03:05:59.000000000 -0600 ++++ b/source/common/cpu.cpp 2016-10-02 08:43:12.796597758 -0600 @@ -37,7 +37,7 @@ #include #endif