Archived
1
0
Fork 0

gnu: gerbera: Update to 2.2.0.

* gnu/packages/upnp.scm (gerbera): Update to 2.2.0.
[inputs]: Add exiv2.

Change-Id: I17c85d955e878798934de785d685b8031ee191a5
This commit is contained in:
Ricardo Wurmus 2024-07-21 21:40:17 +02:00
parent b204362768
commit c33e95b548
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6,7 +6,7 @@
;;; Copyright © 2019 Jens Mølgaard <jens@zete.tk> ;;; Copyright © 2019 Jens Mølgaard <jens@zete.tk>
;;; Copyright © 2020 Jan Wielkiewicz <tona_kosmicznego_smiecia@interia.pl> ;;; Copyright © 2020 Jan Wielkiewicz <tona_kosmicznego_smiecia@interia.pl>
;;; Copyright © 2021 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2021 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2023 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2023, 2024 Ricardo Wurmus <rekado@elephly.net>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -177,7 +177,7 @@ It aims to be fully compliant with DLNA and UPnP-AV standards.")
(define-public gerbera (define-public gerbera
(package (package
(name "gerbera") (name "gerbera")
(version "1.12.1") (version "2.2.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -186,7 +186,7 @@ It aims to be fully compliant with DLNA and UPnP-AV standards.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1jz3jpg6ja9vi5zykcdh410r07ysrn6g0kzyj0v7d3689jxp94lg")))) (base32 "1pqqjwza9fs59n2x685yvfb0sdwigknfxc4ihh3phpqyg99427kk"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
(list (list
@ -197,6 +197,7 @@ It aims to be fully compliant with DLNA and UPnP-AV standards.")
(inputs (inputs
(list curl (list curl
duktape duktape
exiv2
ffmpeg ffmpeg
file file
fmt fmt