summaryrefslogtreecommitdiff
path: root/devel/libebml/Makefile
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2005-02-17 10:52:02 +0000
committersalo <salo@pkgsrc.org>2005-02-17 10:52:02 +0000
commit0f1a2c74c0029db7e34476146491e4f1ce5a2860 (patch)
tree871aa098a616f06d98f3ec56bcef3f95c26488ee /devel/libebml/Makefile
parent379b567e6fdd6d4e3b093fb292d7b3da9b90429f (diff)
downloadpkgsrc-0f1a2c74c0029db7e34476146491e4f1ce5a2860.tar.gz
Update to version 0.7.3
Changes: - allow binary element comparison (useful to compare UIDs) - rename bSaveDefault in bKeepIntact - don't save empty EbmlMasters by default - 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. - Improved the dependency calculation to be more portable (makedepend doesn't exist everywhere, and it doesn't necessarily use the compiler we want). - Added a "RemoveAll" function. - better code to handle all VTS VOBs (not yet there)
Diffstat (limited to 'devel/libebml/Makefile')
-rw-r--r--devel/libebml/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libebml/Makefile b/devel/libebml/Makefile
index 2bbe7b8085c..2dab6896613 100644
--- a/devel/libebml/Makefile
+++ b/devel/libebml/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2004/10/14 16:59:36 salo Exp $
+# $NetBSD: Makefile,v 1.12 2005/02/17 10:52:02 salo Exp $
#
-DISTNAME= libebml-0.7.2
+DISTNAME= libebml-0.7.3
CATEGORIES= devel
MASTER_SITES= http://dl.matroska.org/downloads/libebml/
EXTRACT_SUFX= .tar.bz2