summaryrefslogtreecommitdiff
path: root/multimedia/libmatroska
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2005-02-17 10:52:46 +0000
committersalo <salo@pkgsrc.org>2005-02-17 10:52:46 +0000
commita1ea6973ac97372686458872a07dd63cb81badea (patch)
treeddf8d13354ef051080ba6e083b70793a16bd14ff /multimedia/libmatroska
parent0f1a2c74c0029db7e34476146491e4f1ce5a2860 (diff)
downloadpkgsrc-a1ea6973ac97372686458872a07dd63cb81badea.tar.gz
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 (limited to 'multimedia/libmatroska')
-rw-r--r--multimedia/libmatroska/Makefile4
-rw-r--r--multimedia/libmatroska/buildlink3.mk4
-rw-r--r--multimedia/libmatroska/distinfo8
-rw-r--r--multimedia/libmatroska/patches/patch-ac10
4 files changed, 12 insertions, 14 deletions
diff --git a/multimedia/libmatroska/Makefile b/multimedia/libmatroska/Makefile
index 6a6f6c88e04..074d7359fa3 100644
--- a/multimedia/libmatroska/Makefile
+++ b/multimedia/libmatroska/Makefile
@@ -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 --git a/multimedia/libmatroska/buildlink3.mk b/multimedia/libmatroska/buildlink3.mk
index 83e2db5668f..e5c3736bce4 100644
--- a/multimedia/libmatroska/buildlink3.mk
+++ b/multimedia/libmatroska/buildlink3.mk
@@ -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:= ${BUILDLINK_PACKAGES:Nlibmatroska}
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 --git a/multimedia/libmatroska/distinfo b/multimedia/libmatroska/distinfo
index fc335b95210..0674a2afe04 100644
--- a/multimedia/libmatroska/distinfo
+++ b/multimedia/libmatroska/distinfo
@@ -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 --git a/multimedia/libmatroska/patches/patch-ac b/multimedia/libmatroska/patches/patch-ac
index 59b3bfe139e..10d98d1d39f 100644
--- a/multimedia/libmatroska/patches/patch-ac
+++ b/multimedia/libmatroska/patches/patch-ac
@@ -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