diff options
author | salo <salo@pkgsrc.org> | 2005-04-18 00:13:05 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2005-04-18 00:13:05 +0000 |
commit | 6cc8b435bd1240b3679bbedde510a23338c073e8 (patch) | |
tree | f5f95169eac8b4ac00b0b02ea936cd14be87932d /devel | |
parent | 493a9ef70dc5257532ef16ce28e61f921eb7b71b (diff) | |
download | pkgsrc-6cc8b435bd1240b3679bbedde510a23338c073e8.tar.gz |
Update to version 0.7.4
Changes:
- add a couple of new elements
- fix compilation with gcc 4 and on AMD64
- address some other minor issues.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libebml/Makefile | 4 | ||||
-rw-r--r-- | devel/libebml/PLIST | 4 | ||||
-rw-r--r-- | devel/libebml/buildlink3.mk | 4 | ||||
-rw-r--r-- | devel/libebml/distinfo | 8 |
4 files changed, 11 insertions, 9 deletions
diff --git a/devel/libebml/Makefile b/devel/libebml/Makefile index 23cc0831883..d96cc85a622 100644 --- a/devel/libebml/Makefile +++ b/devel/libebml/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2005/04/11 21:45:26 tv Exp $ +# $NetBSD: Makefile,v 1.14 2005/04/18 00:13:05 salo Exp $ # -DISTNAME= libebml-0.7.3 +DISTNAME= libebml-0.7.4 CATEGORIES= devel MASTER_SITES= http://dl.matroska.org/downloads/libebml/ EXTRACT_SUFX= .tar.bz2 diff --git a/devel/libebml/PLIST b/devel/libebml/PLIST index cd87eebf692..e285265dab8 100644 --- a/devel/libebml/PLIST +++ b/devel/libebml/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2004/04/07 11:47:46 salo Exp $ +@comment $NetBSD: PLIST,v 1.3 2005/04/18 00:13:05 salo Exp $ include/ebml/Debug.h include/ebml/EbmlBinary.h include/ebml/EbmlConfig.h @@ -26,5 +26,7 @@ include/ebml/MemIOCallback.h include/ebml/StdIOCallback.h include/ebml/c/libebml_t.h lib/libebml.a +lib/libebml.so +lib/libebml.so.0 @dirrm include/ebml/c @dirrm include/ebml diff --git a/devel/libebml/buildlink3.mk b/devel/libebml/buildlink3.mk index c804d000e29..0c3d833de76 100644 --- a/devel/libebml/buildlink3.mk +++ b/devel/libebml/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2005/02/17 10:52:02 salo Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2005/04/18 00:13:05 salo Exp $ # # This Makefile fragment is included by packages that use libebml. # @@ -16,7 +16,7 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibebml} BUILDLINK_PACKAGES+= libebml .if !empty(LIBEBML_BUILDLINK3_MK:M+) -BUILDLINK_DEPENDS.libebml+= libebml>=0.7.3 +BUILDLINK_DEPENDS.libebml+= libebml>=0.7.4 BUILDLINK_PKGSRCDIR.libebml?= ../../devel/libebml .endif # LIBEBML_BUILDLINK3_MK diff --git a/devel/libebml/distinfo b/devel/libebml/distinfo index 2f70f7cea5c..6ad03e66140 100644 --- a/devel/libebml/distinfo +++ b/devel/libebml/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2005/02/23 22:24:17 agc Exp $ +$NetBSD: distinfo,v 1.9 2005/04/18 00:13:05 salo Exp $ -SHA1 (libebml-0.7.3.tar.bz2) = a7da238f926665c586ea3684eb34a1f5190fc0de -RMD160 (libebml-0.7.3.tar.bz2) = 0e0b298e5e039b4c1d69ae60599c7e990ef2a0d6 -Size (libebml-0.7.3.tar.bz2) = 52827 bytes +SHA1 (libebml-0.7.4.tar.bz2) = 325a25673e4d15a793622b273deab241b946de5f +RMD160 (libebml-0.7.4.tar.bz2) = 11f6a088cfa65f6213733ab62718567f8c365ddc +Size (libebml-0.7.4.tar.bz2) = 53950 bytes SHA1 (patch-aa) = 97ae2bfb8554556d5389ec02aee84e7162282d73 |