guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: vapoursynth: Remove mips support.


From: Efraim Flashner
Subject: 01/03: gnu: vapoursynth: Remove mips support.
Date: Mon, 12 Sep 2016 19:47:59 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 9a078f4863796bd20f426fb7cb64b719a2f32e95
Author: Efraim Flashner <address@hidden>
Date:   Mon Sep 12 22:29:35 2016 +0300

    gnu: vapoursynth: Remove mips support.
    
    * gnu/packages/video.scm (vapoursynth)[supported-systems]: New field,
    remove support for mips64el which is unsupported.
---
 gnu/packages/video.scm |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index b2c102a..8bcb2c4 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1272,6 +1272,8 @@ capabilities.")
 manipulation.  It aims to be a modern rewrite of Avisynth, supporting
 multithreading, generalized colorspaces, per frame properties, and videos with
 format changes.")
+    ;; src/core/cpufeatures only allows x86, ARM or PPC
+    (supported-systems (delete "mips64el-linux" %supported-systems))
     ;; As seen from the source files.
     (license license:lgpl2.1+)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]