mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 03:59:38 -05:00
gnu: libaom: Update to 3.5.0.
* gnu/packages/video.scm (libaom): Update to 3.5.0. [arguments]: Remove obsolete configure flag.
This commit is contained in:
parent
294a041ed2
commit
7aa5c9dfb3
1 changed files with 2 additions and 3 deletions
|
@ -846,7 +846,7 @@ (define-public liba52
|
||||||
(define-public libaom
|
(define-public libaom
|
||||||
(package
|
(package
|
||||||
(name "libaom")
|
(name "libaom")
|
||||||
(version "3.3.0")
|
(version "3.5.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -855,7 +855,7 @@ (define-public libaom
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"024vhsx7bw9kajk65hhh5vmqrja0h33rmlcpngsj3yg4p8l29943"))))
|
"0arn8a88jz4mj69n8cs4qmrdjwhbvzsqgnx20wr9mq01b06kqich"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list perl pkg-config python)) ; to detect the version
|
(list perl pkg-config python)) ; to detect the version
|
||||||
|
@ -863,7 +863,6 @@ (define-public libaom
|
||||||
`(#:tests? #f ; downloads many video clips
|
`(#:tests? #f ; downloads many video clips
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
(list "-DBUILD_SHARED_LIBS=YES"
|
(list "-DBUILD_SHARED_LIBS=YES"
|
||||||
"-DENABLE_PIC=TRUE"
|
|
||||||
"-DAOM_TARGET_CPU=generic"
|
"-DAOM_TARGET_CPU=generic"
|
||||||
(string-append "-DCMAKE_INSTALL_PREFIX="
|
(string-append "-DCMAKE_INSTALL_PREFIX="
|
||||||
(assoc-ref %outputs "out")))
|
(assoc-ref %outputs "out")))
|
||||||
|
|
Loading…
Reference in a new issue