From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Mickey Subject: [PATCH] gnu: pavucontrol: Update to 3.0 Date: Mon, 17 Aug 2015 00:45:03 -0700 Message-ID: <87bne6jr40.fsf@codemac.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59623) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRF6U-0003Oe-28 for guix-devel@gnu.org; Mon, 17 Aug 2015 03:45:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZRF6Q-0006Rv-SN for guix-devel@gnu.org; Mon, 17 Aug 2015 03:45:09 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:59885) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRF6Q-0006HH-AW for guix-devel@gnu.org; Mon, 17 Aug 2015 03:45:06 -0400 Received: from nevada.codemac.net (c-73-221-143-40.hsd1.wa.comcast.net [73.221.143.40]) by mail.messagingengine.com (Postfix) with ESMTPA id 0757FC00026 for ; Mon, 17 Aug 2015 03:45:03 -0400 (EDT) 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+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-gnu-pavucontrol-Update-to-3.0.patch >From 198a627aaec3020b83da6818b7131ca0659fff41 Mon Sep 17 00:00:00 2001 From: Jeff Mickey Date: Mon, 17 Aug 2015 00:42:05 -0700 Subject: [PATCH] gnu: pavucontrol: Update to 3.0 * gnu/packages/pulseaudio.scm (pavucontrol): Update to 3.0 --- gnu/packages/pulseaudio.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gnu/packages/pulseaudio.scm b/gnu/packages/pulseaudio.scm index 6eb16de..d832228 100644 --- a/gnu/packages/pulseaudio.scm +++ b/gnu/packages/pulseaudio.scm @@ -188,7 +188,7 @@ sound server.") (define-public pavucontrol (package (name "pavucontrol") - (version "2.0") + (version "3.0") (source (origin (method url-fetch) (uri (string-append @@ -197,8 +197,7 @@ sound server.") ".tar.xz")) (sha256 (base32 - "02s775m1531sshwlbvfddk3pz8zjmwkv1sgzggn386ja3gc9vwi2")) - (patches (list (search-patch "pavucontrol-sigsegv.patch"))))) + "14486c6lmmirkhscbfygz114f6yzf97h35n3h3pdr27w4mdfmlmk")))) (build-system gnu-build-system) (inputs `(("libcanberra" ,libcanberra) -- 2.4.3 --=-=-= Content-Type: text/plain // codemac --=-=-=--