Update of /cvsroot/fink/experimental/thesin/finkinfo/sound
In directory sc8-pr-cvs1:/tmp/cvs-serv8102
Added Files:
speex3-1.0.1-1.info speex3-1.0.1-1.patch
Log Message:
New upstream, new compat??; The changes in this release are as follows:
This release fixes several minor bugs that were found in version 1.0
as well as a major bug in the wideband encoding. This makes files
encoded with 1.0 play with lower quality on 1.0.1 decoders.
--- NEW FILE: speex3-1.0.1-1.info ---
Package: speex3
Version: 1.0.1
Revision: 1
###
Depends: libgnugetopt-shlibs, %N-shlibs (= %v-%r)
BuildDepends: libgnugetopt, libogg, dlcompat-dev
Conflicts: speex, speex1, speex2
Replaces: speex, speex1, speex2
###
Source: http://www.speex.org/download/speex-%v.tar.gz
Source-MD5: 20515626d2c755ca9216701b60c97120
###
Patch: %f.patch
###
NoSetLDFLAGS: true
SetLIBS: -L%p/lib
###
ConfigureParams: --with-ogg-dir=%p --with-pic --enable-shared --enable-static
--mandir=%i/share/man --infodir=%p/share/info --libexecdir=%p/lib
###
Splitoff: <<
Package: %N-shlibs
Depends: libgnugetopt-shlibs
Conflicts: speex-shlibs, speex2-shlibs
Replaces: speex-shlibs, speex2-shlibs
Files: <<
lib/libspeex.*.dylib
<<
Shlibs: <<
%p/lib/libspeex.1.dylib 3.0.0 speex3 (>= 1.0.1-1)
<<
DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
<<
Splitoff2: <<
Package: %N-bin
Depends: %N-shlibs (= %v-%r), libgnugetopt-shlibs, libogg-shlibs
Conflicts: speex, speex1-bin, speex2-bin
Replaces: speex, speex1-bin, speex2-bin
Files: <<
bin
<<
DocFiles: COPYING ChangeLog
<<
###
DocFiles: COPYING ChangeLog
###
Description: Voice compression format (codec)
DescDetail: <<
Speex is a patent-free compression format designed especially for speech. It
is specialized for voice communications at low bit-rates in the
8-32 kbps/channel range. Possible applications include Voice over IP (VoIP)
applications, Internet audio streaming at low bit-rate, and archiving of
speech data (e.g. voice mail).
<<
###
License: LGPL
Maintainer: Justin F. Hallett <[EMAIL PROTECTED]>
Homepage: http://speex.sourceforge.net/
--- NEW FILE: speex3-1.0.1-1.patch ---
diff -ruN speex-1.0.1.orig/libspeex/Makefile.in speex-1.0.1/libspeex/Makefile.in
--- speex-1.0.1.orig/libspeex/Makefile.in Wed Jun 4 15:22:45 2003
+++ speex-1.0.1/libspeex/Makefile.in Fri Jun 6 21:42:18 2003
@@ -104,13 +104,13 @@
noinst_PROGRAMS = testenc testenc_wb testenc_uwb
testenc_SOURCES = testenc.c
-testenc_LDADD = libspeex.la
+testenc_LDADD = -L$(top_srcdir)/libspeex -lspeex
testenc_wb_SOURCES = testenc_wb.c
-testenc_wb_LDADD = libspeex.la
+testenc_wb_LDADD = -L$(top_srcdir)/libspeex -lspeex
testenc_uwb_SOURCES = testenc_uwb.c
-testenc_uwb_LDADD = libspeex.la
+testenc_uwb_LDADD = -L$(top_srcdir)/libspeex -lspeex
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_CLEAN_FILES =
[...2743 lines suppressed...]
#include <windows.h>
diff -ruN speex-1.0.1.orig/src/speexenc.c speex-1.0.1/src/speexenc.c
--- speex-1.0.1.orig/src/speexenc.c Wed Jun 4 13:05:42 2003
+++ speex-1.0.1/src/speexenc.c Fri Jun 6 21:40:16 2003
@@ -32,13 +32,13 @@
#include <stdio.h>
#if !defined WIN32 && !defined _WIN32
#include <unistd.h>
-#include <getopt.h>
+#include "getopt.h"
#endif
#include <stdlib.h>
#include <string.h>
#include <time.h>
-#include "speex.h"
+#include "../libspeex/speex.h"
#include <ogg/ogg.h>
#include "wav_io.h"
#include "speex_header.h"
-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits