x265: update to 2.4 (soname bump)
This commit is contained in:
parent
3dfc738655
commit
226dc151af
|
@ -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
|
||||
|
|
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue