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 | |
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')
-rw-r--r-- | audio/tremor/Makefile | 5 | ||||
-rw-r--r-- | audio/tremor/distinfo | 7 | ||||
-rw-r--r-- | audio/tremor/patches/patch-ab | 13 |
3 files changed, 6 insertions, 19 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/ diff --git a/audio/tremor/distinfo b/audio/tremor/distinfo index e1b04dfbc75..f0fe8b90b40 100644 --- a/audio/tremor/distinfo +++ b/audio/tremor/distinfo @@ -1,5 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/09/24 09:33:00 chris Exp $ +$NetBSD: distinfo,v 1.2 2002/10/16 20:04:54 chris Exp $ -SHA1 (tremor_snapshot_020923.tgz) = 868f74b1782b0d03a4dfe4d7cb1268fc55379b48 -Size (tremor_snapshot_020923.tgz) = 141357 bytes -SHA1 (patch-ab) = 5bf2c77a1a27e73264efa758615dcb1ec54ee522 +SHA1 (tremor_snapshot_021016.tgz) = f905f0830145a05c17a2dd7faf60d520c63c4eba +Size (tremor_snapshot_021016.tgz) = 146929 bytes diff --git a/audio/tremor/patches/patch-ab b/audio/tremor/patches/patch-ab deleted file mode 100644 index 679bec2ffe4..00000000000 --- a/audio/tremor/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 2002/09/24 09:33:00 chris Exp $ - ---- misc.h.orig Sat Sep 14 21:08:19 2002 -+++ misc.h Sat Sep 14 21:08:30 2002 -@@ -30,7 +30,7 @@ - #ifndef _V_WIDE_MATH - #define _V_WIDE_MATH - --#include <endian.h> -+#include <sys/endian.h> - - #if BYTE_ORDER==LITTLE_ENDIAN - union magic { |