From patchwork Thu Jul 7 00:03:15 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Alex Griffin X-Patchwork-Id: 13684 Received: (qmail 5738 invoked by uid 89); 7 Jul 2016 00:03:50 -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=2.6 required=5.0 tests=AWL, BAYES_00, LIKELY_SPAM_BODY, RAR_ATTACHED, RP_MATCHES_RCVD, SPF_PASS autolearn=no version=3.3.2 spammy=dvd, DVD, movies, griffin X-Spam-Status: No, score=2.6 required=5.0 tests=AWL, BAYES_00, LIKELY_SPAM_BODY, RAR_ATTACHED, RP_MATCHES_RCVD, SPF_PASS autolearn=no 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:03:39 +0000 Received: from localhost ([::1]:36435 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKwn3-0007cs-Oj for patchwork@sourceware.org; Wed, 06 Jul 2016 20:03:37 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47377) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKwmz-0007cl-DS for guix-devel@gnu.org; Wed, 06 Jul 2016 20:03:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bKwmv-0004cz-G9 for guix-devel@gnu.org; Wed, 06 Jul 2016 20:03:33 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:36732) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bKwmt-0004aW-0u for guix-devel@gnu.org; Wed, 06 Jul 2016 20:03:29 -0400 Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 41087202A7 for ; Wed, 6 Jul 2016 20:03:16 -0400 (EDT) Received: from web4 ([10.202.2.214]) by compute2.internal (MEProxy); Wed, 06 Jul 2016 20:03:16 -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=ngj o/N/KkZ5KNftTnlpDBn30acU=; b=j3CbTFxU1WZp+mOP2+6u+CnHc0veDrTtp4n pw0ilVT4r/rPTZNGFPDydb+iV0fUZkpKk5TCit9rJz5mZGFJM0InCjtmg9uGSMYe O2Sti5guheqG3iBgnzlPKEl1dZFEDhNgpINOmiNTgLVA8WijLi03J5b3TwYP3OZl CbQleBrw= 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=ngjo/N/KkZ5KNftTnlpDBn30acU=; b=Xl395 5IM4iqDEjKdqNA3Q9Qdi3W8+1QhQRs3kc/wlLscmBsl6jBExx71x3VqIDXs/P5yI TdukgXS7nI+g23KsxWOiRJStv8e2Nr8H7eZNF3gQA/gnSKl7fPbRWmjeomWQtdcE dLgqK4qQkDeOeo39JIj3umYusiTJnntsHQOLwY= Received: by mailuser.nyi.internal (Postfix, from userid 99) id 0A8B8CC6C9; Wed, 6 Jul 2016 20:03:15 -0400 (EDT) Message-Id: <1467849795.1613447.659001457.306752F3@webmail.messagingengine.com> X-Sasl-Enc: pmQBU5W6olTkaqqvce9rUBei/or01XPqb/yVjLX0Pke/ 1467849795 From: Alex Griffin To: guix-devel@gnu.org MIME-Version: 1.0 X-Mailer: MessagingEngine.com Webmail Interface - ajax-22cd3445 Subject: [PATCH 1/2] gnu: mpv: Enable shared library support. Date: Wed, 06 Jul 2016 19:03:15 -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 enables the libmpv shared library, needed by frontends like gnome-mpv. 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