me
/
guix
Archived
1
0
Fork 0

gnu: readymedia: Update to 1.3.1.

* gnu/packages/upnp.scm (readymedia): Update to 1.3.1.
[arguments]: Don't explicitly return #t from phases.
master
Tobias Geerinckx-Rice 2022-05-15 02:00:03 +02:00
parent 00be2fcb0b
commit 4e0d811e67
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 6 deletions

View File

@ -1,7 +1,7 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014 Sree Harsha Totakura <sreeharsha@totakura.in> ;;; Copyright © 2014 Sree Harsha Totakura <sreeharsha@totakura.in>
;;; Copyright © 2015 Federico Beffa <beffa@fbengineering.ch> ;;; Copyright © 2015 Federico Beffa <beffa@fbengineering.ch>
;;; Copyright © 2016, 2017, 2018, 2020, 2021 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 20162018, 20202022 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018 Theodoros Foradis <theodoros@foradis.org> ;;; Copyright © 2018 Theodoros Foradis <theodoros@foradis.org>
;;; 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>
@ -126,7 +126,7 @@ and others.")
(define-public readymedia (define-public readymedia
(package (package
(name "readymedia") (name "readymedia")
(version "1.3.0") (version "1.3.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -136,8 +136,7 @@ and others.")
"v" (string-replace-substring version "." "_"))))) "v" (string-replace-substring version "." "_")))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "09fg3697wshg0j46mi3bp2i6ypiqm39vmzx52bci8r6j07yz7fwx"))))
"0g04lffj37wdv5bnpl5faxpnmlj6bbk8y7ziaz2wp6h82g6kb5wj"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:configure-flags '("--with-os-name=Linux") ; uname -s `(#:configure-flags '("--with-os-name=Linux") ; uname -s
@ -146,8 +145,7 @@ and others.")
(add-after 'unpack 'patch-source (add-after 'unpack 'patch-source
(lambda _ (lambda _
(substitute* "Makefile.am" (substitute* "Makefile.am"
((".*LIBAVUTIL_LIBS.*") "")) ((".*LIBAVUTIL_LIBS.*") "")))))))
#t)))))
(native-inputs (native-inputs
`(("autoconf" ,autoconf) `(("autoconf" ,autoconf)
("automake" ,automake) ("automake" ,automake)