update to 1.3.0

changes:
several new API functions like GetValue()/SetValue(), new constructors,
and a couple of bug fixes like calculating dates with 64bit integers
preventing overflows in certain situations
This commit is contained in:
drochner 2013-04-12 13:35:20 +00:00
parent f76942e19e
commit 404c5bfee8
4 changed files with 12 additions and 12 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.33 2012/10/31 11:17:12 asau Exp $
# $NetBSD: Makefile,v 1.34 2013/04/12 13:35:20 drochner Exp $
DISTNAME= libebml-1.2.2
DISTNAME= libebml-1.3.0
CATEGORIES= devel
MASTER_SITES= http://dl.matroska.org/downloads/libebml/
EXTRACT_SUFX= .tar.bz2

View file

@ -1,4 +1,4 @@
# $NetBSD: buildlink3.mk,v 1.18 2011/03/18 12:42:24 adam Exp $
# $NetBSD: buildlink3.mk,v 1.19 2013/04/12 13:35:20 drochner Exp $
BUILDLINK_TREE+= libebml
@ -6,7 +6,7 @@ BUILDLINK_TREE+= libebml
LIBEBML_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libebml+= libebml>=0.8
BUILDLINK_ABI_DEPENDS.libebml+= libebml>=1.2.0
BUILDLINK_ABI_DEPENDS.libebml+= libebml>=1.3.0
BUILDLINK_PKGSRCDIR.libebml?= ../../devel/libebml
.endif # LIBEBML_BUILDLINK3_MK

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.20 2011/10/07 18:59:39 drochner Exp $
$NetBSD: distinfo,v 1.21 2013/04/12 13:35:20 drochner Exp $
SHA1 (libebml-1.2.2.tar.bz2) = f8ef2e044b79b6e4f777b20c0e0e2382c16fbafc
RMD160 (libebml-1.2.2.tar.bz2) = a5399b991d613c4ae3e37bfd7e0a8db33db91131
Size (libebml-1.2.2.tar.bz2) = 60802 bytes
SHA1 (patch-aa) = 9467aaadd8fe6366ae9260b3ad0cdf242ac36d05
SHA1 (libebml-1.3.0.tar.bz2) = 5a49ae3fddfe4b514f76d5743b29b23e0ecbc935
RMD160 (libebml-1.3.0.tar.bz2) = 76f945a96e9950c25ccdb6c9e5cc4225dd6bd163
Size (libebml-1.3.0.tar.bz2) = 59359 bytes
SHA1 (patch-aa) = 11d3321c11196354ab4a761876e7d4364c242084

View file

@ -1,6 +1,6 @@
$NetBSD: patch-aa,v 1.13 2011/03/18 12:42:24 adam Exp $
$NetBSD: patch-aa,v 1.14 2013/04/12 13:35:21 drochner Exp $
--- make/linux/Makefile.orig 2011-03-18 12:15:07.000000000 +0000
--- make/linux/Makefile.orig 2013-03-21 12:07:39.000000000 +0000
+++ make/linux/Makefile
@@ -16,16 +16,16 @@ prefix=/boot/home/config
else
@ -31,7 +31,7 @@ $NetBSD: patch-aa,v 1.13 2011/03/18 12:42:24 adam Exp $
LIBRARY=libebml.a
-LIBRARY_SO=libebml.so
+LIBRARY_SO=libebml.la
LIBRARY_SO_VER=libebml.so.3
LIBRARY_SO_VER=libebml.so.4
# source-files
@@ -84,16 +84,14 @@ lib: