diff options
author | salo <salo> | 2004-10-14 17:04:35 +0000 |
---|---|---|
committer | salo <salo> | 2004-10-14 17:04:35 +0000 |
commit | bcc905c2c473bbdb212eeecd11b51fdff21377a7 (patch) | |
tree | 4089405d1057df4fb0caa4187244212b2482e9b8 /multimedia | |
parent | 0200af5cb68f1255e386d9bcf2737034a8683adb (diff) | |
download | pkgsrc-bcc905c2c473bbdb212eeecd11b51fdff21377a7.tar.gz |
Updated to 0.7.4
Changes:
- EditionProcessed has a default value (0) according to the specs.
- KaxEditionManaged becomes KaxEditionProcessed and mandatory
KaxEditionManagedPrivate becomes KaxChapterManagedPrivate
- no more automatic OutputSamplingFrequency default value
- add support for KaxChapterProcessCommand and KaxEditionManagedPrivate
- The ValidateSize function is neither needed nor correct (probably copy
& paste from somewhere). Integers of all sizes are accepted as in all
the other UID cases.
- allow DLL building with MSVC7 (not compatible with the MinGW DLLs)
- KaxTagTargetTypeValue default to 50
- TargetTypeValue is no longer mandatory
- Fixed the wrong element names.
- add KaxTagTargetTypeValue as in the specs
- add KaxChapterPhysicalEquiv as in the new specs
- add KaxChapterProcess and KaxChapterProcessTime
- add the new PixelCropXXX elements
- added KaxEditionFlagDefault and KaxEditionManaged
- add the new TargetType element in tags
- Set the default value for KaxTagLangue to "und" complying with
the specs.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libmatroska/Makefile | 4 | ||||
-rw-r--r-- | multimedia/libmatroska/buildlink3.mk | 4 | ||||
-rw-r--r-- | multimedia/libmatroska/distinfo | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/multimedia/libmatroska/Makefile b/multimedia/libmatroska/Makefile index e751fdd2b61..6a6f6c88e04 100644 --- a/multimedia/libmatroska/Makefile +++ b/multimedia/libmatroska/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2004/08/23 23:19:52 salo Exp $ +# $NetBSD: Makefile,v 1.9 2004/10/14 17:04:35 salo Exp $ # -DISTNAME= libmatroska-0.7.3 +DISTNAME= libmatroska-0.7.4 CATEGORIES= multimedia devel MASTER_SITES= http://dl.matroska.org/downloads/libmatroska/ EXTRACT_SUFX= .tar.bz2 diff --git a/multimedia/libmatroska/buildlink3.mk b/multimedia/libmatroska/buildlink3.mk index f8d772f2062..83e2db5668f 100644 --- a/multimedia/libmatroska/buildlink3.mk +++ b/multimedia/libmatroska/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2004/08/23 23:19:52 salo Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2004/10/14 17:04:35 salo Exp $ # # This Makefile fragment is included by packages that use libmatroska. # @@ -16,7 +16,7 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibmatroska} BUILDLINK_PACKAGES+= libmatroska .if !empty(LIBMATROSKA_BUILDLINK3_MK:M+) -BUILDLINK_DEPENDS.libmatroska+= libmatroska>=0.7.3 +BUILDLINK_DEPENDS.libmatroska+= libmatroska>=0.7.4 BUILDLINK_PKGSRCDIR.libmatroska?= ../../multimedia/libmatroska .endif # LIBMATROSKA_BUILDLINK3_MK diff --git a/multimedia/libmatroska/distinfo b/multimedia/libmatroska/distinfo index bea8c75a867..fc335b95210 100644 --- a/multimedia/libmatroska/distinfo +++ b/multimedia/libmatroska/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2004/08/23 23:19:52 salo Exp $ +$NetBSD: distinfo,v 1.8 2004/10/14 17:04:35 salo Exp $ -SHA1 (libmatroska-0.7.3.tar.bz2) = 38b8c5c0b265fdddf1b295fd3508a0fdffed164e -Size (libmatroska-0.7.3.tar.bz2) = 81678 bytes +SHA1 (libmatroska-0.7.4.tar.bz2) = ab66651386d2b999c48680d664f3ecbd61efa7c1 +Size (libmatroska-0.7.4.tar.bz2) = 83239 bytes SHA1 (patch-ac) = 59225b6e89c6563e7245a94b46c798c2c44bd259 |