Re: [PATCH v3] gnu: Add bullet.

2014-12-13 Thread Tomáš Čech
OK, even though I disagree with version to be used, I adjusted it according Mark's comment. In the meantime I also added patch for building with -fPIC parameter which is required for EFL. Thanks in advance for your review. Best regards, Tomas Cech

Re: [PATCH v3] gnu: Add bullet.

2014-12-12 Thread Mark H Weaver
Tomas Cech writes: > At Thu, 11 Dec 2014 22:09:22 -0500, > David Thompson wrote: >> >> Tomáš Čech writes: [...] >> > +(define-public bullet >> > + (package >> > +(name "bullet") >> > +(version "2.82") >> > +(source (origin >> > + (method url-fetch) >> > +

Re: [PATCH v3] gnu: Add bullet.

2014-12-12 Thread Tomas Cech
Thanks again for your review. At Thu, 11 Dec 2014 22:09:22 -0500, David Thompson wrote: > > Hello again, > > Missed one thing during my previous review. > > Tomáš Čech writes: > > > * gnu/packages/game-development.scm: New file > > * gnu-system.am (GNU_SYSTEM_MODULES): Add it. > > --- > > gn

Re: [PATCH v3] gnu: Add bullet.

2014-12-11 Thread David Thompson
Hello again, Missed one thing during my previous review. Tomáš Čech 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 >

[PATCH v3] gnu: Add bullet.

2014-12-11 Thread Tomáš Čech
* 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-developm