From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: hydrogen Date: Tue, 16 Feb 2016 13:37:23 +0100 Message-ID: <20160216123723.GA4565@solar> References: <20160216142003.22ab067b@debian-netbook> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57316) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVeso-0006hg-B3 for guix-devel@gnu.org; Tue, 16 Feb 2016 07:37:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVesj-0002AR-A9 for guix-devel@gnu.org; Tue, 16 Feb 2016 07:37:34 -0500 Received: from mailrelay1.public.one.com ([91.198.169.124]:13283) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVesi-0002AB-TC for guix-devel@gnu.org; Tue, 16 Feb 2016 07:37:29 -0500 Content-Disposition: inline In-Reply-To: <20160216142003.22ab067b@debian-netbook> 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: Efraim Flashner Cc: guix-devel@gnu.org On Tue, Feb 16, 2016 at 02:20:03PM +0200, Efraim Flashner wrote: > I was working on changing the packages that use qt-4 to using qt-5, and I > came across hydrogen. I've updated it from 0.9.5.1 to 0.9.7-beta1 and made > some changes. >From the website, it looks as if 0.9.5.1 is the latest "real" release: http://www.hydrogen-music.org/hcms/node/21 See at the bottom of the page. Actually, no; it appears that the software has effectively moved from sourceforge to github: https://github.com/hydrogen-music/hydrogen There is a stable release 0.9.6.1 from the end of 2014: https://github.com/hydrogen-music/hydrogen/releases Maybe you could package this instead of a beta release? I hope that this version will also work with Qt 5. Andreas