From 2c9c8c047a66b010fdb030db15e2b01280ba0e72 Mon Sep 17 00:00:00 2001 From: q66 Date: Tue, 12 Feb 2019 22:45:18 +0100 Subject: [PATCH] nv-codec-headers: make x86 only These runtime-depend on libcuda and some other stuff which makes it useless on any other architectures. It would be technically possible to get it to work on ppc64le and *maybe* 32-bit ARM (assuming nvidia ships CUDA for it) but that's a lot of extra work for something we are not prepared for at all. [ci skip] --- srcpkgs/nv-codec-headers/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/nv-codec-headers/template b/srcpkgs/nv-codec-headers/template index a9d43fd4405..338e835639b 100644 --- a/srcpkgs/nv-codec-headers/template +++ b/srcpkgs/nv-codec-headers/template @@ -4,6 +4,7 @@ version=8.2.15.6 revision=1 noarch=yes wrksrc="nv-codec-headers-n${version}" +only_for_archs="i686 i686-musl x86_64 x86_64-musl" build_style=gnu-makefile short_desc="FFmpeg version of headers required to interface with Nvidias codec APIs" maintainer="Johannes "