From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:53501) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ijSUs-0007e3-Sk for guix-patches@gnu.org; Mon, 23 Dec 2019 13:32:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ijSUr-00088t-Sy for guix-patches@gnu.org; Mon, 23 Dec 2019 13:32:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:45686) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ijSUr-00088R-PF for guix-patches@gnu.org; Mon, 23 Dec 2019 13:32:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ijSUr-0006sM-N5 for guix-patches@gnu.org; Mon, 23 Dec 2019 13:32:01 -0500 Subject: [bug#38686] [PATCH] gnu: Add mpv-mpris. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20191220090404.12287-1-efraim@flashner.co.il> Date: Mon, 23 Dec 2019 19:31:02 +0100 In-Reply-To: <20191220090404.12287-1-efraim@flashner.co.il> (Efraim Flashner's message of "Fri, 20 Dec 2019 11:04:03 +0200") Message-ID: <87fthaj3mh.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Efraim Flashner Cc: 38686@debbugs.gnu.org Hello! Efraim Flashner 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=E2=80=A6 System (MPRIS). It implements the =E2=80= =A6 > +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=E2=80=99, who doesn=E2=80=99t know what MPRIS is.