gnu: libxv: Update to 1.0.12.

* gnu/packages/xorg.scm (libxv): Update to 1.0.12.
This commit is contained in:
Efraim Flashner 2023-01-18 15:56:19 +02:00
parent 2b0e14d01c
commit ca124b098d
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -6,7 +6,7 @@
;;; Copyright © 2015 Eric Dvorsak <eric@dvorsak.fr>
;;; Copyright © 2016 Mathieu Lirzin <mthl@gnu.org>
;;; Copyright © 2015 Cyrill Schenkel <cyrill.schenkel@gmail.com>
;;; Copyright © 2016, 2017, 2019, 2020, 2021, 2022 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016, 2017, 2019-2023 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016 Nikita <nikita@n0.is>
;;; Copyright © 2016 Alex Kost <alezost@gmail.com>
;;; Copyright © 2016 David Craven <david@craven.ch>
@ -4686,17 +4686,17 @@ protocol and arbitrary X extension protocol.")
(define-public libxv
(package
(name "libxv")
(version "1.0.11")
(version "1.0.12")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/lib/libXv-"
version
".tar.bz2"))
".tar.xz"))
(sha256
(base32
"125hn06bd3d8y97hm2pbf5j55gg4r2hpd3ifad651i4sr7m16v6j"))))
"0j1qqrhbhdi3kqz0am5i1lhs31ql9pbc14z41w0a5xw9yq4zmxxa"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '(,@(malloc0-flags) "--disable-static")))