[PATCH] gnu: libvpx: Update to 1.15.0.

  • Open
  • quality assurance status badge
Details
3 participants
  • Andreas Enge
  • ashish.is
  • Nicolas Graves
Owner
unassigned
Submitted by
ashish.is
Severity
normal
A
A
ashish.is wrote on 2 Nov 2024 14:31
(address . guix-patches@gnu.org)(name . Ashish SHUKLA)(address . ashish.is@lostca.se)
8d5e005a77ed870591b5e99349e5e3486b950bfd.1730554273.git.ashish.is@lostca.se
From: Ashish SHUKLA <ashish.is@lostca.se>

* gnu/packages/video.scm (libvpx): Update to 1.15.0.

Change-Id: I52213edadb56b8a65394281103dde528173cd7b3
---
gnu/packages/video.scm | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)

Toggle diff (28 lines)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index ff5dcd8daa..5d681f1c28 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2959,7 +2959,7 @@ (define-public mpv-mpris
(define-public libvpx
(package
(name "libvpx")
- (version "1.12.0")
+ (version "1.15.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2968,9 +2968,7 @@ (define-public libvpx
(file-name (git-file-name name version))
(sha256
(base32
- "1x12f2bd4jqd532rnixmwvcx8d29yxiacpcxqqh86qczc49la8gm"))
- (patches (search-patches "libvpx-CVE-2016-2818.patch"
- "libvpx-CVE-2023-5217.patch"))))
+ "1q2scpfiifhpilw6qqpqihk98plj57gwh0vyiqwsv991i7b322bv"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags (list "--enable-shared"

base-commit: 20c7b8dd04e421a139a02438cf1ddfdfe544a446
--
2.47.0
N
N
Nicolas Graves wrote on 3 Nov 2024 19:37
tag 74176 moreinfo
(address . control@debbugs.gnu.org)
87plncp3ik.fsf@ngraves.fr
tags 74176 + moreinfo
quit

Hi Ashish,

According to guix refresh -l, this package has 1059 dependent packages
that would be rebuilt and thus probably requires to be merged with a
candidate branch. Get in touch with the team that seems the most
adapted / that shares the most rebuilds with this commit to get that
merged ;)

--
Best regards,
Nicolas Graves
A
A
Andreas Enge wrote on 20 Nov 2024 10:56
Need for v2
(address . 74176@debbugs.gnu.org)
Zz2yOuXnFbW5o162@jurong
Hello Ashish,

just a quick comment: When removing patches from a package, you also need
"git rm" the corresponding files, and to remove them from gnu/local.mk.

Well, just like in your commit 3c92a633c3f7aff0fe9fa3b056071bc7c9c72395 ;-)

So could you please send a version 2?

Indeed the number of dependent packages is a (separate) issue; unfortunately
we do not have a multimedia team or similar now.

Andreas
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 74176@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 74176
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch