* [bug#74176] [PATCH] gnu: libvpx: Update to 1.15.0.
@ 2024-11-02 13:31 ashish.is--- via Guix-patches via
2024-11-20 9:56 ` [bug#74176] Need for v2 Andreas Enge
0 siblings, 1 reply; 2+ messages in thread
From: ashish.is--- via Guix-patches via @ 2024-11-02 13:31 UTC (permalink / raw)
To: 74176; +Cc: Ashish SHUKLA
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(-)
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#74176] Need for v2
2024-11-02 13:31 [bug#74176] [PATCH] gnu: libvpx: Update to 1.15.0 ashish.is--- via Guix-patches via
@ 2024-11-20 9:56 ` Andreas Enge
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Enge @ 2024-11-20 9:56 UTC (permalink / raw)
To: 74176
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-20 9:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-02 13:31 [bug#74176] [PATCH] gnu: libvpx: Update to 1.15.0 ashish.is--- via Guix-patches via
2024-11-20 9:56 ` [bug#74176] Need for v2 Andreas Enge
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).