unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Marius Bakke <mbakke@fastmail.com>
To: "Ethan R. Jones" <doubleplusgood23@gmail.com>, 27046@debbugs.gnu.org
Subject: bug#27046: [PATCH 3/3] gnu: video: Add mediainfo.
Date: Wed, 24 May 2017 18:37:19 +0200	[thread overview]
Message-ID: <87k256w6rk.fsf@fastmail.com> (raw)
In-Reply-To: <20170523204306.25418-3-doubleplusgood23@gmail.com>

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

"Ethan R. Jones" <doubleplusgood23@gmail.com> writes:

> * gnu/packages/video.scm (mediainfo): New variable.

[...]

> +    (arguments
> +     '(#:tests? #f ; lacks tests
> +       #:phases
> +       ;; build scripts not in root of archive
> +       (modify-phases %standard-phases
> +         (add-before
> +             'configure 'pre-configure

Can you also move the 'configure line up after '(add-before'? Goes for
the other patches too.

> +           (lambda _
> +             (chdir "Project/GNU/CLI")))
> +         (add-before 'configure 'autogen
> +           (lambda _
> +             (zero? (system* "./autogen.sh")))))))
> +    (home-page "https://mediaarea.net/en/MediaInfo")
> +    (synopsis "Utility for reading media metadata")
> +    (description "MediaInfo is a utility used for retrieving technical
> +information and other metadata about audio or video files.
> +A non-exhaustive list of the information MediaInfo can retrieve from media files include:
> + - General: title, author, director, album, track number, date, duration...
> + - Video: codec, aspect, fps, bitrate...
> + - Audio: codec, sample rate, channels, language, bitrate...
> + - Text: language of subtitle
> + - Chapters: number of chapters, list of chapters
> +MediaInfo supports the following formats:
> + - Video: MKV, OGM, AVI, DivX, WMV, QuickTime, Real, MPEG-1, MPEG-2,
> +          MPEG-4, DVD (VOB)...
> + - Video Codecs: DivX, XviD, MSMPEG4, ASP, H.264, AVC...)
> + - Audio: OGG, MP3, WAV, RA, AC3, DTS, AAC, M4A, AU, AIFF...
> + - Subtitles: SRT, SSA, ASS, SAMI...
> +MediaInfo supplies technical and tag information about a video or audio file")

Please also convert this list to use @itemize. Can you send updated
patches? TIA! :-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

  reply	other threads:[~2017-05-24 16:38 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-23 20:43 bug#27044: [PATCH 1/3] gnu: video: Add libzen Ethan R. Jones
2017-05-23 20:43 ` bug#27045: [PATCH 2/3] gnu: video: Add libmediainfo Ethan R. Jones
2017-05-24 16:34   ` Marius Bakke
2017-05-23 20:43 ` bug#27046: [PATCH 3/3] gnu: video: Add mediainfo Ethan R. Jones
2017-05-24 16:37   ` Marius Bakke [this message]
2017-05-24 16:29 ` bug#26934: bug#27044: [PATCH 1/3] gnu: video: Add libzen Marius Bakke
2017-05-27 15:19 ` bug#27044: [PATCH 1/3] gnu: cpp: libzen: " Ethan R. Jones
2017-05-27 15:19   ` bug#27044: [PATCH 2/3] gnu: video: Add libmediainfo Ethan R. Jones
2017-05-31 14:44     ` Ludovic Courtès
2017-05-27 15:19   ` bug#27044: [PATCH 3/3] gnu: video: Add mediainfo Ethan R. Jones
2017-05-31 14:44   ` bug#27044: [PATCH 1/3] gnu: cpp: libzen: Add libzen Ludovic Courtès
2017-05-27 15:34 ` bug#27044: oops Ethan R. Jones
2017-05-27 15:42 ` bug#27044: [PATCH] gnu: video: Add mediainfo Ethan R. Jones
2017-05-31 14:51   ` Ludovic Courtès

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=87k256w6rk.fsf@fastmail.com \
    --to=mbakke@fastmail.com \
    --cc=27046@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 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).