mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 13:10:33 +02:00
gnu: libvpx: Ungraft.
* gnu/packages/video.scm (libvpx)[source]: Add patch. [replacement]: Remove. (libvpx/fixed): Remove variable. Change-Id: Ifa9154cc0667a5627b2e7847c8c521a302904c91
This commit is contained in:
committed by
Efraim Flashner
parent
0a88a73fa9
commit
78ea5dd4af
@@ -3155,7 +3155,6 @@ wallpaper using mpv.")
|
||||
(package
|
||||
(name "libvpx")
|
||||
(version "1.15.2")
|
||||
(replacement libvpx/fixed)
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
@@ -3165,7 +3164,8 @@ wallpaper using mpv.")
|
||||
(sha256
|
||||
(base32
|
||||
"07c29a5q19613pldp8qm6harqwl7kvqhs7vw4mr8s3dnwyb5jpnl"))
|
||||
(patches (search-patches "libvpx-CVE-2016-2818.patch"))))
|
||||
(patches (search-patches "libvpx-CVE-2016-2818.patch"
|
||||
"libvpx-CVE-2026-2447.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags (list "--enable-shared"
|
||||
@@ -3194,11 +3194,6 @@ wallpaper using mpv.")
|
||||
(license license:bsd-3)
|
||||
(home-page "https://www.webmproject.org/")))
|
||||
|
||||
(define-public libvpx/fixed
|
||||
(hidden-package
|
||||
(package-with-extra-patches libvpx
|
||||
(search-patches "libvpx-CVE-2026-2447.patch"))))
|
||||
|
||||
(define-public orfondl
|
||||
(package
|
||||
(name "orfondl")
|
||||
|
||||
Reference in New Issue
Block a user