pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/libmatroska Update to version 0.7.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/74f08dba5b13
branches:  trunk
changeset: 489130:74f08dba5b13
user:      salo <salo%pkgsrc.org@localhost>
date:      Thu Feb 17 10:52:46 2005 +0000

description:
Update to version 0.7.5

Changes:

- fix the segment family UID
- no more TrackAngle and new TrackTranslate elements
- rename ChapterLink* to ChapterTranslate*
- add KaxChapterLinkEditionUID
- fix the KaxSegmentFamily flags
- added KaxSegmentFamily, KaxChapterLink, KaxChapterLinkCodec and
  KaxChapterLinkID
- Move all of the (re-)activated Matroska v1 elements out of "#if == 2"
  blocks.
- support for KaxMaxBlockAdditionID and fix default values
- BlockAdditions is in Matroska 1 now
- added the button track type
- Use malloc() and free() instead of new[] and delete[] where the lib might
  deal with pointers that have been allocated by the app, or where the app
  has allocated the memory. Reason: new[]ed memory cannot be realloc()ed.
- remove support for the gap flag in the Block
- add almost automatic handling of SilentTracks
- added KaxTrackFlagForced
- added KaxTrackAngle and various fixes
- TrackOverlay is now multiple
- added KaxClusterSilentTracks and KaxClusterSilentTrackNumber

diffstat:

 multimedia/libmatroska/Makefile         |   4 ++--
 multimedia/libmatroska/buildlink3.mk    |   4 ++--
 multimedia/libmatroska/distinfo         |   8 ++++----
 multimedia/libmatroska/patches/patch-ac |  10 ++++------
 4 files changed, 12 insertions(+), 14 deletions(-)

diffs (68 lines):

diff -r 9909870d7c14 -r 74f08dba5b13 multimedia/libmatroska/Makefile
--- a/multimedia/libmatroska/Makefile   Thu Feb 17 10:52:02 2005 +0000
+++ b/multimedia/libmatroska/Makefile   Thu Feb 17 10:52:46 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2004/10/14 17:04:35 salo Exp $
+# $NetBSD: Makefile,v 1.10 2005/02/17 10:52:46 salo Exp $
 #
 
-DISTNAME=      libmatroska-0.7.4
+DISTNAME=      libmatroska-0.7.5
 CATEGORIES=    multimedia devel
 MASTER_SITES=  http://dl.matroska.org/downloads/libmatroska/
 EXTRACT_SUFX=  .tar.bz2
diff -r 9909870d7c14 -r 74f08dba5b13 multimedia/libmatroska/buildlink3.mk
--- a/multimedia/libmatroska/buildlink3.mk      Thu Feb 17 10:52:02 2005 +0000
+++ b/multimedia/libmatroska/buildlink3.mk      Thu Feb 17 10:52:46 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.6 2004/10/14 17:04:35 salo Exp $
+# $NetBSD: buildlink3.mk,v 1.7 2005/02/17 10:52:46 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.4
+BUILDLINK_DEPENDS.libmatroska+=        libmatroska>=0.7.5
 BUILDLINK_PKGSRCDIR.libmatroska?=      ../../multimedia/libmatroska
 .endif # LIBMATROSKA_BUILDLINK3_MK
 
diff -r 9909870d7c14 -r 74f08dba5b13 multimedia/libmatroska/distinfo
--- a/multimedia/libmatroska/distinfo   Thu Feb 17 10:52:02 2005 +0000
+++ b/multimedia/libmatroska/distinfo   Thu Feb 17 10:52:46 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2004/10/14 17:04:35 salo Exp $
+$NetBSD: distinfo,v 1.9 2005/02/17 10:52:46 salo Exp $
 
-SHA1 (libmatroska-0.7.4.tar.bz2) = ab66651386d2b999c48680d664f3ecbd61efa7c1
-Size (libmatroska-0.7.4.tar.bz2) = 83239 bytes
-SHA1 (patch-ac) = 59225b6e89c6563e7245a94b46c798c2c44bd259
+SHA1 (libmatroska-0.7.5.tar.bz2) = 634fa9ed42bb6b1d2aec8a50bd28e1035545384e
+Size (libmatroska-0.7.5.tar.bz2) = 85383 bytes
+SHA1 (patch-ac) = 84a08cc77de2e7e6d9592d76150dc239abf68a12
diff -r 9909870d7c14 -r 74f08dba5b13 multimedia/libmatroska/patches/patch-ac
--- a/multimedia/libmatroska/patches/patch-ac   Thu Feb 17 10:52:02 2005 +0000
+++ b/multimedia/libmatroska/patches/patch-ac   Thu Feb 17 10:52:46 2005 +0000
@@ -1,16 +1,14 @@
-$NetBSD: patch-ac,v 1.4 2004/07/27 04:14:56 salo Exp $
+$NetBSD: patch-ac,v 1.5 2005/02/17 10:52:46 salo Exp $
 
---- make/linux/Makefile.orig   2004-07-19 18:43:44.000000000 +0200
-+++ make/linux/Makefile        2004-07-27 05:51:07.000000000 +0200
-@@ -20,13 +20,13 @@
+--- make/linux/Makefile.orig   2005-02-06 19:12:08.000000000 +0100
++++ make/linux/Makefile        2005-02-16 18:46:17.000000000 +0100
+@@ -20,11 +20,11 @@
  includedir=$(prefix)/include/matroska
  
  # Programs
 -CXX=g++
 +#CXX=g++
  LD=$(CXX)
- DEP=$(CXX) -MM
- DEPEND = makedepend
 -AR = ar rcvu
 -RANLIB = ranlib
 -INSTALL = install



Home | Main Index | Thread Index | Old Index