pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/libmatroska Updated to 0.7.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/313346e803a7
branches:  trunk
changeset: 481904:313346e803a7
user:      salo <salo%pkgsrc.org@localhost>
date:      Thu Oct 14 17:04:35 2004 +0000

description:
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:

 multimedia/libmatroska/Makefile      |  4 ++--
 multimedia/libmatroska/buildlink3.mk |  4 ++--
 multimedia/libmatroska/distinfo      |  6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs (43 lines):

diff -r 0aa9cf88d74f -r 313346e803a7 multimedia/libmatroska/Makefile
--- a/multimedia/libmatroska/Makefile   Thu Oct 14 17:04:08 2004 +0000
+++ b/multimedia/libmatroska/Makefile   Thu Oct 14 17:04:35 2004 +0000
@@ -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 -r 0aa9cf88d74f -r 313346e803a7 multimedia/libmatroska/buildlink3.mk
--- a/multimedia/libmatroska/buildlink3.mk      Thu Oct 14 17:04:08 2004 +0000
+++ b/multimedia/libmatroska/buildlink3.mk      Thu Oct 14 17:04:35 2004 +0000
@@ -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+=   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 -r 0aa9cf88d74f -r 313346e803a7 multimedia/libmatroska/distinfo
--- a/multimedia/libmatroska/distinfo   Thu Oct 14 17:04:08 2004 +0000
+++ b/multimedia/libmatroska/distinfo   Thu Oct 14 17:04:35 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index