NetBSD.se

CVS log for pkgsrc/audio/speex/PLIST

[BACK] Up to [NetBSD + pkgsrc-wip] / pkgsrc / audio / speex

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Jun 14 17:32:22 2009 UTC (2 years, 11 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, HEAD
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -3 lines
Remove @dirrm entries from PLISTs

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Nov 8 21:06:46 2008 UTC (3 years, 6 months ago) by bjs
Branches: MAIN
CVS tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +12 -8 lines
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.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Sep 22 08:09:17 2004 UTC (7 years, 7 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2, pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -5 lines
Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Jul 23 15:48:47 2004 UTC (7 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +11 -3 lines
Update to 1.0.4:
* Headers are now in ${PREFIX}/include/speex/ (but a copy is still
  in ${PREFIX}/include for compat reasons).
* Pseudo-gapless playback (i.e. playback has the same number of
  samples)
* Fixed a potential bug (unconfirmed) that might cause a segfault
  in special circumstances.

Also includes a shlib major bump, so update DEPENDS in buildlink3.mk.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Dec 8 19:28:49 2003 UTC (8 years, 5 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Update to 1.0.3:
In this bugfix release: a fix for a multithreading bug and a
correction for an underflow problem that could slow decoding
dramatically on x86 processors.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Oct 5 10:36:50 2003 UTC (8 years, 7 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Update to 1.0.2:
Just a bugfix release. This update adds soundcard support for
Solaris and the BSDs as well as minor bugfixes and a documentation
update.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Jun 5 13:18:10 2003 UTC (8 years, 11 months ago) by wiz
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +5 -5 lines
Update to 1.0.1:
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.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Mar 24 09:08:33 2003 UTC (9 years, 1 month ago) by wiz
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -4 lines
Update to 1.0:
The bit-stream and API have been frozen in this release.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon Mar 24 08:58:53 2003 UTC (9 years, 1 month ago) by wiz
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Re-import of audio/Speex as audio/speex.

Moved Speex to Speex-mixedcase in the repository [schmonz 2007-06-07]

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Mar 24 08:58:53 2003 UTC (9 years, 1 month ago) by wiz
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

NetBSD-CVSweb <admin[at]NetBSD[dot]se>