diff --git a/common/shlibs b/common/shlibs index 483a1f12cd2..c7dc4eafc98 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1952,7 +1952,7 @@ 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 libQt5Bodymovin.so.5 qt5-lottie-5.13.0_1 -libx265.so.179 x265-3.2.1_1 +libx265.so.188 x265-3.3_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 40ed33848da..5e36de3f3f3 100644 --- a/srcpkgs/x265/template +++ b/srcpkgs/x265/template @@ -1,6 +1,6 @@ # Template file for 'x265' pkgname=x265 -version=3.2.1 +version=3.3 revision=1 wrksrc="x265_${version}" build_wrksrc=source @@ -11,7 +11,7 @@ maintainer="Orphaned " license="GPL-2.0-or-later" homepage="http://x265.org/" distfiles="https://bitbucket.org/multicoreware/x265/downloads/x265_${version}.tar.gz" -checksum=fb9badcf92364fd3567f8b5aa0e5e952aeea7a39a2b864387cec31e3b58cbbcc +checksum=f26e148ed1f4dfb33fd1eb3ff5e60e08078d1b2017e88bcbb045b3fb58300b9c build_options="altivec assembly" @@ -44,7 +44,7 @@ esac pre_configure() { if [ "$CROSS_BUILD" ]; then - sed -i CMakeLists.txt -e "s; -mcpu=native;;" + vsed -i CMakeLists.txt -e "s; -mcpu=native;;" fi }