From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 20 04:05:13 2019 Received: (at submit) by debbugs.gnu.org; 20 Dec 2019 09:05:13 +0000 Received: from localhost ([127.0.0.1]:45907 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iiEDh-0004nQ-EE for submit@debbugs.gnu.org; Fri, 20 Dec 2019 04:05:13 -0500 Received: from lists.gnu.org ([209.51.188.17]:54041) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iiEDf-0004nF-GD for submit@debbugs.gnu.org; Fri, 20 Dec 2019 04:05:11 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:48855) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iiEDe-0005Ct-61 for guix-patches@gnu.org; Fri, 20 Dec 2019 04:05:11 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_20 autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iiEDc-0001bL-RT for guix-patches@gnu.org; Fri, 20 Dec 2019 04:05:10 -0500 Received: from flashner.co.il ([178.62.234.194]:48558) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iiEDc-0007o3-JT for guix-patches@gnu.org; Fri, 20 Dec 2019 04:05:08 -0500 Received: from localhost (unknown [141.226.13.108]) by flashner.co.il (Postfix) with ESMTPSA id C332040270; Fri, 20 Dec 2019 09:04:36 +0000 (UTC) From: Efraim Flashner To: guix-patches@gnu.org Subject: [PATCH] gnu: Add mpv-mpris. Date: Fri, 20 Dec 2019 11:04:03 +0200 Message-Id: <20191220090404.12287-1-efraim@flashner.co.il> X-Mailer: git-send-email 2.24.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 178.62.234.194 X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Efraim Flashner X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * 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)) =20 +(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=3Dgcc") + #: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") --=20 2.24.1 From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 23 13:31:16 2019 Received: (at 38686) by debbugs.gnu.org; 23 Dec 2019 18:31:16 +0000 Received: from localhost ([127.0.0.1]:51658 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ijSU8-0006rC-3l for submit@debbugs.gnu.org; Mon, 23 Dec 2019 13:31:16 -0500 Received: from eggs.gnu.org ([209.51.188.92]:43866) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ijSU6-0006qx-Aq for 38686@debbugs.gnu.org; Mon, 23 Dec 2019 13:31:14 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:60277) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ijSU1-0006YV-5e; Mon, 23 Dec 2019 13:31:09 -0500 Received: from lns-bzn-56-82-255-208-147.adsl.proxad.net ([82.255.208.147]:35304 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ijSTy-0008Kz-1u; Mon, 23 Dec 2019 13:31:08 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Efraim Flashner Subject: Re: [bug#38686] [PATCH] gnu: Add mpv-mpris. 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> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 38686 Cc: 38686@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) 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. From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 23 15:34:00 2019 Received: (at 38686-done) by debbugs.gnu.org; 23 Dec 2019 20:34:00 +0000 Received: from localhost ([127.0.0.1]:51710 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ijUOu-0001Gy-4s for submit@debbugs.gnu.org; Mon, 23 Dec 2019 15:34:00 -0500 Received: from flashner.co.il ([178.62.234.194]:49002) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ijUOs-0001Gl-RK for 38686-done@debbugs.gnu.org; Mon, 23 Dec 2019 15:33:59 -0500 Received: from localhost (unknown [141.226.13.108]) by flashner.co.il (Postfix) with ESMTPSA id E11494036C; Mon, 23 Dec 2019 20:33:52 +0000 (UTC) Date: Mon, 23 Dec 2019 22:33:21 +0200 From: Efraim Flashner To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: [bug#38686] [PATCH] gnu: Add mpv-mpris. Message-ID: <20191223203321.GA6933@E5400> References: <20191220090404.12287-1-efraim@flashner.co.il> <87fthaj3mh.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="x+6KMIRAuhnl3hBn" Content-Disposition: inline In-Reply-To: <87fthaj3mh.fsf@gnu.org> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 38686-done Cc: 38686-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --x+6KMIRAuhnl3hBn Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Dec 23, 2019 at 07:31:02PM +0100, Ludovic Court=C3=A8s wrote: > Hello! >=20 > Efraim Flashner skribis: >=20 > > * gnu/packages/video.scm (mpv-mpris): New variable. >=20 > [...] >=20 > > + (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. >=20 > Please write full sentences and provide some context, like: >=20 > 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 Sounds good >=20 > > +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 >=20 > Otherwise LGTM! :-) >=20 > Ludo=E2=80=99, who doesn=E2=80=99t 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. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --x+6KMIRAuhnl3hBn Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl4BJJEACgkQQarn3Mo9 g1EUWQ/+LxTWXHLTj+dt7kFNNg97bSAtaLcGmgBQoBdnDuTVI/FCPLXR5ncrTkr3 8i5KW3e27TuyUJ1lTReJcA1E+SO/S30nTU1itO5vm8KLYPeRt6/kQuxhvgy+CVzE IlcN/fOcuTcO5KE5v29ZWq9FhW9HqIfspv8N/jK9LzE21jCgBoYw2K76BKzTG3mQ YShTcX0dWaQpTxRQiiZ+no8SQW5Base4c+kDcrRmnUY8dTueIAkH1hPh64CEgQSS J0rNZzogOjd/LTTCmKuR7hPZbJXzVVDbbGFkb+7Z/YVFopCBw+yJPoWAu21xFuso n7a0imlMBhpX8hxA3YN1imT8bMpGFAFSwjfNMD7aehB1+f+C7Xs84rgGoqUitBLi kljv6bJf7M1gZ15RFw0wwGgK7Ocp3bthdtR2gcdKmihtagy94wuOdyFjgjHhHteo e8mGRXaaNn0A8e/mH3XmEN5xIcgqS7P8O6sT7UckEVf4oIOpVprvfbVT3n7abRCs 27ywlEvrqpomO9z45dJfxaPWaqx9vNTlIu7Sm1FhdDrYPKoyQ3BryXchUG8FhscP ZRd7um3VTpv4LcIDTIytIZF4yHpL2KILPzxWbMsle3gs0yJQGpTAt2JpYR58I2gi H3YVitGYwHkz5gY001X3K2gx5oI7Hc4GWD3j8z8gckvSoKak25Y= =n/Qi -----END PGP SIGNATURE----- --x+6KMIRAuhnl3hBn-- From unknown Sat Jun 21 03:16:33 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 21 Jan 2020 12:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator