Re: [PATCH 2/2] gnu: Add gnome-mpv.

2016-07-12 Thread ng0
Alex Griffin writes: > This patch adds gnome-mpv, a simple GTK+ frontend to the mpv video > player. Thanks! I notified upstream about the availibility: https://github.com/gnome-mpv/gnome-mpv/issues/203 -- ♥Ⓐ ng0 For non-prism friendly talk find me on http://www.psyced.org

Re: [PATCH 2/2] gnu: Add gnome-mpv.

2016-07-09 Thread Efraim Flashner
On Thu, Jul 07, 2016 at 09:39:48AM -0500, Alex Griffin wrote: > On Thu, Jul 7, 2016, at 02:10 AM, Ricardo Wurmus wrote: > > > + (uri (string-append > > > "https://github.com/gnome-mpv/gnome-mpv/releases/download/v; > > > + version "/gnome-mpv-" version ".tar.xz"))

Re: [PATCH 2/2] gnu: Add gnome-mpv.

2016-07-07 Thread Efraim Flashner
On Thu, Jul 07, 2016 at 09:39:48AM -0500, Alex Griffin wrote: > On Thu, Jul 7, 2016, at 02:10 AM, Ricardo Wurmus wrote: > > > + (uri (string-append > > > "https://github.com/gnome-mpv/gnome-mpv/releases/download/v; > > > + version "/gnome-mpv-" version ".tar.xz"))

Re: [PATCH 2/2] gnu: Add gnome-mpv.

2016-07-07 Thread Eric Bavier
On July 7, 2016 9:39:48 AM CDT, Alex Griffin wrote: >On Thu, Jul 7, 2016, at 02:10 AM, Ricardo Wurmus wrote: >> > + (uri (string-append >"https://github.com/gnome-mpv/gnome-mpv/releases/download/v; >> > + version "/gnome-mpv-" version >".tar.xz"))

Re: [PATCH 2/2] gnu: Add gnome-mpv.

2016-07-07 Thread Alex Griffin
a media player, for the benefit of anyone who hasn't heard of mpv. -- Alex Griffin From e3f40673b6883bba023eec9eb8995df97d9245fd Mon Sep 17 00:00:00 2001 From: Alex Griffin <a...@ajgrf.com> Date: Wed, 6 Jul 2016 18:58:17 -0500 Subject: [PATCH 2/2] gnu: Add gnome-mpv. * gnu/packages/video.scm (

Re: [PATCH 2/2] gnu: Add gnome-mpv.

2016-07-07 Thread Ricardo Wurmus
Hi Alex, > This patch adds gnome-mpv, a simple GTK+ frontend to the mpv video > player. Thank you for the patch! > +(define-public gnome-mpv > + (package > +(name "gnome-mpv") > +(version "0.9") > +(source > + (origin > + (method url-fetch) > + (uri (string-append

[PATCH 2/2] gnu: Add gnome-mpv.

2016-07-06 Thread Alex Griffin
This patch adds gnome-mpv, a simple GTK+ frontend to the mpv video player. -- Alex Griffin From b72a82b9abfe01fa9374d22893cb5a0564eee97e Mon Sep 17 00:00:00 2001 From: Alex Griffin <a...@ajgrf.com> Date: Wed, 6 Jul 2016 18:58:17 -0500 Subject: [PATCH 2/2] gnu: Add gnome-mpv. * gnu/pa