unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#56984] [PATCH] gnu: openh264: Update to 2.3.0.
@ 2022-08-04 20:37 kiasoc5 via Guix-patches via
  2022-08-04 20:53 ` ( via Guix-patches via
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: kiasoc5 via Guix-patches via @ 2022-08-04 20:37 UTC (permalink / raw)
  To: 56984

[-- Attachment #1: Type: text/plain, Size: 0 bytes --]



[-- Attachment #2: 0001-gnu-openh264-Update-to-2.3.0.patch --]
[-- Type: text/x-patch, Size: 1193 bytes --]

From 91f966c74da0e9a27dd68d443ed2a255b1c48826 Mon Sep 17 00:00:00 2001
From: kiasoc5 <kiasoc5@disroot.org>
Date: Tue, 2 Aug 2022 23:07:57 -0400
Subject: [PATCH] gnu: openh264: Update to 2.3.0.

* gnu/packages/video.scm (openh264): Update to 2.3.0.
---
 gnu/packages/video.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 04049fd9c8..1a99a206ca 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3940,7 +3940,7 @@ (define-public intel-vaapi-driver
 (define-public openh264
   (package
     (name "openh264")
-    (version "2.1.1")
+    (version "2.3.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3949,7 +3949,7 @@ (define-public openh264
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0ffav46pz3sbj92nipd62z03fibyqgclfq9w8lgr80s6za6zdk5s"))))
+                "1yr6nsjpnazq4z6dvjfyanljwgwnyjh3ddxa0sq6hl9qc59yq91r"))))
     (build-system gnu-build-system)
     (native-inputs
      (list nasm python))

base-commit: a956c7df87536717e4e04af11ae6d73dcb7a2ce7
-- 
2.37.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-08-10  8:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-04 20:37 [bug#56984] [PATCH] gnu: openh264: Update to 2.3.0 kiasoc5 via Guix-patches via
2022-08-04 20:53 ` ( via Guix-patches via
2022-08-05  4:44 ` [bug#56984] [PATCH V2] gnu: openh264: Update to 2.3.0 and use gexps kiasoc5 via Guix-patches via
2022-08-10  8:29   ` bug#56984: [PATCH] gnu: openh264: Update to 2.3.0 宋文武 via Guix-patches via
2022-08-05  5:04 ` [bug#56984] [PATCH V3] gnu: ugrep: Use gexps and add zstd lib to inputs kiasoc5 via Guix-patches via
2022-08-05  5:10 ` [bug#56984] [PATCH] " kiasoc5 via Guix-patches via
2022-08-05  5:14   ` [bug#56995] " kiasoc5 via Guix-patches via
2022-08-05  7:35     ` Liliana Marie Prikler

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).