From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33261) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dDZFY-00015k-UB for guix-patches@gnu.org; Wed, 24 May 2017 12:35:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dDZFW-0004NB-9z for guix-patches@gnu.org; Wed, 24 May 2017 12:35:04 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:33799) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dDZFW-0004Mx-6s for guix-patches@gnu.org; Wed, 24 May 2017 12:35:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dDZFW-0006gP-1l for guix-patches@gnu.org; Wed, 24 May 2017 12:35:02 -0400 Subject: bug#27045: [PATCH 2/3] gnu: video: Add libmediainfo. Resent-Message-ID: From: Marius Bakke In-Reply-To: <20170523204306.25418-2-doubleplusgood23@gmail.com> References: <20170523204306.25418-1-doubleplusgood23@gmail.com> <20170523204306.25418-2-doubleplusgood23@gmail.com> Date: Wed, 24 May 2017 18:34:08 +0200 Message-ID: <87mva2w6wv.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: "Ethan R. Jones" , 27045@debbugs.gnu.org --=-=-= Content-Type: text/plain "Ethan R. Jones" writes: > * gnu/packages/video.scm (libmediainfo): New variable. [...] > + (arguments > + '(#:tests? #f ; test currently requires an external video file Do they offer a video file for this purpose, or will anything do? Please add a TODO here, sounds like we can just add some video file as a native-input and use that. > + #:phases > + ;; build scripts not in root of archive > + (modify-phases %standard-phases > + (add-before > + 'configure 'pre-configure > + (lambda _ > + (chdir "Project/GNU/Library"))) > + (add-before 'configure 'autogen > + (lambda _ > + (zero? (system* "./autogen.sh"))))))) > + (home-page "https://mediaarea.net/en/MediaInfo") > + (synopsis "Library for retrieving media metadata") > + (description " MediaInfo is a library 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...") Can you convert this list to use "@itemize" instead? Grep around gnu/packages for some examples. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlkltgAACgkQoqBt8qM6 VPrH+Qf9GFtQOKmYunBREk7bXD+WXgOtNgHO9jooq3uNY8Guw4pM28qA9da4x/To 1kDMg5AaCPs0Rty+5+hn9p7JpVnl34KrVSEAngb+ltC/GZzW9JCh7HSsuDuMKA06 4WRdnSBmcQKAlpE92MCEwwImFVDu7cq4/5pN2TyXPpCd4bBuO31EcHfiKELKFDZc ceMTLQpLd836+XsDn8YaV9EaREdF+HIdUFs4gCiavED9N8cG4rFSnDI8v1YmcbSh ysDCVmmKVhfjRquUBJxTdNdiYEREWSAZjcaoT2300IwYj1xlgPXVEqjHRQk1XVME 3NQjrzNrv82V9jQLk8Nsf8YsDz+7MA== =XtLp -----END PGP SIGNATURE----- --=-=-=--