From: ludo@gnu.org (Ludovic Courtès)
To: "Ethan R. Jones" <doubleplusgood23@gmail.com>
Cc: 26934@debbugs.gnu.org
Subject: bug#26934: [PATCH 1/3] gnu: video: add libzen
Date: Wed, 17 May 2017 15:20:12 +0200 [thread overview]
Message-ID: <87mvabwrg3.fsf@gnu.org> (raw)
In-Reply-To: <20170515025701.2492-1-doubleplusgood23@gmail.com> (Ethan R. Jones's message of "Sun, 14 May 2017 22:56:59 -0400")
Hello Ethan,
Thanks for the patch set. Overall the patches look good to me modulo
minor issues that I’ll comment on:
"Ethan R. Jones" <doubleplusgood23@gmail.com> skribis:
> ---
> gnu/packages/video.scm | 42 ++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 42 insertions(+)
Could you provide ChangeLog-style commit logs? See ‘git log’ for
examples and <https://gnu.org/s/guix/manual/html_node/Submitting-Patches.html>.
> + (source (origin
> + (method url-fetch)
> + (uri (string-append "https://mediaarea.net/download/source/"
> + name
> + "/"
> + version
> + "/"
> + name
> + "_"
> + version
> + ".tar.bz2"))
Could you squeeze that on one or two lines?
> + (native-inputs
> + `(("autoconf" ,autoconf)
> + ("automake" ,automake)
> + ("libtool" ,libtool)))
[...]
> + (add-before 'configure 'autogen
> + (lambda _
> + (zero? (system* "./autogen.sh")))))))
Please double-check that this is needed. Usually, but not always,
projects that use Autoconf & co. provide self-contained tarballs such
that one doesn’t need to run ./autogen.sh.
> + (home-page "https://mediaarea.net/en/MediaInfo")
> + (synopsis "Library for libmediainfo")
> + (description "Shared library for libmediainfo and mediainfo.")
Could you improve the synopsis and description according to the
guidelines at
<https://gnu.org/s/guix/manual/html_node/Synopses-and-Descriptions.html>?
Please take a look at
<https://gnu.org/s/guix/manual/html_node/Submitting-Patches.html> if you
haven’t already.
Could you send updated patches?
Thanks in advance!
Ludo’.
next prev parent reply other threads:[~2017-05-17 13:21 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-15 2:56 bug#26934: [PATCH 1/3] gnu: video: add libzen Ethan R. Jones
2017-05-15 2:57 ` bug#26933: [PATCH 2/3] gnu: video: add libmediainfo Ethan R. Jones
2017-05-15 2:57 ` bug#26935: [PATCH 3/3] gnu: video: add mediainfo Ethan R. Jones
2017-05-17 13:20 ` Ludovic Courtès [this message]
2017-05-17 23:47 ` bug#26934: Re: bug#26934: [PATCH 1/3] gnu: video: add libzen Ethan R. Jones
2017-05-18 9:04 ` Ludovic Courtès
2017-05-23 20:52 ` Ethan R. Jones
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87mvabwrg3.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=26934@debbugs.gnu.org \
--cc=doubleplusgood23@gmail.com \
/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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.