
CVS log for pkgsrc/audio/libvorbis/Makefile
Up to [NetBSD + pkgsrc-wip] / pkgsrc / audio / libvorbis
Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
Revision 1.54: download - view: text, markup, annotated - select for diffs
Mon Mar 5 13:15:06 2012 UTC (2 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
HEAD
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +2 -2
lines
Reset maintainer, do not use it much any longer.
Revision 1.53: download - view: text, markup, annotated - select for diffs
Tue Feb 21 13:05:57 2012 UTC (2 months, 3 weeks ago) by drochner
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +3 -4
lines
update to 1.3.3
integrates the fix for CVE-2012-0444
Revision 1.51.10.1: download - view: text, markup, annotated - select for diffs
Sat Feb 18 23:17:50 2012 UTC (2 months, 3 weeks ago) by tron
Branches: pkgsrc-2011Q4
Diff to: previous 1.51: preferred, colored; next MAIN 1.52: preferred, colored
Changes since revision 1.51: +2 -1
lines
Pullup ticket #3684 - requested by drochner
audio/libvorbis: security patch
Revisions pulled up:
- audio/libvorbis/Makefile 1.52
- audio/libvorbis/distinfo 1.21
- audio/libvorbis/patches/patch-CVE-2012-0444 1.1
---
Module Name: pkgsrc
Committed By: drochner
Date: Fri Feb 17 12:23:24 UTC 2012
Modified Files:
pkgsrc/audio/libvorbis: Makefile distinfo
Added Files:
pkgsrc/audio/libvorbis/patches: patch-CVE-2012-0444
Log Message:
add patch from upstream to fix possible memory corruption by
malicious Ogg Vorbis files
bump PKGREV
Revision 1.52: download - view: text, markup, annotated - select for diffs
Fri Feb 17 12:23:24 2012 UTC (2 months, 4 weeks ago) by drochner
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -1
lines
add patch from upstream to fix possible memory corruption by
malicious Ogg Vorbis files
bump PKGREV
Revision 1.51: download - view: text, markup, annotated - select for diffs
Tue Nov 9 13:12:11 2010 UTC (18 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4
Branch point for: pkgsrc-2011Q4
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +5 -4
lines
Changes 1.3.2:
* vorbis: additional proofing against invalid/malicious
streams in floor, residue, and bos/eos packet trimming
code (see SVN for details).
* vorbis: Added programming documentation tree for the
low-level calls
* vorbisfile: Correct handling of serial numbers array
element [0] on non-seekable streams
* vorbisenc: Back out an [old] AoTuV HF weighting that was
first enabled in 1.3.0; there are a few samples where I
really don't like the effect it causes.
* vorbis: return correct timestamp for granule positions
with high bit set.
* vorbisfile: the [undocumented] half-rate decode api made no
attempt to keep the pcm offset tracking consistent in seeks.
Fix and add a testing mode to seeking_example.c to torture
test seeking in halfrate mode. Also remove requirement that
halfrate mode only work with seekable files.
* vorbisfile: Fix a chaining bug in raw_seeks where seeking
out of the current link would fail due to not
reinitializing the decode machinery.
* vorbisfile: improve seeking strategy. Reduces the
necessary number of seek callbacks in an open or seek
operation by well over 2/3.
Revision 1.50: download - view: text, markup, annotated - select for diffs
Fri Apr 23 21:45:19 2010 UTC (2 years ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -3
lines
Update to 1.3.1:
libvorbis 1.3.1 (2010-02-26) -- "Xiph.Org libVorbis I 20100325 (Everywhere)"
* tweak + minor arithmetic fix in floor1 fit
* revert noise norm to conservative 1.2.3 behavior pending
more listening testing
libvorbis 1.3.0 (2010-02-25) -- unreleased staging snapshot
* Optimized surround support for 5.1 encoding at 44.1/48kHz
* Added encoder control call to disable channel coupling
* Correct an overflow bug in very low-bitrate encoding on 32 bit
machines that caused inflated bitrates
* Numerous API hardening, leak and build fixes
* Correct bug in 22kHz compand setup that could cause a crash
* Correct bug in 16kHz codebooks that could cause unstable pure
tones at high bitrates
Revision 1.48.2.1: download - view: text, markup, annotated - select for diffs
Thu Dec 3 10:16:10 2009 UTC (2 years, 5 months ago) by tron
Branches: pkgsrc-2009Q3
Diff to: previous 1.48: preferred, colored; next MAIN 1.49: preferred, colored
Changes since revision 1.48: +2 -1
lines
Pullup ticket #2943 - requested by wiz
libvorbis: security patch
Revisions pulled up:
- audio/libvorbis/Makefile 1.49
- audio/libvorbis/distinfo 1.18
- audio/libvorbis/patches/patch-aa 1.5
- audio/libvorbis/patches/patch-ab 1.5
---
Module Name: pkgsrc
Committed By: wiz
Date: Wed Dec 2 12:41:25 UTC 2009
Modified Files:
pkgsrc/audio/libvorbis: Makefile distinfo
Added Files:
pkgsrc/audio/libvorbis/patches: patch-aa patch-ab
Log Message:
Apply some possible security fixes from upstream SVN.
Glanced from links in mozilla advisory
http://www.mozilla.org/security/announce/2009/mfsa2009-63.html
and Fedora Core patches for 1.2.0.
Bump PKGREVISION.
Revision 1.49: download - view: text, markup, annotated - select for diffs
Wed Dec 2 12:41:25 2009 UTC (2 years, 5 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -1
lines
Apply some possible security fixes from upstream SVN.
Glanced from links in mozilla advisory
http://www.mozilla.org/security/announce/2009/mfsa2009-63.html
and Fedora Core patches for 1.2.0.
Bump PKGREVISION.
Revision 1.47.14.1: download - view: text, markup, annotated - select for diffs
Sun Aug 23 10:33:57 2009 UTC (2 years, 8 months ago) by tron
Branches: pkgsrc-2009Q2
Diff to: previous 1.47: preferred, colored; next MAIN 1.48: preferred, colored
Changes since revision 1.47: +3 -9
lines
Pullup ticket #2871 - requested by wiz
libvorbis: security update
Revisions pulled up:
- audio/libvorbis/Makefile 1.48
- audio/libvorbis/PLIST 1.10
- audio/libvorbis/distinfo 1.17
- audio/libvorbis/patches/patch-aa delete
- audio/libvorbis/patches/patch-ab delete
- audio/libvorbis/patches/patch-ac delete
- audio/libvorbis/patches/patch-ad delete
---
Module Name: pkgsrc
Committed By: wiz
Date: Fri Jul 17 20:28:21 UTC 2009
Modified Files:
pkgsrc/audio/libvorbis: Makefile PLIST distinfo
Removed Files:
pkgsrc/audio/libvorbis/patches: patch-aa patch-ab patch-ac patch-ad
Log Message:
Update to 1.2.3. Set LICENSE.
Two of the patches were from upstream CVS, the other two are not needed
any longer because the configure script was improved.
libvorbis 1.2.3 (2009-07-09) -- "Xiph.Org libVorbis I 20090709"
* correct a vorbisfile bug that prevented proper playback of
Vorbis files where all audio in a logical stream is in a
single page
* Additional decode setup hardening against malicious streams
* Add 'OV_EXCLUDE_STATIC_CALLBACKS' define for developers who
wish to avoid avoid unused symbol warnings from the static
callbacks defined in vorbisfile.h
libvorbis 1.2.2 (2009-06-24) -- "Xiph.Org libVorbis I 20090624"
* define VENDOR and ENCODER strings
* seek correctly in files bigger than 2 GB (Windows)
* fix regression from CVE-2008-1420; 1.0b1 files work again
* mark all tables as constant to reduce memory occupation
* additional decoder hardening against malicious streams
* substantially reduce amount of seeking performed by Vorbisfile
* Multichannel decode bugfix
* build system updates
* minor specification clarifications/fixes
libvorbis 1.2.1 (unreleased) -- "Xiph.Org libVorbis I 20080501"
* Improved robustness with corrupt streams.
* New ov_read_filter() vorbisfile call allows filtering decoded
audio as floats before converting to integer samples.
* Fix an encoder bug with multichannel streams.
* Replaced RTP payload format draft with RFC 5215.
* Bare bones self test under 'make check'.
* Fix a problem encoding some streams between 14 and 28 kHz.
* Fix a numerical instability in the edge extrapolation filter.
* Build system improvements.
* Specification correction.
Revision 1.48: download - view: text, markup, annotated - select for diffs
Fri Jul 17 20:28:21 2009 UTC (2 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2009Q3-base
Branch point for: pkgsrc-2009Q3
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +3 -9
lines
Update to 1.2.3. Set LICENSE.
Two of the patches were from upstream CVS, the other two are not needed
any longer because the configure script was improved.
libvorbis 1.2.3 (2009-07-09) -- "Xiph.Org libVorbis I 20090709"
* correct a vorbisfile bug that prevented proper playback of
Vorbis files where all audio in a logical stream is in a
single page
* Additional decode setup hardening against malicious streams
* Add 'OV_EXCLUDE_STATIC_CALLBACKS' define for developers who
wish to avoid avoid unused symbol warnings from the static
callbacks defined in vorbisfile.h
libvorbis 1.2.2 (2009-06-24) -- "Xiph.Org libVorbis I 20090624"
* define VENDOR and ENCODER strings
* seek correctly in files bigger than 2 GB (Windows)
* fix regression from CVE-2008-1420; 1.0b1 files work again
* mark all tables as constant to reduce memory occupation
* additional decoder hardening against malicious streams
* substantially reduce amount of seeking performed by Vorbisfile
* Multichannel decode bugfix
* build system updates
* minor specification clarifications/fixes
libvorbis 1.2.1 (unreleased) -- "Xiph.Org libVorbis I 20080501"
* Improved robustness with corrupt streams.
* New ov_read_filter() vorbisfile call allows filtering decoded
audio as floats before converting to integer samples.
* Fix an encoder bug with multichannel streams.
* Replaced RTP payload format draft with RFC 5215.
* Bare bones self test under 'make check'.
* Fix a problem encoding some streams between 14 and 28 kHz.
* Fix a numerical instability in the edge extrapolation filter.
* Build system improvements.
* Specification correction.
Revision 1.46.6.1: download - view: text, markup, annotated - select for diffs
Thu May 22 13:54:10 2008 UTC (3 years, 11 months ago) by ghen
Branches: pkgsrc-2008Q1
Diff to: previous 1.46: preferred, colored; next MAIN 1.47: preferred, colored
Changes since revision 1.46: +2 -1
lines
Pullup ticket 2393 - requested by drochner
security fixes for libvorbis
- pkgsrc/audio/libvorbis/Makefile 1.47
- pkgsrc/audio/libvorbis/distinfo 1.15
- pkgsrc/audio/libvorbis/patches/patch-aa 1.3
- pkgsrc/audio/libvorbis/patches/patch-ab 1.3
Module Name: pkgsrc
Committed By: drochner
Date: Wed May 14 16:36:18 UTC 2008
Modified Files:
pkgsrc/audio/libvorbis: Makefile distinfo
Added Files:
pkgsrc/audio/libvorbis/patches: patch-aa patch-ab
Log Message:
pull some patches from upstream CVS to fix integer overflows /
buffer overflows (CVE-2008-1419, CVE-2008-1420, CVE-2008-1423),
bump PKGREVISION
Revision 1.47: download - view: text, markup, annotated - select for diffs
Wed May 14 16:36:18 2008 UTC (4 years ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Branch point for: pkgsrc-2009Q2
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -1
lines
pull some patches from upstream CVS to fix integer overflows /
buffer overflows (CVE-2008-1419, CVE-2008-1420, CVE-2008-1423),
bump PKGREVISION
Revision 1.46: download - view: text, markup, annotated - select for diffs
Sat Jul 28 07:58:48 2007 UTC (4 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2008Q1-base,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3
Branch point for: pkgsrc-2008Q1
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -2
lines
Update to 1.2.0:
libvorbis 1.2.0 (2007-07-25) -- "Xiph.Org libVorbis I 20070622"
* new ov_fopen() convenience call that avoids the common
stdio conflicts with ov_open() and MSVC runtimes.
* libvorbisfile now handles multiplexed streams
* improve robustness to corrupt input streams
* fix a minor encoder bug
* updated RTP draft
* build system updates
* minor corrections to the specification
Revision 1.45: download - view: text, markup, annotated - select for diffs
Thu Nov 2 17:59:37 2006 UTC (5 years, 6 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -1
lines
DESTDIR support.
Revision 1.44: download - view: text, markup, annotated - select for diffs
Wed Oct 4 20:44:19 2006 UTC (5 years, 7 months ago) by wiz
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -2
lines
Update MASTER_SITES and HOMEPAGE, from Sergey Svishchev.
Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu Jun 15 13:38:51 2006 UTC (5 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -2
lines
Take maintainership.
Revision 1.42: download - view: text, markup, annotated - select for diffs
Sat Apr 22 07:32:24 2006 UTC (6 years ago) by lukem
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -2
lines
Reset MAINTAINER; I don't have the time nor inclination to maintain
these any more.
Revision 1.41: download - view: text, markup, annotated - select for diffs
Wed Dec 7 17:50:37 2005 UTC (6 years, 5 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -2
lines
Update to 1.1.2:
libvorbis 1.1.2 (2005-11-27) -- "Xiph.Org libVorbis I 20050304"
* fix a serious encoder bug with gcc 4 optimized builds
* documentation and spec fixes
* updated VS2003 and XCode builds
* new draft RTP encapsulation spec
Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon Dec 5 20:49:48 2005 UTC (6 years, 5 months ago) by rillig
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -2
lines
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Revision 1.39: download - view: text, markup, annotated - select for diffs
Sat Oct 15 18:14:03 2005 UTC (6 years, 7 months ago) by wiz
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -3
lines
Update to 1.1.1.
This releases includes some bug and documentation fixes, but no new
encoder modes.
Revision 1.37.2.1: download - view: text, markup, annotated - select for diffs
Wed Aug 24 09:26:00 2005 UTC (6 years, 8 months ago) by salo
Branches: pkgsrc-2005Q2
Diff to: previous 1.37: preferred, colored; next MAIN 1.38: preferred, colored
Changes since revision 1.37: +2 -2
lines
Pullup ticket 710 - requested by Grant Beattie
portability PKGREVISION bump for libvorbis
Revisions pulled up:
- pkgsrc/audio/libvorbis/Makefile 1.38
Module Name: pkgsrc
Committed By: grant
Date: Sat Aug 20 11:36:05 UTC 2005
Modified Files:
pkgsrc/audio/libvorbis: Makefile
Log Message:
bump PKGREVISION for wrapper -fast -xnolibmopt fix. this was the only
package which used -fast which was actually building.
Revision 1.38: download - view: text, markup, annotated - select for diffs
Sat Aug 20 11:36:05 2005 UTC (6 years, 8 months ago) by grant
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2
lines
bump PKGREVISION for wrapper -fast -xnolibmopt fix. this was the only
package which used -fast which was actually building.
Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Apr 11 21:44:54 2005 UTC (7 years, 1 month ago) by tv
Branches: MAIN
CVS tags: pkgsrc-2005Q2-base
Branch point for: pkgsrc-2005Q2
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -2
lines
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun Oct 3 00:13:07 2004 UTC (7 years, 7 months ago) by tv
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -1
lines
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
Revision 1.35: download - view: text, markup, annotated - select for diffs
Fri Sep 24 13:04:40 2004 UTC (7 years, 7 months ago) by wiz
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +3 -3
lines
Update to 1.1.0:
libvorbis 1.1.0 (2004-09-22) -- "Xiph.Org libVorbis I 20040629"
* merges tuning improvements from Aoyumi's aoTuV with fixups
* new managed bitrate (CBR) mode support
* new vorbis_encoder_ctl() interface
* extensive documentation updates
* application/ogg mimetype is now official
* autotools cleanup from Thomas Vander Stichele
* SymbianOS build support from Colin Ward at CSIRO
* various bugfixes
* various packaging improvements
Package change:
install documentation in share/doc instead of share/doc/html.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon May 31 16:47:47 2004 UTC (7 years, 11 months ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -1
lines
Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Apr 12 23:15:01 2004 UTC (8 years, 1 month ago) by salo
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +3 -2
lines
Follow libogg into multimedia/.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Mar 22 22:35:40 2004 UTC (8 years, 1 month ago) by snj
Branches: MAIN
CVS tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +4 -1
lines
Fix build with gcc2 on sparc64.
Revision 1.31: download - view: text, markup, annotated - select for diffs
Sat Feb 14 18:48:49 2004 UTC (8 years, 3 months ago) by jlam
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +3 -3
lines
bl3ify
Revision 1.30: download - view: text, markup, annotated - select for diffs
Sat Feb 14 18:26:27 2004 UTC (8 years, 3 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +4 -4
lines
PKGCONFIG_OVERRIDE is relative to WRKSRC.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Feb 14 17:21:33 2004 UTC (8 years, 3 months ago) by jlam
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -2
lines
LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Feb 1 01:43:28 2004 UTC (8 years, 3 months ago) by jlam
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2
lines
In the new compiler selection framework, GCC_REQD is appended to, not
overridden.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Dec 8 14:39:39 2003 UTC (8 years, 5 months ago) by wiz
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +6 -5
lines
Update to 1.0.1:
* Corrects errors in the Vorbis specification documentation.
* Specification converted to DocBook format.
* Added timebase conversion call to libvorbis.
* Fixes ov_time_tell() bug for non-seekable streams.
* Various decoding fixes.
* Addition of ov_crosslap() which allows smooth transitions between
two vorbis segments.
* Numerous seeking fixes and optimizations.
* Fixed bugs affecting decode of one-audio-page samples.
* Added ov_halfrate() which allows a "free" conversion from the
source sample rate to half of the source rate.
* Improved handling of quiet signals in low bitrate modes
Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Sep 25 13:00:18 2003 UTC (8 years, 7 months ago) by grant
Branches: MAIN
CVS tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +3 -1
lines
set GCC_REQD=2.95.3. noted by seb.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Sep 25 01:27:35 2003 UTC (8 years, 7 months ago) by grant
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -2
lines
don't include mk/compiler.mk, it isn't necessary and breaks things.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Sep 12 17:55:53 2003 UTC (8 years, 8 months ago) by recht
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2
lines
gcc.buildlink2.mk is no more. So, include compiler.mk instead.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Jul 17 21:22:45 2003 UTC (8 years, 10 months ago) by grant
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2
lines
s/netbsd.org/NetBSD.org/
Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Jun 2 14:05:01 2003 UTC (8 years, 11 months ago) by abs
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2
lines
Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3
is accepted. Suggested by Grant.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Oct 2 19:45:55 2002 UTC (9 years, 7 months ago) by wiz
Branches: MAIN
CVS tags: netbsd-1-6-1-base,
netbsd-1-6-1
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -3
lines
Remove commented out BUILD_DEPENDS.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Oct 2 08:41:23 2002 UTC (9 years, 7 months ago) by jlam
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -7
lines
Use gcc/buildlink2.mk instead of Makefile.gcc.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Aug 25 18:38:16 2002 UTC (9 years, 8 months ago) by jlam
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -5
lines
Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk. This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.
Revision 1.17.2.3: download - view: text, markup, annotated - select for diffs
Thu Aug 22 11:09:55 2002 UTC (9 years, 8 months ago) by jlam
Branches: buildlink2
Diff to: previous 1.17.2.2: preferred, colored; branchpoint 1.17: preferred, colored; next MAIN 1.18: preferred, colored
Changes since revision 1.17.2.2: +4 -4
lines
Merge changes from pkgsrc-current into the buildlink2 branch for the
packages that have buildlink2.mk files.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Aug 5 13:11:22 2002 UTC (9 years, 9 months ago) by lukem
Branches: MAIN
CVS tags: netbsd-1-6-RELEASE-base,
netbsd-1-6,
buildlink2-base
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +5 -5
lines
Update to libvorbis 1.0.
Revision 1.17.2.2: download - view: text, markup, annotated - select for diffs
Fri Jun 21 23:04:59 2002 UTC (9 years, 10 months ago) by jlam
Branches: buildlink2
Diff to: previous 1.17.2.1: preferred, colored; branchpoint 1.17: preferred, colored
Changes since revision 1.17.2.1: +2 -2
lines
Rename USE_BUILDLINK2_ONLY to USE_BUILDLINK2 for less verbosity. Also
convert a few more packages to use the buildlink2 framework.
Revision 1.17.2.1: download - view: text, markup, annotated - select for diffs
Thu Jun 6 06:54:33 2002 UTC (9 years, 11 months ago) by jlam
Branches: buildlink2
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +4 -6
lines
* Convert some more packages to use the buildlink2 framework.
* Re-add EVAL_PREFIX lines that I shouldn't have removed from the
buildlink2.mk files.
* Add several more new buildlink2.mk files to facilitate converting more
packages.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Mar 5 17:45:03 2002 UTC (10 years, 2 months ago) by skrll
Branches: MAIN
CVS tags: pkgviews-base,
pkgviews,
netbsd-1-5-PATCH003
Branch point for: buildlink2
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2
lines
This pkg doesn't need automake to build.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Jan 4 13:27:06 2002 UTC (10 years, 4 months ago) by tron
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -1
lines
Add a comment why the "gcc" package is used on system with "egcs" in the
base system.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Jan 3 22:01:59 2002 UTC (10 years, 4 months ago) by tron
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2
lines
Build package with "gcc" package systems with "egcs" in base distribution
instead of bailing out.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Jan 2 12:39:36 2002 UTC (10 years, 4 months ago) by lukem
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +4 -4
lines
Update from 1.0.0.6 (1.0 rc2) to 1.0.0.7 (1.0 rc3).
No real notable changes.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Dec 30 08:00:46 2001 UTC (10 years, 4 months ago) by lukem
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -7
lines
don't compile these packages if egcs is the compiler, as it generates
bad ogg files.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Dec 29 16:53:34 2001 UTC (10 years, 4 months ago) by abs
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +9 -1
lines
Fix audio/libvorbis to work on 1.5 arm32 platforms - avoid optimisation when
compiling floor1.c
Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Nov 29 19:46:10 2001 UTC (10 years, 5 months ago) by jlam
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -2
lines
A dependency on automake implies a dependency on autoconf; there's no need
to list them both when we listing just automake will do.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Oct 4 03:49:54 2001 UTC (10 years, 7 months ago) by jlam
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +6 -4
lines
Workaround a bug in the configure script where the prefix used to search
for the Ogg headers and libraries is missing when it's not supplied to the
configure script.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Aug 27 14:35:05 2001 UTC (10 years, 8 months ago) by tron
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2
lines
Use wildcard dependence on "autoconf" package.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Aug 26 10:32:18 2001 UTC (10 years, 8 months ago) by skrll
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2
lines
Update automake to 1.4-p5 (1.5 is available)
Include a bugfix for lisp_LISP independently discovered by me that has
been pulled up to the automake-1-4 branch of automake cvs.
Changes are:
New in 1.4-p5:
* Allow AM_PROG_LIBTOOL again.
* Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER.
* Display distributed file list correctly in usage message.
* Allow numbers in macro names.
* Bugfixes.
New in 1.4-p4:
* Deal with configure.ac as well as configure.in -- this time for real!
* The version numbering system now allows three point version numbers,
such as 1.4.4, without thinking they are alpha release numbers.
New in 1.4-p3:
* Deal with configure.ac as well as configure.in.
* Don't complain if `version.texi' is included in multiple places.
New in 1.4-p2:
* Deal with AC_CONFIG_FILES from autoconf-2.50.
* Improvements to f77 support.
* DESTDIR now works for script targets.
* distcheck-hook works correctly.
New in 1.4-p1:
* The version numbering system now allows fork identifiers (such as
the p1 in this version of automake).
* Cope gracefully with various versions of libtool which may or may not
require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh.
* Bugfixes.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Aug 14 14:53:20 2001 UTC (10 years, 9 months ago) by lukem
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -5
lines
update from libvorbis-1.0rc1 to libvorbis-1.0rc2.
changes:
* Powerful channel coupling system takes advantage of similarities between
channels to reduce bitrate.
* Additional encoding modes give more flexibility in bitrate selection.
64,80,96,128,160,192,256,350 stereo; 32,48,64,80,112,140 mono modes.
* Only 44.1KHz/48KHz is officially supported in this release. Lower
sample rates will work, but with much lower quality.
* Cascaded encoding makes libvorbis ready for future bitrate reduction tools.
* Decode engine bugfix ensures better compatibility with future Vorbis codecs.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Aug 8 09:55:28 2001 UTC (10 years, 9 months ago) by lukem
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -4
lines
update libvorbis from 1.0beta4 -> 1.0rc1, including removing a bunch
of patches which are now in the mainline code
Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Jun 26 13:07:37 2001 UTC (10 years, 10 months ago) by zuntum
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3
lines
o convert to use buildlink.mk
o add buildlink.mk for use by other packages
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Apr 11 09:00:45 2001 UTC (11 years, 1 month ago) by tron
Branches: MAIN
CVS tags: netbsd-1-5-PATCH001
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -1
lines
Update package list for changed version number.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Apr 5 13:18:52 2001 UTC (11 years, 1 month ago) by wiz
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -2
lines
Make dewey in PKGNAME sane, and update dependencies.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Apr 4 07:08:28 2001 UTC (11 years, 1 month ago) by tron
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -3
lines
Add missing build dependences on "autoconf" and "automake".
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Thu Mar 15 20:39:31 2001 UTC (11 years, 2 months ago) by wiz
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0
lines
Initial import of libvorbis, the library for the ogg vorbis audio
encoding format.
Package by Jeremy C. Reed, submitted in pkg/12414.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Mar 15 20:39:31 2001 UTC (11 years, 2 months ago) by wiz
Branches: MAIN
Initial revision
NetBSD-CVSweb <admin[at]NetBSD[dot]se>