diff options
author | jmcneill <jmcneill> | 2009-01-27 23:58:21 +0000 |
---|---|---|
committer | jmcneill <jmcneill> | 2009-01-27 23:58:21 +0000 |
commit | 7032ea3718411e2be315801469770a359bf7c8dc (patch) | |
tree | e8dbfe19c0359b03bbdf7d645600011ec52f7f7d /multimedia | |
parent | 60fe3d2aa3e60603105ba8323bcd26d90bf0d95b (diff) | |
download | pkgsrc-7032ea3718411e2be315801469770a359bf7c8dc.tar.gz |
Update mediainfo to 0.7.9.
Version 0.7.9, 2009-01-19
-------------
+ OGG: Dirac support
+ OGG: Speex support
+ OGG: other formats (JNG, Kate, MIDI, PCM...) detection
+ SWF: detection of more audio streams
+ MPEG-PS: Handling of PlayStation2 audio
+ #2474119, Minimal MZ (PE) and ELF detection
+ SMV (WAV/ADPCM+JPG files) file format support
+ DPG (Nintendo DS) file format support
+ QuickTime: TimeCode track analysis
+ MPEG-4 subtitles: difference between 'text' and 'tx3g' codecIDs
x Python binding update for more compatibilty
x #2474280, OGG: handling of files with Skeleton Metadata
x #2445654, OGG: better false-positives detection
x #2493685, AVI: Wrong video duration for some malformed 4GB+ AVI/DV files
x #2516007, "Language" raw tag was sometimes 3 letter long instead of 2-letter long
x Floating point overflow correction
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mediainfo/Makefile | 6 | ||||
-rw-r--r-- | multimedia/mediainfo/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/multimedia/mediainfo/Makefile b/multimedia/mediainfo/Makefile index 8f1804c297d..dd75315b59f 100644 --- a/multimedia/mediainfo/Makefile +++ b/multimedia/mediainfo/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/01/22 13:42:02 jmcneill Exp $ +# $NetBSD: Makefile,v 1.2 2009/01/27 23:58:21 jmcneill Exp $ # -DISTNAME= MediaInfo_CLI_0.7.8_GNU_FromSource -PKGNAME= mediainfo-0.7.8 +DISTNAME= MediaInfo_CLI_0.7.9_GNU_FromSource +PKGNAME= mediainfo-0.7.9 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mediainfo/} EXTRACT_SUFX= .tar.bz2 diff --git a/multimedia/mediainfo/distinfo b/multimedia/mediainfo/distinfo index 7eda8e38c35..5db7c760cd6 100644 --- a/multimedia/mediainfo/distinfo +++ b/multimedia/mediainfo/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2009/01/22 13:42:02 jmcneill Exp $ +$NetBSD: distinfo,v 1.2 2009/01/27 23:58:21 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 +SHA1 (MediaInfo_CLI_0.7.9_GNU_FromSource.tar.bz2) = 85f4a54cbb24b3d68139d392d2c02e6e7480ecdd +RMD160 (MediaInfo_CLI_0.7.9_GNU_FromSource.tar.bz2) = 8c9d128f81140e241d450c799d08bf75b6f3dc4a +Size (MediaInfo_CLI_0.7.9_GNU_FromSource.tar.bz2) = 1100559 bytes |