gnu: mpv-mpris: Update to 1.1.
* gnu/packages/video.scm (mpv-mpris): Update to 1.1. [inputs]: Add ffmpeg. Change-Id: I47f99a71681807c034b44518e7d4e5ed857ac77e
This commit is contained in:
parent
7e214b9a1a
commit
be46ab7a91
1 changed files with 3 additions and 3 deletions
|
@ -2430,7 +2430,7 @@ images and image hosting sites.")
|
||||||
(define-public mpv-mpris
|
(define-public mpv-mpris
|
||||||
(package
|
(package
|
||||||
(name "mpv-mpris")
|
(name "mpv-mpris")
|
||||||
(version "1.0")
|
(version "1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2439,7 +2439,7 @@ images and image hosting sites.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1vpx4kzyg4pssn1hql2ci4s9x08sdx2v0kphw4aryywnz04yjhzf"))))
|
(base32 "1384y8n3l0xk8hbad1nsj9ljzb1h02g3ln3jysd8bd6shbl0x4mx"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:install-plan
|
'(#:install-plan
|
||||||
|
@ -2453,7 +2453,7 @@ images and image hosting sites.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
(list glib mpv))
|
(list ffmpeg glib mpv))
|
||||||
(home-page "https://github.com/hoyon/mpv-mpris")
|
(home-page "https://github.com/hoyon/mpv-mpris")
|
||||||
(synopsis "MPRIS plugin for mpv")
|
(synopsis "MPRIS plugin for mpv")
|
||||||
(description "This package provides an @dfn{MPRIS} (Media Player Remote
|
(description "This package provides an @dfn{MPRIS} (Media Player Remote
|
||||||
|
|
Reference in a new issue