From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Thompson Subject: Re: [PATCH v3] gnu: Add bullet. Date: Thu, 11 Dec 2014 22:09:22 -0500 Message-ID: <87a92tftst.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> References: <1418336516-27971-1-git-send-email-sleep_walker@suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60840) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzGbf-0006ST-BF for guix-devel@gnu.org; Thu, 11 Dec 2014 22:09:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XzGbc-0002lk-Id for guix-devel@gnu.org; Thu, 11 Dec 2014 22:09:27 -0500 Received: from mail.fsf.org ([208.118.235.13]:52988) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzGbc-0002le-Fd for guix-devel@gnu.org; Thu, 11 Dec 2014 22:09:24 -0500 In-Reply-To: <1418336516-27971-1-git-send-email-sleep_walker@suse.cz> 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: =?utf-8?B?VG9tw6HFoSDEjGVjaA==?= , guix-devel@gnu.org Hello again, Missed one thing during my previous review. Tom=C3=A1=C5=A1 =C4=8Cech writes: > * gnu/packages/game-development.scm: New file > * gnu-system.am (GNU_SYSTEM_MODULES): Add it. > --- > gnu-system.am | 1 + > gnu/packages/game-development.scm | 43 +++++++++++++++++++++++++++++++++= ++++++ > 2 files changed, 44 insertions(+) > create mode 100644 gnu/packages/game-development.scm > > diff --git a/gnu-system.am b/gnu-system.am > index e923340..481a9a7 100644 > --- a/gnu-system.am > +++ b/gnu-system.am > @@ -95,6 +95,7 @@ GNU_SYSTEM_MODULES =3D \ > gnu/packages/freeipmi.scm \ > gnu/packages/ftp.scm \ > gnu/packages/fribidi.scm \ > + gnu/packages/game-development.scm \ > gnu/packages/games.scm \ > gnu/packages/gawk.scm \ > gnu/packages/gcal.scm \ > diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-develo= pment.scm > new file mode 100644 > index 0000000..72e73dd > --- /dev/null > +++ b/gnu/packages/game-development.scm > @@ -0,0 +1,43 @@ [snip] > +(define-public bullet > + (package > + (name "bullet") > + (version "2.82") > + (source (origin > + (method url-fetch) > + (uri (string-append "https://bullet.googlecode.com/files/b= ullet-" > + version "-r2704.tgz")) I remember there being some discussion about dashes in version numbers, and I can't remember the outcome. If there's no issue, I think that the "-r2704" should be part of the version number string. > + (sha256 > + (base32 "1lnfksxa9b1slyfcxys313ymsllvbsnxh9np06azkbgpfvmw= kr37")))) > + (build-system cmake-build-system) > + (arguments '(#:tests? #f)) ; no 'test' target > + (home-page "http://bulletphysics.org/") > + (synopsis "3D physics engine library") > + (description > + "Bullet is a physics engine library usable for collision detection.= It=20 > +is used in some video games and movies.") > + (license zlib))) > --=20 > 2.0.4 > > Thanks! --=20 David Thompson Web Developer - Free Software Foundation - http://fsf.org GPG Key: 0FF1D807 Support the FSF: https://fsf.org/donate