x265: update to 2.4 (soname bump)

This commit is contained in:
Alessio Sergi 2017-06-19 01:58:44 +02:00
parent 3dfc738655
commit 226dc151af
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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 <xtraeme@voidlinux.eu>"
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}"