mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
x265: update to 3.0.
[ci skip]
This commit is contained in:
parent
b350451dcf
commit
9dfad181d7
3 changed files with 4 additions and 33 deletions
|
@ -1893,7 +1893,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.165 x265-2.9_1
|
||||
libx265.so.169 x265-3.0_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,29 +0,0 @@
|
|||
Source: https://gitweb.gentoo.org/repo/gentoo.git/plain/media-libs/x265/files/x265-2.9-detect512.patch
|
||||
Upstream: No
|
||||
Reason: Fix cross build
|
||||
|
||||
--- source/common/cpu.cpp
|
||||
+++ source/common/cpu.cpp
|
||||
@@ -110,6 +110,11 @@
|
||||
{ "", 0 },
|
||||
};
|
||||
|
||||
+bool detect512()
|
||||
+{
|
||||
+ return(enable512);
|
||||
+}
|
||||
+
|
||||
#if X265_ARCH_X86
|
||||
|
||||
extern "C" {
|
||||
@@ -123,10 +128,6 @@
|
||||
#pragma warning(disable: 4309) // truncation of constant value
|
||||
#endif
|
||||
|
||||
-bool detect512()
|
||||
-{
|
||||
- return(enable512);
|
||||
-}
|
||||
uint32_t cpu_detect(bool benableavx512 )
|
||||
{
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'x265'
|
||||
pkgname=x265
|
||||
version=2.9
|
||||
revision=2
|
||||
version=3.0
|
||||
revision=1
|
||||
wrksrc="x265_${version}"
|
||||
build_wrksrc=source
|
||||
build_style=cmake
|
||||
|
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|||
license="GPL-2.0-or-later"
|
||||
homepage="http://x265.org/"
|
||||
distfiles="https://bitbucket.org/multicoreware/x265/downloads/x265_${version}.tar.gz"
|
||||
checksum=ebae687c84a39f54b995417c52a2fdde65a4e2e7ebac5730d251471304b91024
|
||||
checksum=c5b9fc260cabbc4a81561a448f4ce9cad7218272b4011feabc3a6b751b2f0662
|
||||
|
||||
pre_configure() {
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue