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: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#76053: closed ([PATCH] gnu: openh264: update to 2.5.0)
Date: Wed, 05 Feb 2025 16:30:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 05 Feb 2025 16:29:47 +0000
with message-id <87cyfwicck.fsf <at> gmail.com>
and subject line [PATCH] gnu: openh264: update to 2.5.0
has caused the debbugs.gnu.org bug report #76053,
regarding [PATCH] gnu: openh264: update to 2.5.0
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
76053: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76053
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Hikari <aneris <at> disroot.org>
To: guix-patches <at> gnu.org
Cc: Hikari <aneris <at> disroot.org>
Subject: [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



[Message part 3 (message/rfc822, inline)]
From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 76053-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: openh264: update to 2.5.0
Date: Wed, 05 Feb 2025 16:29:47 +0000
[Message part 4 (text/plain, inline)]
Hi,

Pushed to master as dfbd6532d64abbe57f08cf8815d250e2e995f99a

--
Oleg
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 104 days ago.

Previous Next


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