unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Tomáš Čech" <sleep_walker@gnu.org>
To: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: agg: New variable.
Date: Tue, 17 Mar 2015 11:44:45 +0100	[thread overview]
Message-ID: <20150317104445.GB31584@crashnator.suse.cz> (raw)
In-Reply-To: <87pp88ouov.fsf@gnu.org>

[-- Attachment #1: Type: text/plain, Size: 1750 bytes --]

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 <sleep_walker@gnu.org> 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

[-- Attachment #2: Type: application/pgp-signature, Size: 181 bytes --]

      reply	other threads:[~2015-03-17 10:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-16  9:15 [PATCH] gnu: agg: New variable Tomáš Čech
2015-03-17  9:10 ` Ludovic Courtès
2015-03-17 10:44   ` Tomáš Čech [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150317104445.GB31584@crashnator.suse.cz \
    --to=sleep_walker@gnu.org \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).