diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2009-01-22 13:42:02 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2009-01-22 13:42:02 +0000 |
commit | 107a33b0b07901e613af4392c0456d9d95685b3e (patch) | |
tree | 2f428decc01235a7727238cae4f9c3958d951acd /multimedia | |
parent | 4a2f3efb95e413dae4d70b21bfd0ff46acc55a61 (diff) | |
download | pkgsrc-107a33b0b07901e613af4392c0456d9d95685b3e.tar.gz |
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 (limited to 'multimedia')
-rw-r--r-- | multimedia/mediainfo/DESCR | 21 | ||||
-rw-r--r-- | multimedia/mediainfo/Makefile | 26 | ||||
-rw-r--r-- | multimedia/mediainfo/PLIST | 2 | ||||
-rw-r--r-- | multimedia/mediainfo/distinfo | 5 |
4 files changed, 54 insertions, 0 deletions
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 |