diff options
author | salo <salo> | 2005-02-17 10:52:02 +0000 |
---|---|---|
committer | salo <salo> | 2005-02-17 10:52:02 +0000 |
commit | a4a31be20260750271234c5f3154fa38eca409ce (patch) | |
tree | 871aa098a616f06d98f3ec56bcef3f95c26488ee /devel/libebml/distinfo | |
parent | f4d3c4444a5b042c22b40501fda24240ffc1f3e4 (diff) | |
download | pkgsrc-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/distinfo')
-rw-r--r-- | devel/libebml/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/libebml/distinfo b/devel/libebml/distinfo index b69da43f1d1..0a67b82f6b6 100644 --- a/devel/libebml/distinfo +++ b/devel/libebml/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2004/10/14 16:59:36 salo Exp $ +$NetBSD: distinfo,v 1.7 2005/02/17 10:52:02 salo Exp $ -SHA1 (libebml-0.7.2.tar.bz2) = cc875c160ca6c5742083fc4f486ed04e3ea56aa0 -Size (libebml-0.7.2.tar.bz2) = 51931 bytes -SHA1 (patch-aa) = d7fd1b09caf78b86f1cf3d8d171a33c901f1d1b6 +SHA1 (libebml-0.7.3.tar.bz2) = a7da238f926665c586ea3684eb34a1f5190fc0de +Size (libebml-0.7.3.tar.bz2) = 52827 bytes +SHA1 (patch-aa) = 97ae2bfb8554556d5389ec02aee84e7162282d73 |