x265: update to 3.3.
This commit is contained in:
parent
588d4d8d2a
commit
cfab5c9f60
|
@ -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
|
||||
|
|
|
@ -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 <orphan@voidlinux.org>"
|
|||
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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue