From 4b2d1e423d37e82132c8648a2f9d110784407b3d Mon Sep 17 00:00:00 2001 From: Arda Demir Date: Wed, 14 Jul 2021 03:00:23 +0300 Subject: [PATCH] x265: update to 3.5. --- common/shlibs | 2 +- srcpkgs/x265/template | 12 ++++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/common/shlibs b/common/shlibs index 9df122c0edfe..54599671b542 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1976,7 +1976,7 @@ libQt5TextToSpeech.so.5 qt5-speech-5.15.2_3 libQt5Bodymovin.so.5 qt5-lottie-5.15.2_3 libQt5WebKit.so.5 qt5-webkit-5.6.0_1 libQt5WebKitWidgets.so.5 qt5-webkit-5.6.0_1 -libx265.so.192 x265-3.4_1 +libx265.so.199 x265-3.5_1 libQt5Xdg.so.3 libqtxdg-3.1.0_1 libQt5XdgIconLoader.so.3 libqtxdg-3.1.0_1 libqwt.so.6 qwt-6.1.3_1 diff --git a/srcpkgs/x265/template b/srcpkgs/x265/template index 2b858bad487f..7e6b3264d5b8 100644 --- a/srcpkgs/x265/template +++ b/srcpkgs/x265/template @@ -1,18 +1,19 @@ # Template file for 'x265' pkgname=x265 -version=3.4 +version=3.5 revision=1 -_commit="a4f320054d67" +_commit="f0c1022b6be1" wrksrc="multicoreware-x265_git-${_commit}" build_wrksrc=source build_style=cmake +hostmakedepends="git" configure_args="-DENABLE_PIC=1" short_desc="Open Source H.265/HEVC video encoder" maintainer="Orphaned " license="GPL-2.0-or-later" homepage="http://x265.org/" distfiles="https://bitbucket.org/multicoreware/x265_git/get/${version}.tar.gz" -checksum=7f2771799bea0f53b5ab47603d5bea46ea2a221e047a7ff398115e9976fd5f86 +checksum=5ca3403c08de4716719575ec56c686b1eb55b078c0fe50a064dcf1ac20af1618 build_options="altivec assembly" @@ -29,7 +30,10 @@ esac if [ "$build_option_assembly" ]; then case "$XBPS_TARGET_MACHINE" in - x86_64*|i686*) hostmakedepends+=" nasm" ;; + x86_64*|i686*) + hostmakedepends+=" nasm" + configure_args+=" -DCMAKE_ASM_NASM_FLAGS=-w-macro-params-legacy" + ;; *) ;; esac fi