summaryrefslogtreecommitdiff
path: root/devel/libebml/Makefile
diff options
context:
space:
mode:
authorsalo <salo>2005-02-17 10:52:02 +0000
committersalo <salo>2005-02-17 10:52:02 +0000
commita4a31be20260750271234c5f3154fa38eca409ce (patch)
tree871aa098a616f06d98f3ec56bcef3f95c26488ee /devel/libebml/Makefile
parentf4d3c4444a5b042c22b40501fda24240ffc1f3e4 (diff)
downloadpkgsrc-a4a31be20260750271234c5f3154fa38eca409ce.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