head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.54 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.52 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.50 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.48 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.46 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.44 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.42 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.40 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.38 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.36 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.34 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.32 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.30 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.28 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.26 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.24 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.22 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.20 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.18 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.16 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.14 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.12 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.10 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.8 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.6 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.4 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.2 pkgsrc-2003Q4-base:1.4 netbsd-1-6-1:1.2.0.2 netbsd-1-6-1-base:1.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2003.03.24.09.00.48; author wiz; state dead; branches; next 1.3; 1.3 date 2003.03.04.15.18.36; author wiz; state Exp; branches; next 1.2; 1.2 date 2003.01.03.18.54.45; author wiz; state Exp; branches; next 1.1; 1.1 date 2002.10.13.16.04.48; author wiz; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2002.10.13.16.04.48; author wiz; state Exp; branches; next ; desc @@ 1.4 log @Rename Speex to speex. @ text @$NetBSD: patch-ab,v 1.3 2003/03/04 15:18:36 wiz Exp $ --- src/Makefile.in.orig Mon Mar 3 08:13:28 2003 +++ src/Makefile.in @@@@ -89,7 +89,7 @@@@ src = @@src@@ INCLUDES = -I$(top_srcdir)/libspeex $(OGG_INCLUDES) -mandir = $(prefix)/share/man +mandir = $(prefix)/man man_MANS = speexenc.1 speexdec.1 EXTRA_DIST = $(man_MANS) getopt_win.h getopt.c getopt1.c wave_out.c wave_out.h @@@@ -100,10 +100,10 @@@@ noinst_HEADERS = wav_io.h bin_PROGRAMS = speexenc speexdec speexenc_SOURCES = speexenc.c wav_io.c -speexenc_LDADD = $(top_srcdir)/libspeex/libspeex.la $(OGG_LDFLAGS) $(OGG_LIBS) +speexenc_LDADD = $(top_srcdir)/libspeex/libspeex.la $(OGG_LDFLAGS) $(OGG_LIBS) ${LIBOSSAUDIO} speexdec_SOURCES = speexdec.c wav_io.c -speexdec_LDADD = $(top_srcdir)/libspeex/libspeex.la $(OGG_LDFLAGS) $(OGG_LIBS) +speexdec_LDADD = $(top_srcdir)/libspeex/libspeex.la $(OGG_LDFLAGS) $(OGG_LIBS) ${LIBOSSAUDIO} mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_CLEAN_FILES = bin_PROGRAMS = speexenc$(EXEEXT) speexdec$(EXEEXT) @ 1.3 log @Update to 1.0rc3 (0.99.5): RC3 Released Sunday, March 2, 2003 Just some more bugfixes and tuning are in this release; If no bugs are found, this may be rebranded Speex 1.0. If there?s anything that doesn?t work, now is your last good time to report a bug. RC2 Released January 28, 2003 This is the second RC for Speex. It fixes some minor bugs and reduces the binary size somewhat as the codebooks were converted from float values to chars. As a result of this, files encoded with earlier versions will have a slight increase in noise (typically less than 1 dB) when decoded with the newer decoder. RC1 Released January 16, 2003 This is Release Candidate 1 for Speex 1.0. The only new feature (yes, I know beta4 was supposed to be feature-complete) is a very low bitrate (3.95 kbps) mode for narrowband. This release also fixes a number of bugs, including a fix for low-bitrate wideband encoding?however, this fix adds high-frequency noise during the decoding of beta4 and earlier data. Finally, the WAV handling is more robust and handles undocumented extensions better. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Fix location of installed man pages. Bump PKGREVISION. @ text @d3 1 a3 1 --- src/Makefile.in.orig Fri Dec 20 20:54:14 2002 d5 1 a5 1 @@@@ -92,7 +92,7 @@@@ src = @@src@@ d7 1 a7 1 INCLUDES = -I$(top_srcdir)/libspeex d14 1 a14 1 @@@@ -103,10 +103,10 @@@@ noinst_HEADERS = wav_io.h @ 1.1 log @Initial revision @ text @d3 1 a3 1 --- src/Makefile.in.orig Fri Oct 11 05:59:10 2002 d5 9 @ 1.1.1.1 log @Initial import of Speex-1.0beta1 (as 0.99.1) into pkgsrc. The Speex project aims to build an open-source, patent-free voice codec. Unlike other codecs like MP3 and Ogg Vorbis, Speex is specially designed for compressing voice at low bitrates in the 8-32 kbps/channel range. Possible applications include Voice over IP (VoIP), internet audio streaming, archiving of speech data (e.g. voice mail), and audio books. In some sense, it is meant to be complementary to the Ogg Vorbis codec. @ text @@