GNU bug report logs - #76053
[PATCH] gnu: openh264: update to 2.5.0

Previous Next

Package: guix-patches;

Reported by: Hikari <aneris <at> disroot.org>

Date: Tue, 4 Feb 2025 14:15:01 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Hikari <aneris <at> disroot.org>
To: 76053 <at> debbugs.gnu.org
Cc: Hikari <aneris <at> disroot.org>
Subject: [bug#76053] [PATCH] gnu: openh264: update to 2.5.0
Date: Tue,  4 Feb 2025 16:25:23 +0530
---
 gnu/packages/video.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index d0b5907bdd..89683553cf 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -5209,7 +5209,7 @@ (define-public intel-vaapi-driver
 (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 @@ (define-public openh264
               (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 @@ (define-public openh264
      (list
       #:make-flags
       #~(list (string-append "PREFIX=" #$output)
-                             "CC=gcc")
+              (string-append "CC=" #$(cc-for-target)))
       #:test-target "test"
       #:phases
       #~(modify-phases %standard-phases

base-commit: 4fa41a04802c43dc4c064b7ac4c2e6a4e92f63b6
-- 
2.48.1





This bug report was last modified 103 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.