2009-12-07 01:01:04 +01:00
|
|
|
# $NetBSD: Makefile,v 1.29 2009/12/07 00:01:54 wiz Exp $
|
2003-03-24 09:58:53 +01:00
|
|
|
#
|
|
|
|
|
Update to speex-1.2rc1. This should be backward-compatible with
1.0.x versions. Pulseaudio (which I am working on) requires
this version; moreover, the 1.0.x releases are deprecated.
The ChangeLog is not kept up-to-date, but here are some highlights:
1.2rc1
--------
Again, this new releases brings many improvements. The RAM requirement for
wideband has gone down drastically (i.e. more than 2x). A new resampler
module has been added, providing arbitrary sampling rate conversion --
fast. The echo canceller has also been improved. A bug in 1.2beta1 that
made the echo canceller unstable has been fixed. The echo canceller should
now converge faster, be robust and tolerant of incorrect capture-playback
synchronisation. The preprocessor has also been greatly improved. Not only
should the quality be better, but it is now fully converted to
fixed-point. At last, early TriMedia support (incomplete) has been merged.
1.2beta3
--------
The most obvious change in this release is that all the non-codec
components (preprocessor, echo cancellation, jitter buffer) have been
moved to a new libspeexdsp library. Other changes include a new jitter
buffer algorithm and resampler improvements/fixes. This is also the first
release where libspeex can be built without any floating point support. To
do this, the float compatibility API must be disabled (--disable-float-api
or DISABLE_FLOAT_API) and the VBR feature must be disabled (--disable-vbr
or DISABLE_VBR).
1.2beta2
--------
This release adds support for acoustic echo cancellation with multiple
microphones and multiple loudspeakers. It also adds an API to decorrelate
loudspeaker signals to improve multi-channel performance. In the bugfix
department, there are fixes for a few bugs in the echo canceller, jitter
buffer and preprocessor. At this point, the API for 1.2 should be stable
and only a few very minor additions are planned.
2008-11-08 22:06:46 +01:00
|
|
|
DISTNAME= speex-1.2rc1
|
2009-09-06 10:15:04 +02:00
|
|
|
PKGREVISION= 1
|
2003-03-24 09:58:53 +01:00
|
|
|
CATEGORIES= audio
|
2006-03-11 04:15:07 +01:00
|
|
|
MASTER_SITES= http://downloads.us.xiph.org/releases/speex/
|
2003-03-24 09:58:53 +01:00
|
|
|
|
2009-12-07 01:01:04 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2003-03-24 09:58:53 +01:00
|
|
|
HOMEPAGE= http://www.speex.org/
|
2003-07-21 18:24:36 +02:00
|
|
|
COMMENT= Open-source, patent-free voice codec
|
2003-03-24 09:58:53 +01:00
|
|
|
|
2006-11-02 18:59:37 +01:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2003-03-24 09:58:53 +01:00
|
|
|
USE_LIBTOOL= YES
|
|
|
|
GNU_CONFIGURE= YES
|
2004-07-23 17:48:47 +02:00
|
|
|
PKGCONFIG_OVERRIDE= speex.pc.in
|
2009-09-06 10:15:04 +02:00
|
|
|
PKGCONFIG_OVERRIDE+= speexdsp.pc.in
|
2005-08-10 22:56:10 +02:00
|
|
|
USE_TOOLS+= pkg-config
|
2003-03-24 09:58:53 +01:00
|
|
|
|
|
|
|
# previous versions of the package were called Speex
|
|
|
|
CONFLICTS= Speex-[0-9]*
|
|
|
|
|
Update to speex-1.2rc1. This should be backward-compatible with
1.0.x versions. Pulseaudio (which I am working on) requires
this version; moreover, the 1.0.x releases are deprecated.
The ChangeLog is not kept up-to-date, but here are some highlights:
1.2rc1
--------
Again, this new releases brings many improvements. The RAM requirement for
wideband has gone down drastically (i.e. more than 2x). A new resampler
module has been added, providing arbitrary sampling rate conversion --
fast. The echo canceller has also been improved. A bug in 1.2beta1 that
made the echo canceller unstable has been fixed. The echo canceller should
now converge faster, be robust and tolerant of incorrect capture-playback
synchronisation. The preprocessor has also been greatly improved. Not only
should the quality be better, but it is now fully converted to
fixed-point. At last, early TriMedia support (incomplete) has been merged.
1.2beta3
--------
The most obvious change in this release is that all the non-codec
components (preprocessor, echo cancellation, jitter buffer) have been
moved to a new libspeexdsp library. Other changes include a new jitter
buffer algorithm and resampler improvements/fixes. This is also the first
release where libspeex can be built without any floating point support. To
do this, the float compatibility API must be disabled (--disable-float-api
or DISABLE_FLOAT_API) and the VBR feature must be disabled (--disable-vbr
or DISABLE_VBR).
1.2beta2
--------
This release adds support for acoustic echo cancellation with multiple
microphones and multiple loudspeakers. It also adds an API to decorrelate
loudspeaker signals to improve multi-channel performance. In the bugfix
department, there are fixes for a few bugs in the echo canceller, jitter
buffer and preprocessor. At this point, the API for 1.2 should be stable
and only a few very minor additions are planned.
2008-11-08 22:06:46 +01:00
|
|
|
CONFIGURE_ARGS+= --with-ogg-dir=${BUILDLINK_PREFIX.libogg:Q}
|
2003-03-24 09:58:53 +01:00
|
|
|
|
2004-09-05 20:06:40 +02:00
|
|
|
# Avoid an ICE in gcc2 on sparc64
|
2007-02-22 20:26:05 +01:00
|
|
|
CONFIGURE_ENV+= F77=${FALSE:Q}
|
2004-09-05 20:06:40 +02:00
|
|
|
|
2005-06-04 01:02:13 +02:00
|
|
|
BUILDLINK_TRANSFORM+= l:gnugetopt:getopt
|
2005-05-06 06:26:58 +02:00
|
|
|
|
Update to speex-1.2rc1. This should be backward-compatible with
1.0.x versions. Pulseaudio (which I am working on) requires
this version; moreover, the 1.0.x releases are deprecated.
The ChangeLog is not kept up-to-date, but here are some highlights:
1.2rc1
--------
Again, this new releases brings many improvements. The RAM requirement for
wideband has gone down drastically (i.e. more than 2x). A new resampler
module has been added, providing arbitrary sampling rate conversion --
fast. The echo canceller has also been improved. A bug in 1.2beta1 that
made the echo canceller unstable has been fixed. The echo canceller should
now converge faster, be robust and tolerant of incorrect capture-playback
synchronisation. The preprocessor has also been greatly improved. Not only
should the quality be better, but it is now fully converted to
fixed-point. At last, early TriMedia support (incomplete) has been merged.
1.2beta3
--------
The most obvious change in this release is that all the non-codec
components (preprocessor, echo cancellation, jitter buffer) have been
moved to a new libspeexdsp library. Other changes include a new jitter
buffer algorithm and resampler improvements/fixes. This is also the first
release where libspeex can be built without any floating point support. To
do this, the float compatibility API must be disabled (--disable-float-api
or DISABLE_FLOAT_API) and the VBR feature must be disabled (--disable-vbr
or DISABLE_VBR).
1.2beta2
--------
This release adds support for acoustic echo cancellation with multiple
microphones and multiple loudspeakers. It also adds an API to decorrelate
loudspeaker signals to improve multi-channel performance. In the bugfix
department, there are fixes for a few bugs in the echo canceller, jitter
buffer and preprocessor. At this point, the API for 1.2 should be stable
and only a few very minor additions are planned.
2008-11-08 22:06:46 +01:00
|
|
|
.include "options.mk"
|
|
|
|
|
2005-05-06 06:26:58 +02:00
|
|
|
.include "../../devel/libgetopt/buildlink3.mk"
|
2004-04-13 01:15:01 +02:00
|
|
|
.include "../../multimedia/libogg/buildlink3.mk"
|
|
|
|
|
2006-03-09 22:04:39 +01:00
|
|
|
.include "../../mk/oss.buildlink3.mk"
|
2003-03-24 09:58:53 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|