guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/416: gnu: libaom: Update to 3.5.0.


From: guix-commits
Subject: 13/416: gnu: libaom: Update to 3.5.0.
Date: Fri, 14 Apr 2023 15:25:11 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit a37288a2a20c13412f967f4acdd13de0a17e7f02
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Nov 17 03:11:20 2022 +0100

    gnu: libaom: Update to 3.5.0.
    
    * gnu/packages/video.scm (libaom): Update to 3.5.0.
    [arguments]: Remove obsolete configure flag.
---
 gnu/packages/video.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 72f3813ca5..68a3399fb2 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -849,7 +849,7 @@ television and DVD.  It is also known as AC-3.")
 (define-public libaom
   (package
     (name "libaom")
-    (version "3.3.0")
+    (version "3.5.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -858,7 +858,7 @@ television and DVD.  It is also known as AC-3.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "024vhsx7bw9kajk65hhh5vmqrja0h33rmlcpngsj3yg4p8l29943"))))
+                "0arn8a88jz4mj69n8cs4qmrdjwhbvzsqgnx20wr9mq01b06kqich"))))
     (build-system cmake-build-system)
     (native-inputs
      (list perl pkg-config python)) ; to detect the version
@@ -866,7 +866,6 @@ television and DVD.  It is also known as AC-3.")
      `(#:tests? #f                      ; downloads many video clips
        #:configure-flags
        (list "-DBUILD_SHARED_LIBS=YES"
-             "-DENABLE_PIC=TRUE"
              "-DAOM_TARGET_CPU=generic"
              (string-append "-DCMAKE_INSTALL_PREFIX="
                             (assoc-ref %outputs "out")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]