Re: [PATCH 1/2] gnu: mpv: Enable shared library support.

2016-07-09 Thread Efraim Flashner
On Thu, Jul 07, 2016 at 09:11:06AM +0200, Ricardo Wurmus wrote:
> 
> Alex Griffin  writes:
> 
> > This patch enables the libmpv shared library, needed by frontends like
> > gnome-mpv.
> 
> Looks good to me.  Thank you!
> 
> ~~ Ricardo
> 

patch pushed!

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


signature.asc
Description: PGP signature


Re: [PATCH 1/2] gnu: mpv: Enable shared library support.

2016-07-07 Thread Ricardo Wurmus

Alex Griffin  writes:

> This patch enables the libmpv shared library, needed by frontends like
> gnome-mpv.

Looks good to me.  Thank you!

~~ Ricardo



[PATCH 1/2] gnu: mpv: Enable shared library support.

2016-07-06 Thread Alex Griffin
This patch enables the libmpv shared library, needed by frontends like
gnome-mpv.
-- 
Alex Griffin
From 23617cd9805a2aeebf8b86caccfb482b7ba8e8c5 Mon Sep 17 00:00:00 2001
From: Alex Griffin 
Date: Wed, 6 Jul 2016 18:55:54 -0500
Subject: [PATCH 1/2] gnu: mpv: Enable shared library support.

* gnu/packages/video.scm (mpv): Enable shared library support.
---
 gnu/packages/video.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 2332a0d..ae1813d 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -7,6 +7,7 @@
 ;;; Copyright © 2015 Andy Patterson 
 ;;; Copyright © 2015 Ricardo Wurmus 
 ;;; Copyright © 2015 Alex Vong 
+;;; Copyright © 2016 Alex Griffin 
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -818,7 +819,7 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.")
   (lambda* (#:key inputs #:allow-other-keys)
 (copy-file (assoc-ref inputs "waf") "waf")
 (setenv "CC" "gcc"
-   #:configure-flags (list "--enable-zsh-comp")
+   #:configure-flags (list "--enable-libmpv-shared" "--enable-zsh-comp")
;; No check function defined.
#:tests? #f))
 (home-page "https://mpv.io/";)
-- 
2.9.0