summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2026-02-09 08:32:39 +0200
committerjgart <jgart@dismail.de>2026-02-10 11:04:31 -0500
commit2b4a4295cc644ad01142c7f6749fb56023fc9f51 (patch)
tree9e08b38ebc534b021f4ec7730cb74a1b5a9a338d /gnu
parente81419d1adec9d9094e10f0151f3aca1983ddb31 (diff)
gnu: mpv-mpris: Update to 1.2.
* gnu/packages/video.scm (mpv-mpris): Update to 1.2. [arguments]: Adjust make-flags. Override the 'install phase. [inputs]: Remove libdisplay-info. Change-Id: Ie2991a7cd55f123bcc815c73a14ec3c70a487062 Signed-off-by: jgart <jgart@dismail.de>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/video.scm14
1 files changed, 9 insertions, 5 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index b471c78c05d..0e4d2cd284f 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3044,7 +3044,7 @@ hosting sites.")
(define-public mpv-mpris
(package
(name "mpv-mpris")
- (version "1.1")
+ (version "1.2")
(source
(origin
(method git-fetch)
@@ -3053,12 +3053,13 @@ hosting sites.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1384y8n3l0xk8hbad1nsj9ljzb1h02g3ln3jysd8bd6shbl0x4mx"))))
+ (base32 "1vnkiy4f1mpx1g6m9i5qivi6lxl888gd7x37qwzaa8vdfrlhssa3"))))
(build-system gnu-build-system)
(arguments
(list
#:make-flags
- #~(list (string-append "SCRIPTS_DIR=" #$output "/lib")
+ #~(list (string-append "PREFIX=" #$output)
+ (string-append "SYS_SCRIPTS_DIR=" #$output "/etc/mpv/scripts")
(string-append "CC=" #$(cc-for-target)))
#:phases
#~(modify-phases %standard-phases
@@ -3073,7 +3074,10 @@ hosting sites.")
(or native-inputs inputs)
"share/sounds/freedesktop/stereo/alarm-clock-elapsed.oga"))
(invoke "make" "test"))
- (format #t "test suite not run~%")))))))
+ (format #t "test suite not run~%"))))
+ (replace 'install
+ (lambda* (#:key (make-flags '()) #:allow-other-keys)
+ (apply invoke "make" "install-system" make-flags))))))
(native-inputs
(list dbus
jq
@@ -3084,7 +3088,7 @@ hosting sites.")
xorg-server-for-tests
xvfb-run))
(inputs
- (list ffmpeg glib libdisplay-info mpv))
+ (list ffmpeg glib mpv))
(home-page "https://github.com/hoyon/mpv-mpris")
(synopsis "MPRIS plugin for mpv")
(description "This package provides an @dfn{MPRIS} (Media Player Remote