From 226dc151afb11f0b6e70fa7e3305b133aabd4f15 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 19 Jun 2017 01:58:44 +0200 Subject: [PATCH] x265: update to 2.4 (soname bump) --- common/shlibs | 2 +- srcpkgs/x265/template | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/shlibs b/common/shlibs index fd98773bc4..3b5e661b81 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1847,7 +1847,7 @@ libQt5EglFsKmsSupport.so.5 qt5-5.7.1_1 libQt5WebKit.so.5 qt5-webkit-5.6.0_1 libQt5WebKitWidgets.so.5 qt5-webkit-5.6.0_1 libQt5TextToSpeech.so.5 qt5-speech-5.8.0_1 -libx265.so.102 x265-2.2_1 +libx265.so.116 x265-2.4_1 libQt5Xdg.so.2 libqtxdg-2.0.0_1 libQt5XdgIconLoader.so.2 libqtxdg-2.0.0_1 liblxqt-qt5.so.0 liblxqt-0.8.0_1 diff --git a/srcpkgs/x265/template b/srcpkgs/x265/template index 8e72afeb3a..0904c65de2 100644 --- a/srcpkgs/x265/template +++ b/srcpkgs/x265/template @@ -1,6 +1,6 @@ # Template file for 'x265' pkgname=x265 -version=2.2 +version=2.4 revision=1 build_style=cmake build_wrksrc="source" @@ -11,7 +11,7 @@ maintainer="Juan RP " homepage="http://x265.org/" license="GPL-2" distfiles="https://bitbucket.org/multicoreware/x265/downloads/x265_${version}.tar.gz" -checksum=b872552535e41fbffa03ba7cbcd3479c42c4053868309292e78e147b7773ac4b +checksum=9c2aa718d78f6fecdd783f08ab83b98d3169e5f670404da4c16439306907d729 if [ -n "$CROSS_BUILD" ]; then configure_args+=" -DCMAKE_SYSTEM_PROCESSOR=${CROSS_BUILD%-musl}"