unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#38686] [PATCH] gnu: Add mpv-mpris.
@ 2019-12-20  9:04 Efraim Flashner
  2019-12-23 18:31 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Efraim Flashner @ 2019-12-20  9:04 UTC (permalink / raw)
  To: 38686; +Cc: Efraim Flashner

* gnu/packages/video.scm (mpv-mpris): New variable.
---
 gnu/packages/video.scm | 42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index ef60767236..fb62fc62a2 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1436,6 +1436,48 @@ projects while introducing many more.")
 (define-public gnome-mpv
   (deprecated-package "gnome-mpv" celluloid))
 
+(define-public mpv-mpris
+  (package
+    (name "mpv-mpris")
+    (version "0.2")
+    (source
+      (origin
+        (method git-fetch)
+        (uri (git-reference
+               (url "https://github.com/hoyon/mpv-mpris")
+               (commit version)))
+        (file-name (git-file-name name version))
+        (sha256
+         (base32
+          "06hq3j1jjlaaz9ss5l7illxz8vm5bng86jl24kawglwkqayhdnjx"))))
+    (build-system gnu-build-system)
+    (arguments
+     '(#:tests? #f ; no tests
+       #:make-flags '("CC=gcc")
+       #:phases
+       (modify-phases %standard-phases
+         (delete 'configure) ; no configure script
+         (replace 'install
+           (lambda* (#:key outputs #:allow-other-keys)
+             (let ((out (assoc-ref outputs "out")))
+               (install-file "mpris.so" (string-append out "/lib")))
+             #t)))))
+    (native-inputs
+     `(("pkg-config" ,pkg-config)))
+    (inputs
+     `(("glib" ,glib)
+       ("mpv" ,mpv)))
+    (home-page "https://github.com/hoyon/mpv-mpris")
+    (synopsis "MPRIS plugin for mpv")
+    (description "MPRIS plugin for mpv written in C.  Implements
+@code{org.mpris.MediaPlayer2} and @code{org.mpris.MediaPlayer2.Player} D-Bus
+interfaces.
+
+To load this plugin, specify the following option when starting mpv:
+@code{--script $GUIX_PROFILE/lib/mpris.so} or link it into
+$HOME/.config/mpv/scripts")
+    (license license:expat)))
+
 (define-public libvpx
   (package
     (name "libvpx")
-- 
2.24.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#38686] [PATCH] gnu: Add mpv-mpris.
  2019-12-20  9:04 [bug#38686] [PATCH] gnu: Add mpv-mpris Efraim Flashner
@ 2019-12-23 18:31 ` Ludovic Courtès
  2019-12-23 20:33   ` bug#38686: " Efraim Flashner
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2019-12-23 18:31 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: 38686

Hello!

Efraim Flashner <efraim@flashner.co.il> skribis:

> * gnu/packages/video.scm (mpv-mpris): New variable.

[...]

> +    (home-page "https://github.com/hoyon/mpv-mpris")
> +    (synopsis "MPRIS plugin for mpv")
> +    (description "MPRIS plugin for mpv written in C.  Implements
> +@code{org.mpris.MediaPlayer2} and @code{org.mpris.MediaPlayer2.Player} D-Bus
> +interfaces.

Please write full sentences and provide some context, like:

  This package provides a plugin for the mpv media player, adding
  support for the Mblah… System (MPRIS).  It implements the …

> +To load this plugin, specify the following option when starting mpv:
> +@code{--script $GUIX_PROFILE/lib/mpris.so} or link it into
> +$HOME/.config/mpv/scripts")
  ^
@file

Otherwise LGTM!  :-)

Ludo’, who doesn’t know what MPRIS is.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#38686: [PATCH] gnu: Add mpv-mpris.
  2019-12-23 18:31 ` Ludovic Courtès
@ 2019-12-23 20:33   ` Efraim Flashner
  0 siblings, 0 replies; 3+ messages in thread
From: Efraim Flashner @ 2019-12-23 20:33 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 38686-done

[-- Attachment #1: Type: text/plain, Size: 1357 bytes --]

On Mon, Dec 23, 2019 at 07:31:02PM +0100, Ludovic Courtès wrote:
> Hello!
> 
> Efraim Flashner <efraim@flashner.co.il> skribis:
> 
> > * gnu/packages/video.scm (mpv-mpris): New variable.
> 
> [...]
> 
> > +    (home-page "https://github.com/hoyon/mpv-mpris")
> > +    (synopsis "MPRIS plugin for mpv")
> > +    (description "MPRIS plugin for mpv written in C.  Implements
> > +@code{org.mpris.MediaPlayer2} and @code{org.mpris.MediaPlayer2.Player} D-Bus
> > +interfaces.
> 
> Please write full sentences and provide some context, like:
> 
>   This package provides a plugin for the mpv media player, adding
>   support for the Mblah… System (MPRIS).  It implements the …

Sounds good

> 
> > +To load this plugin, specify the following option when starting mpv:
> > +@code{--script $GUIX_PROFILE/lib/mpris.so} or link it into
> > +$HOME/.config/mpv/scripts")
>   ^
> @file

Ok

> 
> Otherwise LGTM!  :-)
> 
> Ludo’, who doesn’t know what MPRIS is.

It's the magic that lets you control media playback from your phone
after connecting with kdeconnect. I'm sure it also has other things it
can do.

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-12-23 20:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-20  9:04 [bug#38686] [PATCH] gnu: Add mpv-mpris Efraim Flashner
2019-12-23 18:31 ` Ludovic Courtès
2019-12-23 20:33   ` bug#38686: " Efraim Flashner

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).