From 3df6fbf889416d408ee017c8ca6dfb19d9c523d0 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 5 Mar 2018 05:35:49 -0300 Subject: [PATCH] x265: update to 2.7. --- common/shlibs | 2 +- srcpkgs/x265/template | 6 +++--- srcpkgs/x265/update | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 srcpkgs/x265/update diff --git a/common/shlibs b/common/shlibs index c8fb891c48e..0134690103c 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1896,7 +1896,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.116 x265-2.4_1 +libx265.so.151 x265-2.7_1 libQt5Xdg.so.3 libqtxdg-3.1.0_1 libQt5XdgIconLoader.so.3 libqtxdg-3.1.0_1 liblxqt-qt5.so.0 liblxqt-0.8.0_1 diff --git a/srcpkgs/x265/template b/srcpkgs/x265/template index 3ccfd70ab8d..379d08bf955 100644 --- a/srcpkgs/x265/template +++ b/srcpkgs/x265/template @@ -1,7 +1,7 @@ # Template file for 'x265' pkgname=x265 -version=2.4 -revision=2 +version=2.7 +revision=1 build_style=cmake build_wrksrc="source" wrksrc="x265_${version}" @@ -12,7 +12,7 @@ maintainer="Juan RP " homepage="http://x265.org/" license="GPL-2" distfiles="https://bitbucket.org/multicoreware/x265/downloads/x265_${version}.tar.gz" -checksum=9c2aa718d78f6fecdd783f08ab83b98d3169e5f670404da4c16439306907d729 +checksum=d5e75fa62ffe6ed49e691f8eb8ab8c1634ffcc0725dd553c6fdb4d5443b494a2 if [ -n "$CROSS_BUILD" ]; then configure_args+=" -DCMAKE_SYSTEM_PROCESSOR=${CROSS_BUILD%-musl}" diff --git a/srcpkgs/x265/update b/srcpkgs/x265/update new file mode 100644 index 00000000000..c64056fdc0e --- /dev/null +++ b/srcpkgs/x265/update @@ -0,0 +1 @@ +pattern='/(get|downloads)/(v?|\Q'"$pkgname"'\E_)?\K[\d\.]+(?=\.tar\.gz")'