From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [PATCH 0/3] MPD and ncmpcpp updates Date: Sun, 21 Feb 2016 15:45:22 -0500 Message-ID: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37553) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aXass-0004ii-KD for guix-devel@gnu.org; Sun, 21 Feb 2016 15:45:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aXaso-0004n0-Ay for guix-devel@gnu.org; Sun, 21 Feb 2016 15:45:38 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:53558) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aXaso-0004mp-5r for guix-devel@gnu.org; Sun, 21 Feb 2016 15:45:34 -0500 Received: from jasmine.lan (c-69-249-5-231.hsd1.pa.comcast.net [69.249.5.231]) by mail.messagingengine.com (Postfix) with ESMTPA id 9EFEB68011A for ; Sun, 21 Feb 2016 15:45:32 -0500 (EST) 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 This updates MPD to 0.19.12 and ncmpcpp to 0.7.3. I'm presenting it for review since there are some changes that users should be aware of. MPD http://www.musicpd.org/ * fix LimitRTTIME in provided systemd unit file This is an adaptation to a change in systemd. This means that you might have to update your systemd service file, depending on the version of systemd you are using. ncmpcpp: http://rybczak.net/ncmpcpp/#changelog There are many changes as this is a major version bump. Please read the changelog. Things that are notable, in my opinion: * "Multiple configuration files via command line arguments are now accepted. In addition, by default ncmpcpp attempts to read both $HOME/.ncmpcpp/config and $XDG_CONFIG_HOME/ncmpcpp/config (in this order)." If you have multiple config files lying around, this may have a surprising result. * "Case insensitive searching is now Unicode aware as long as boost was compiled with ICU support." This would be awesome. I'll look into it. * "Find backward/forward function is now incremental." Incremental search. Awesome! * Many UI changes that seem minor to me. Please read the changelog! Leo Famulari (3): gnu: ncmpcpp: Use 'modify-phases'. gnu: ncmpcpp: Udate to 0.7.3. gnu: mpd: Update to 0.19.12. gnu/packages/mpd.scm | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) -- 2.7.1