~ruther/guix-local

dfbd6532d64abbe57f08cf8815d250e2e995f99a — Hikari 1 year, 1 month ago 216a37b
gnu: openh264: Update to 2.5.0.

* gnu/packages/video.scm (openh264): Update to 2.5.0.

Reviewed-by: Andrew Wong <brosasaki@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Ic960ed6293c8aa2ab16f55efaa02c639870abf6e
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/video.scm
M gnu/packages/video.scm => gnu/packages/video.scm +3 -3
@@ 5209,7 5209,7 @@ post-processing of video formats like MPEG2, H.264/AVC, and VC-1.")
(define-public openh264
  (package
    (name "openh264")
    (version "2.3.0")
    (version "2.5.0")
    (source (origin
              (method git-fetch)
              (uri (git-reference


@@ 5218,7 5218,7 @@ post-processing of video formats like MPEG2, H.264/AVC, and VC-1.")
              (file-name (git-file-name name version))
              (sha256
               (base32
                "1yr6nsjpnazq4z6dvjfyanljwgwnyjh3ddxa0sq6hl9qc59yq91r"))))
                "1lkzidgb3835jjf3qd56avgb7ag4s6l4yvi2b3aacfqpzvh7vjib"))))
    (build-system gnu-build-system)
    (native-inputs
     (list nasm python))


@@ 5226,7 5226,7 @@ post-processing of video formats like MPEG2, H.264/AVC, and VC-1.")
     (list
      #:make-flags
      #~(list (string-append "PREFIX=" #$output)
                             "CC=gcc")
              (string-append "CC=" #$(cc-for-target)))
      #:test-target "test"
      #:phases
      #~(modify-phases %standard-phases