[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] gnu: agg: New variable.
From: |
Tomáš Čech |
Subject: |
Re: [PATCH] gnu: agg: New variable. |
Date: |
Tue, 17 Mar 2015 11:44:45 +0100 |
User-agent: |
Mutt/1.5.21 (2011-07-01) |
Thanks for review,
it seems that I'm getting too chaotic as I work on many packages
simultaneously. Sorry about that.
On Tue, Mar 17, 2015 at 10:10:56AM +0100, Ludovic Courtès wrote:
Tomáš Čech <address@hidden> skribis:
* gnu/packages/graphics.scm (agg): New variable.
Please adjust the commit’s subject line as Andreas suggested.
Fixed.
+ (uri (string-append "http://www.antigrain.com/agg-"
+ version ".tar.gz"))
+ (sha256 (base32
+ "07wii4i824vy9qsvjsgqxppgqmfdxq0xa87i5yk53fijriadq7mb"))
Maybe put ‘base32’ on the next line, as is done in the rest of this file
an elsewhere.
Fixed.
+ (patches (list (search-patch "am_c_prototype.patch")
+ (search-patch
+ "antigrain-geometry-no_rpath.patch")))))
Please add these two patches to the patch, and list them in
gnu-system.am.
This is critical miss.
+ (alist-cons-after
+ 'unpack 'autoreconf
+ (lambda _
+ ;; let's call configure from configure phase and not now
+ (substitute* "autogen.sh" (("./configure") "# ./configure"))
+ (zero? (system* "sh" "autogen.sh")))
So the tarball they provide is not generated from ‘make dist’? Bah.
No, really, I'm glad I made it compile.
+ (synopsis "A high quality rendering engine for C++")
“High-quality 2D graphics rendering engine for C++”
The best text to be placed there is already taken by authors and wikipedia
people. It's hard to divert :b
Rest fixed as well.
Thanks for the review.
S_W
pgpVtnZGqgCwQ.pgp
Description: PGP signature