pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/mediainfo Import mediainfo version 0.7.8.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e1bc8ab283aa
branches:  trunk
changeset: 553479:e1bc8ab283aa
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Thu Jan 22 13:42:02 2009 +0000

description:
Import mediainfo version 0.7.8.

MediaInfo supplies technical and tag information about a video or audio file.

What information can I get from MediaInfo?
  - 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
What format (container) does MediaInfo support?
  - Video: MKV, OGM, AVI, DivX, WMV, QuickTime, Real, MPEG-1, MPEG-2, MPEG-4,
    DVD (VOB)... (Codecs: DivX, XviD, MSMPEG4, ASP, H.264, AVC...)
  - Audio: OGG, MP3, WAV, RA, AC3, DTS, AAC, M4A, AU, AIFF...
  - Subtitles: SRT, SSA, ASS, SAMI...
What can I do with it?
  - Read many video and audio file formats
  - Different methods of viewing information (text, sheet, tree, HTML...)
  - You can customise these views
  - Exporting information as text, CSV, HTML...
  - Internationalisation: Any language display on any version of your
    operating system
  - Localisation capability (but volunteers needed)

diffstat:

 multimedia/mediainfo/DESCR    |  21 +++++++++++++++++++++
 multimedia/mediainfo/Makefile |  26 ++++++++++++++++++++++++++
 multimedia/mediainfo/PLIST    |   2 ++
 multimedia/mediainfo/distinfo |   5 +++++
 4 files changed, 54 insertions(+), 0 deletions(-)

diffs (70 lines):

diff -r d8150e7349de -r e1bc8ab283aa multimedia/mediainfo/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/mediainfo/DESCR        Thu Jan 22 13:42:02 2009 +0000
@@ -0,0 +1,21 @@
+MediaInfo supplies technical and tag information about a video or audio file.
+
+What information can I get from MediaInfo?
+  - 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
+What format (container) does MediaInfo support?
+  - Video: MKV, OGM, AVI, DivX, WMV, QuickTime, Real, MPEG-1, MPEG-2, MPEG-4,
+    DVD (VOB)... (Codecs: DivX, XviD, MSMPEG4, ASP, H.264, AVC...)
+  - Audio: OGG, MP3, WAV, RA, AC3, DTS, AAC, M4A, AU, AIFF...
+  - Subtitles: SRT, SSA, ASS, SAMI...
+What can I do with it?
+  - Read many video and audio file formats
+  - Different methods of viewing information (text, sheet, tree, HTML...)
+  - You can customise these views
+  - Exporting information as text, CSV, HTML...
+  - Internationalisation: Any language display on any version of your
+    operating system
+  - Localisation capability (but volunteers needed)
diff -r d8150e7349de -r e1bc8ab283aa multimedia/mediainfo/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/mediainfo/Makefile     Thu Jan 22 13:42:02 2009 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/01/22 13:42:02 jmcneill Exp $
+#
+
+DISTNAME=      MediaInfo_CLI_0.7.8_GNU_FromSource
+PKGNAME=       mediainfo-0.7.8
+CATEGORIES=    multimedia
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=mediainfo/}
+EXTRACT_SUFX=  .tar.bz2
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://mediainfo.sourceforge.net/
+COMMENT=       Utility to supply technical information about audio and video files
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+WRKSRC=                ${WRKDIR}/MediaInfo_CLI_GNU_FromSource
+USE_TOOLS+=    pkg-config
+USE_LANGUAGES= c c++
+
+do-build:
+       cd ${WRKSRC} && ./CLI_Compile.sh
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/MediaInfo/Project/GNU/CLI/mediainfo \
+           ${DESTDIR}${PREFIX}/bin/mediainfo
+
+.include "../../mk/bsd.pkg.mk"
diff -r d8150e7349de -r e1bc8ab283aa multimedia/mediainfo/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/mediainfo/PLIST        Thu Jan 22 13:42:02 2009 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/01/22 13:42:02 jmcneill Exp $
+bin/mediainfo
diff -r d8150e7349de -r e1bc8ab283aa multimedia/mediainfo/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/mediainfo/distinfo     Thu Jan 22 13:42:02 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/01/22 13:42:02 jmcneill Exp $
+
+SHA1 (MediaInfo_CLI_0.7.8_GNU_FromSource.tar.bz2) = b855c68c0ff5405ba16323ebb870b6c36ed01442
+RMD160 (MediaInfo_CLI_0.7.8_GNU_FromSource.tar.bz2) = 7ac5af24f8572058bcf6fb0b61fcb15aef091ead
+Size (MediaInfo_CLI_0.7.8_GNU_FromSource.tar.bz2) = 1085845 bytes



Home | Main Index | Thread Index | Old Index