From patchwork Thu Jul 7 00:04:05 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alex Griffin X-Patchwork-Id: 13685 Received: (qmail 6223 invoked by uid 89); 7 Jul 2016 00:04:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.99.1 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 spammy=player, griffin, Hx-languages-length:1917, tarxz X-Spam-Status: No, score=-3.2 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on sourceware.org X-Spam-Level: X-HELO: lists.gnu.org Received: from lists.gnu.org (HELO lists.gnu.org) (208.118.235.17) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Thu, 07 Jul 2016 00:04:30 +0000 Received: from localhost ([::1]:36436 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKwns-0007j8-6o for patchwork@sourceware.org; Wed, 06 Jul 2016 20:04:28 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47526) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKwnm-0007j2-AU for guix-devel@gnu.org; Wed, 06 Jul 2016 20:04:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bKwnh-0004p7-0d for guix-devel@gnu.org; Wed, 06 Jul 2016 20:04:21 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:44099) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKwne-0004my-NL for guix-devel@gnu.org; Wed, 06 Jul 2016 20:04:16 -0400 Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id DCA952029E for ; Wed, 6 Jul 2016 20:04:05 -0400 (EDT) Received: from web4 ([10.202.2.214]) by compute1.internal (MEProxy); Wed, 06 Jul 2016 20:04:05 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=ajgrf.com; h= content-transfer-encoding:content-type:date:from:message-id :mime-version:subject:to:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=rLO VTk4Oo6Ag48vQ/rbGJRBKtsk=; b=BkLIb/c8yy4xxg2uiF04wZgx2KoYbnaAB32 ekcH1qqkNoWVbjEy8XuIsXg67KEGeESimQR/E6ZkzXWehtmLC8S1eR3LKcNGPwYW N7/CZ9NQaltOZkH2BC8rCnQ9Kdla+XZVpOFIHLsX7i1vzdA2RXtkw2eRswai2T+T KL5xenLg= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=rLOVTk4Oo6Ag48vQ/rbGJRBKtsk=; b=iRGu9 zwFDPuSqU7HslFd41rMgbSdCi8JMsh1MgQHMdJzPOSVzYmMUiOwMQ5kmjPoB9ubV 0BkOaUHOQknI2/dROC7gjvkGle5xvRrHxfmFtQDjkLDtEWrA53qOPP6toG1k2EQy qCqtYiJhg7qTR6hpn7JPO9s5CDo62KxsezACko= Received: by mailuser.nyi.internal (Postfix, from userid 99) id A443CCC6C9; Wed, 6 Jul 2016 20:04:05 -0400 (EDT) Message-Id: <1467849845.1613491.659002145.749F222B@webmail.messagingengine.com> X-Sasl-Enc: wUPOpl17vr6IUklQjHD4Was/VedLRPIpmVi93Smixyg5 1467849845 From: Alex Griffin To: guix-devel@gnu.org MIME-Version: 1.0 X-Mailer: MessagingEngine.com Webmail Interface - ajax-22cd3445 Subject: gnu: Add gnome-mpv. Date: Wed, 06 Jul 2016 19:04:05 -0500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 66.111.4.27 X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+patchwork=sourceware.org@gnu.org Sender: "Guix-devel" This patch adds gnome-mpv, a simple GTK+ frontend to the mpv video player. From b72a82b9abfe01fa9374d22893cb5a0564eee97e Mon Sep 17 00:00:00 2001 From: Alex Griffin Date: Wed, 6 Jul 2016 18:58:17 -0500 Subject: [PATCH 2/2] gnu: Add gnome-mpv. * gnu/packages/video.scm (gnome-mpv): New variable. --- gnu/packages/video.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index ae1813d..e9088fd 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -33,6 +33,7 @@ #:use-module (guix git-download) #:use-module (guix build-system cmake) #:use-module (guix build-system gnu) + #:use-module (guix build-system glib-or-gtk) #:use-module (guix build-system python) #:use-module (guix build-system waf) #:use-module (gnu packages) @@ -829,6 +830,33 @@ fork of mplayer2 and MPlayer. It shares some features with the former projects while introducing many more.") (license license:gpl2+))) +(define-public gnome-mpv + (package + (name "gnome-mpv") + (version "0.9") + (source + (origin + (method url-fetch) + (uri (string-append "https://github.com/gnome-mpv/gnome-mpv/releases/download/v" + version "/gnome-mpv-" version ".tar.xz")) + (sha256 + (base32 + "06pgxl6f3kkgxv8nlmyl7gy3pg55sqf8vgr8m6426mlpm4p3qdn0")))) + (native-inputs + `(("intltool" ,intltool) + ("pkg-config" ,pkg-config))) + (inputs + `(("gtk+" ,gtk+) + ("libepoxy" ,libepoxy) + ("mpv" ,mpv))) + (build-system glib-or-gtk-build-system) + (home-page "https://github.com/gnome-mpv/gnome-mpv") + (synopsis "Simple GTK+ frontend for mpv") + (description "GNOME MPV is a simple GTK+ frontend for mpv. GNOME MPV +interacts with mpv via the client API exported by libmpv, allowing access to +mpv's powerful playback capabilities.") + (license license:gpl3+))) + (define-public libvpx (package (name "libvpx") -- 2.9.0