From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40780) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dIUTn-0007Lg-5G for guix-patches@gnu.org; Wed, 07 Jun 2017 02:30:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dIUTj-0002XQ-7T for guix-patches@gnu.org; Wed, 07 Jun 2017 02:30:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:57558) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dIUTj-0002XA-3d for guix-patches@gnu.org; Wed, 07 Jun 2017 02:30:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dIUTi-0006ue-JP for guix-patches@gnu.org; Wed, 07 Jun 2017 02:30:02 -0400 Subject: bug#27235: [PATCH] gnu: Add openscenegraph. Resent-Message-ID: References: <20170604145728.13867-1-manolis837@gmail.com> <87vao8anw6.fsf@gmail.com> From: Manolis Ragkousis Message-ID: <4145b1ee-5ad9-a56f-1165-89e2b85f7fdc@gmail.com> Date: Wed, 7 Jun 2017 09:29:26 +0300 MIME-Version: 1.0 In-Reply-To: <87vao8anw6.fsf@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Alex Kost Cc: 27235@debbugs.gnu.org Hey Alex, On 06/06/17 22:59, Alex Kost wrote: > manolis837@gmail.com (2017-06-04 17:57 +0300) wrote: > >> +(define-public openscenegraph >> + (package >> + (name "openscenegraph") >> + (version "3.4.0") >> + (source (origin >> + (method url-fetch) >> + (uri (string-append "http://trac.openscenegraph.org/downloads/developer_releases/" >> + "OpenSceneGraph-" version ".zip")) > > Isn't this version old? I see 3.5.6 here: > > https://github.com/openscenegraph/OpenSceneGraph/releases > I was following this [1] and chose 3.4.0. The github release is a developer version and according to [2]: "Our developer releases are made more regularily than our stable releases and are simply tags of the latest source code under version control. The developer releases do not under any dedicated testing prior to release and are meant to be snapshots of the latest development work that is going into the next stable release. The versioning for stable release is major.minor.patch where the minor release is odd number signifying that it's developer release." For this reason I think we should go with 3.4.0 for now. Thank you, Manolis [1] http://www.openscenegraph.org/index.php/download-section/stable-releases [2] http://www.openscenegraph.org/index.php/download-section/developer-releases