diff options
author | chris <chris@pkgsrc.org> | 2003-06-29 16:54:03 +0000 |
---|---|---|
committer | chris <chris@pkgsrc.org> | 2003-06-29 16:54:03 +0000 |
commit | fdb7dfcdb37fbe17c95fc0c63e4369d21492870c (patch) | |
tree | 0aa159a32a84400b942a98eb754148e3fafe5829 | |
parent | 098cc5097a9beb90749fe5ac407e203f1d2bd20b (diff) | |
download | pkgsrc-fdb7dfcdb37fbe17c95fc0c63e4369d21492870c.tar.gz |
Update tremor library to latest version (is a few months old, I've had the
update for a while)
Changes are mostly optisations, also changes in how memory is managed with
a view to using the minimum amount necessary.
-rw-r--r-- | audio/tremor/Makefile | 6 | ||||
-rw-r--r-- | audio/tremor/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/audio/tremor/Makefile b/audio/tremor/Makefile index b65b3959ad5..d672f115b4a 100644 --- a/audio/tremor/Makefile +++ b/audio/tremor/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2002/12/05 19:49:50 chris Exp $ +# $NetBSD: Makefile,v 1.6 2003/06/29 16:54:03 chris Exp $ -DISTNAME= tremor_snapshot_021205 +DISTNAME= tremor_snapshot_030406 PKGNAME= tremor-1.0.2 -PKGREVISION= 2 +PKGREVISION= 3 WRKSRC= ${WRKDIR}/Tremor CATEGORIES= devel audio MASTER_SITES= http://www.xiph.org/ogg/vorbis/download/ diff --git a/audio/tremor/distinfo b/audio/tremor/distinfo index f5c28219879..4b71a09a9c9 100644 --- a/audio/tremor/distinfo +++ b/audio/tremor/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2002/12/05 19:49:50 chris Exp $ +$NetBSD: distinfo,v 1.4 2003/06/29 16:54:03 chris Exp $ -SHA1 (tremor_snapshot_021205.tgz) = b040e66a8a11b3c78570a3fa053a2e0a00282fb4 -Size (tremor_snapshot_021205.tgz) = 146893 bytes +SHA1 (tremor_snapshot_030406.tgz) = f0df8d70e2aad9a345716b551ead826434134f39 +Size (tremor_snapshot_030406.tgz) = 151981 bytes |