diff options
author | chris <chris@pkgsrc.org> | 2002-10-16 20:04:53 +0000 |
---|---|---|
committer | chris <chris@pkgsrc.org> | 2002-10-16 20:04:53 +0000 |
commit | 5e0f8541d917656d446162d05d49b9c218d51adf (patch) | |
tree | 899503a670a4a7e42bcc3ca803d9e535d2079cb5 /audio/tremor/Makefile | |
parent | c10ef74fe52e073e0ed48dc9733a950ed6848820 (diff) | |
download | pkgsrc-5e0f8541d917656d446162d05d49b9c218d51adf.tar.gz |
Update tremor library to a newer snapshot, mostly more optimisation,
a few bug fixes, removes the need for patches.
Diffstat (limited to 'audio/tremor/Makefile')
-rw-r--r-- | audio/tremor/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/tremor/Makefile b/audio/tremor/Makefile index 906d38e91a5..aa9139e2009 100644 --- a/audio/tremor/Makefile +++ b/audio/tremor/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2002/10/02 18:13:16 dillo Exp $ +# $NetBSD: Makefile,v 1.4 2002/10/16 20:04:53 chris Exp $ -DISTNAME= tremor_snapshot_020923 +DISTNAME= tremor_snapshot_021016 PKGNAME= tremor-1.0.2 +PKGREVISION= 1 WRKSRC= ${WRKDIR}/Tremor CATEGORIES= devel audio MASTER_SITES= http://www.xiph.org/ogg/vorbis/download/ |