diff options
author | adam <adam@pkgsrc.org> | 2011-11-23 13:09:55 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-11-23 13:09:55 +0000 |
commit | 7e5d98f97e9a59ea345e95b1e32432e7455e00da (patch) | |
tree | 1d1bad3dda6eec7b7f53fb4749fc865046ed2247 /multimedia | |
parent | 70d20daadd8a9ecda6b39fa22a6babf1f8c301f8 (diff) | |
download | pkgsrc-7e5d98f97e9a59ea345e95b1e32432e7455e00da.tar.gz |
Changes 0.7.51:
* 2872918, MKV: add support for default and forced track flags
* 3418881, RK Audio format support, thanks to Lionel Duchateau
* 3418883, LA: version field, thanks to Lionel Duchateau
* MPEG-4: basic support of Aigo .3dv files
* MPEG-2 Video: color display info (colour_primaries, transfer_characteristics,
matrix_coefficients)
* QuickTime: color display info (colour_primaries, transfer_characteristics,
matrix_coefficients)
* QuickTime: ProRes LT, Proxy, 4:4:4 profiles detection
* QuickTime: mpeg CodecID support
* Template inputs are now insensitive to carriage return kind
* MPEG-TS: Support of ISO 8859-2 in EPG
* MPEG-4: more CodedIDs supported
* GXF: more info about DV streams
* GXF: Handling of files with more than 1 Time code
* 3414326, GXF: using only the first map chunk for duration calculation
* 3414513, Id3v2: was not able to extract covers with UTF-16 description
* 3417908, video from several files: crash if there is not enough place for the
frame number
* 3433602, DVD-Video (IFO): Crash when scanning some malformed IFO files
* Matroska: parser hanging in case of huge zero-padded files
* MPEG-4: was not providing some info about tracks with sample table before
media header
* MXF: better support of corrupted indexes
* 3429831, MediaInfo library: unload wrong DLL, thanks to McSpecky
* MPEG-TS: Better handling of EPG running_status flag
* MXF: Handling of "file:///" in Network loacators
* FLV: audio delay was sometimes wrong
* H264: Buffer size was in bytes instead of bits like with other formats
* 3429196: no output if absolute file name, on Linux
* 3187050, FLV: wrong detection when FLV header is corrupt
* BLu-ray: crash if MPLS files are on the root of a disk
* Blu-ray: parsing was very slow if MPLS was pointing thousands of times on the
same file
* 3292830, Matroska: crash if AAC sample rate is not provided by the container
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mediainfo/Makefile | 17 | ||||
-rw-r--r-- | multimedia/mediainfo/distinfo | 8 |
2 files changed, 13 insertions, 12 deletions
diff --git a/multimedia/mediainfo/Makefile b/multimedia/mediainfo/Makefile index 6afeff39335..cef333a9a06 100644 --- a/multimedia/mediainfo/Makefile +++ b/multimedia/mediainfo/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2009/07/20 18:21:12 hasso Exp $ -# +# $NetBSD: Makefile,v 1.5 2011/11/23 13:09:55 adam Exp $ -DISTNAME= MediaInfo_CLI_0.7.9_GNU_FromSource -PKGNAME= mediainfo-0.7.9 +DISTNAME= MediaInfo_CLI_0.7.51_GNU_FromSource +PKGNAME= mediainfo-0.7.51 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mediainfo/} EXTRACT_SUFX= .tar.bz2 @@ -10,12 +9,14 @@ 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 +LICENSE= gnu-lgpl-v3 PKG_DESTDIR_SUPPORT= user-destdir -WRKSRC= ${WRKDIR}/MediaInfo_CLI_GNU_FromSource -USE_TOOLS+= pkg-config -USE_LANGUAGES= c c++ -GNU_CONFIGURE= yes + +WRKSRC= ${WRKDIR}/MediaInfo_CLI_GNU_FromSource +USE_TOOLS+= pkg-config +USE_LANGUAGES= c c++ +GNU_CONFIGURE= yes OVERRIDE_DIRDEPTH= 4 INSTALLATION_DIRS= bin diff --git a/multimedia/mediainfo/distinfo b/multimedia/mediainfo/distinfo index 5db7c760cd6..4e51b18ae76 100644 --- a/multimedia/mediainfo/distinfo +++ b/multimedia/mediainfo/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2009/01/27 23:58:21 jmcneill Exp $ +$NetBSD: distinfo,v 1.3 2011/11/23 13:09:55 adam Exp $ -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 +SHA1 (MediaInfo_CLI_0.7.51_GNU_FromSource.tar.bz2) = 45cdbdb64fc4bc6d7a38cbdfd20bca296c1dbd6b +RMD160 (MediaInfo_CLI_0.7.51_GNU_FromSource.tar.bz2) = 2f270373183d2eec108fab429d4baa9a03b5c2f3 +Size (MediaInfo_CLI_0.7.51_GNU_FromSource.tar.bz2) = 1573967 bytes |