From 107a33b0b07901e613af4392c0456d9d95685b3e Mon Sep 17 00:00:00 2001 From: jmcneill Date: Thu, 22 Jan 2009 13:42:02 +0000 Subject: 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) --- multimedia/mediainfo/DESCR | 21 +++++++++++++++++++++ multimedia/mediainfo/Makefile | 26 ++++++++++++++++++++++++++ multimedia/mediainfo/PLIST | 2 ++ multimedia/mediainfo/distinfo | 5 +++++ 4 files changed, 54 insertions(+) create mode 100644 multimedia/mediainfo/DESCR create mode 100644 multimedia/mediainfo/Makefile create mode 100644 multimedia/mediainfo/PLIST create mode 100644 multimedia/mediainfo/distinfo diff --git a/multimedia/mediainfo/DESCR b/multimedia/mediainfo/DESCR new file mode 100644 index 00000000000..42552e2c37b --- /dev/null +++ b/multimedia/mediainfo/DESCR @@ -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 --git a/multimedia/mediainfo/Makefile b/multimedia/mediainfo/Makefile new file mode 100644 index 00000000000..8f1804c297d --- /dev/null +++ b/multimedia/mediainfo/Makefile @@ -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 +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 --git a/multimedia/mediainfo/PLIST b/multimedia/mediainfo/PLIST new file mode 100644 index 00000000000..9d7477c4d78 --- /dev/null +++ b/multimedia/mediainfo/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/01/22 13:42:02 jmcneill Exp $ +bin/mediainfo diff --git a/multimedia/mediainfo/distinfo b/multimedia/mediainfo/distinfo new file mode 100644 index 00000000000..7eda8e38c35 --- /dev/null +++ b/multimedia/mediainfo/distinfo @@ -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 -- cgit v1.2.3