~ruther/guix-local

0cae36b5e5bd88eefea30b122acd41290a966980 — Efraim Flashner 8 years ago b100a70
gnu: libmediainfo: Adjust build phases.

* gnu/packages/video.scm (libmediainfo)[arguments]: Change to the build
directory before running autogen.
1 files changed, 4 insertions(+), 3 deletions(-)

M gnu/packages/video.scm
M gnu/packages/video.scm => gnu/packages/video.scm +4 -3
@@ 2250,10 2250,11 @@ practically any type of media.")
       #:phases
       ;; build scripts not in root of archive
       (modify-phases %standard-phases
         (add-before 'configure 'pre-configure
         (add-after 'unpack 'change-to-build-dir
           (lambda _
             (chdir "Project/GNU/Library")))
         (add-after 'unpack 'autogen
             (chdir "Project/GNU/Library")
             #t))
         (add-after 'change-to-build-dir 'autogen
           (lambda _
             (zero? (system* "sh" "autogen.sh")))))))
    (home-page "https://mediaarea.net/en/MediaInfo")