guix-commits
[Top][All Lists]
Advanced

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

04/15: gnu: vapoursynth: Remove extra build phase.


From: guix-commits
Subject: 04/15: gnu: vapoursynth: Remove extra build phase.
Date: Wed, 7 Aug 2019 13:06:59 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 22300394276d84a6a408dc117f5de93c3d380553
Author: Efraim Flashner <address@hidden>
Date:   Wed Aug 7 19:19:27 2019 +0300

    gnu: vapoursynth: Remove extra build phase.
    
    * gnu/packages/video.scm (vapoursynth)[arguments]: Remove unneeded
    'autogen phase.
---
 gnu/packages/video.scm | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 1c3177e..6f528af 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2066,12 +2066,6 @@ capabilities.")
        ("libass" ,libass)
        ("tesseract-ocr" ,tesseract-ocr)
        ("zimg" ,zimg)))
-    (arguments
-     '(#:phases
-       (modify-phases %standard-phases
-         (add-after 'unpack 'autogen
-           (lambda _
-             (invoke "sh" "autogen.sh"))))))
     (home-page "http://www.vapoursynth.com/";)
     (synopsis "Video processing framework")
     (description "VapourSynth is a C++ library and Python module for video



reply via email to

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