x265: update to 3.5.
This commit is contained in:
parent
84d00e25da
commit
d3b1f290de
2 changed files with 10 additions and 5 deletions
|
@ -1957,7 +1957,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
|
||||
|
|
|
@ -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
|
||||
configure_args="-DENABLE_PIC=1"
|
||||
hostmakedepends="git"
|
||||
short_desc="Open Source H.265/HEVC video encoder"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
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,11 @@ esac
|
|||
|
||||
if [ "$build_option_assembly" ]; then
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64*|i686*) hostmakedepends+=" nasm" ;;
|
||||
x86_64*|i686*)
|
||||
# see https://bitbucket.org/multicoreware/x265_git/issues/559
|
||||
configure_args+=" -DCMAKE_ASM_NASM_FLAGS=-w-macro-params-legacy"
|
||||
hostmakedepends+=" nasm"
|
||||
;;
|
||||
*) ;;
|
||||
esac
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue