guix_mirror_bot pushed a commit to branch misc-world-rebuild in repository guix.
commit 4cfa6b4a5efefb049c338da4f2b3e58fa3dfdf03 Author: Nguyễn Gia Phong <[email protected]> AuthorDate: Sat May 16 01:37:29 2026 +0900 gnu: libaom: Ungraft. * gnu/packages/video.scm (libaom)[replacement]: Remove. (libaom/fixed): Delete variable. Change-Id: I39b418f7bca3454621b494d80bc588f106611d5d References: b8f3db361dbb ("gnu: libaom: Graft to 3.9.1.") --- gnu/packages/video.scm | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 13e8bfb484..77e7cde905 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -938,7 +938,6 @@ television and DVD. It is also known as AC-3.") (define-public libaom (package - (replacement libaom/fixed) (name "libaom") (version "3.8.0") (source (origin @@ -974,21 +973,6 @@ television and DVD. It is also known as AC-3.") shared library and encoder and decoder command-line executables.") (license license:bsd-2))) -(define-public libaom/fixed - (package - (inherit libaom) - (name "libaom") - (version "3.9.1") - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://aomedia.googlesource.com/aom/") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "0wpbc2vnwnvgr2ig64rgy38bi3wg24kaxizzc0i403ar8dx6q3ax")))))) - (define-public libmpeg2 (package (name "libmpeg2")
