The NetBSD Project

CVS log for pkgsrc/audio/libvorbis/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / audio / libvorbis

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.64 / (download) - annotate - [select for diffs], Fri Aug 4 07:00:57 2023 UTC (7 weeks, 1 day ago) by adam
Branch: MAIN
CVS Tags: HEAD
Changes since 1.63: +2 -2 lines
Diff to previous 1.63 (colored)

libvorbis: fix for Darwin with ARM

Revision 1.63 / (download) - annotate - [select for diffs], Mon Jul 6 15:32:47 2020 UTC (3 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.62: +2 -3 lines
Diff to previous 1.62 (colored)

libvorbis: updated to 1.3.7

libvorbis 1.3.7
* Fix CVE-2018-10393 - out-of-bounds read encoding very low sample rates.
* Fix CVE-2017-14160 - out-of-bounds read encoding very low sample rates.
* Fix handling invalid bytes per sample arguments.
* Fix handling invalid channel count arguments.
* Fix invalid free on seek failure.
* Fix negative shift reading blocksize.
* Fix accepting unreasonable float32 values.
* Fix tag comparison depending on locale.
* Fix unnecessarily linking libm.
* Fix memory leak in test_sharedbook.
* Update Visual Studio projects for ogg library filename change.
* Distribute CMake build files with the source package.
* Remove unnecessary configure --target switch.
* Add gitlab CI support.
* Add OSS-Fuzz support.
* Build system and integration updates.

Revision 1.62 / (download) - annotate - [select for diffs], Mon Aug 6 13:25:38 2018 UTC (5 years, 1 month ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.61: +2 -1 lines
Diff to previous 1.61 (colored)

audio/libvorbis: Fix CVE-2017-14160, CVE-2018-10392, and CVE-2018-10393.

Bump PKGREVISION to 1.

Revision 1.59.6.1 / (download) - annotate - [select for diffs], Fri Mar 16 21:37:30 2018 UTC (5 years, 6 months ago) by spz
Branch: pkgsrc-2017Q4
Changes since 1.59: +2 -2 lines
Diff to previous 1.59 (colored) next main 1.60 (colored)

Pullup ticket #5722 - requested by maya
audio/libvorbis: security update

Revisions pulled up:
- audio/libvorbis/Makefile                                      1.60
- audio/libvorbis/distinfo                                      1.26

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	maya
   Date:		Fri Mar 16 20:23:53 UTC 2018

   Modified Files:
   	pkgsrc/audio/libvorbis: Makefile distinfo

   Log Message:
   libvorbis: update to 1.3.6. security fix.

   libvorbis 1.3.6 (2018-03-16) -- "Xiph.Org libVorbis I 20180316 (Now 100% fewer shells)"

   * Fix CVE-2018-5146 - out-of-bounds write on codebook decoding.
   * Fix CVE-2017-14632 - free() on unitialized data
   * Fix CVE-2017-14633 - out-of-bounds read
   * Fix bitrate metadata parsing.
   * Fix out-of-bounds read in codebook parsing.
   * Fix residue vector size in Vorbis I spec.
   * Appveyor support
   * Travis CI support
   * Add secondary CMake build system.
   * Build system fixes


   To generate a diff of this commit:
   cvs rdiff -u -r1.59 -r1.60 pkgsrc/audio/libvorbis/Makefile
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/audio/libvorbis/distinfo

Revision 1.61 / (download) - annotate - [select for diffs], Fri Mar 16 20:37:10 2018 UTC (5 years, 6 months ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.60: +2 -1 lines
Diff to previous 1.60 (colored)

libvorbis: add test target.

Revision 1.60 / (download) - annotate - [select for diffs], Fri Mar 16 20:23:53 2018 UTC (5 years, 6 months ago) by maya
Branch: MAIN
Changes since 1.59: +2 -2 lines
Diff to previous 1.59 (colored)

libvorbis: update to 1.3.6. security fix.

libvorbis 1.3.6 (2018-03-16) -- "Xiph.Org libVorbis I 20180316 (Now 100% fewer shells)"

* Fix CVE-2018-5146 - out-of-bounds write on codebook decoding.
* Fix CVE-2017-14632 - free() on unitialized data
* Fix CVE-2017-14633 - out-of-bounds read
* Fix bitrate metadata parsing.
* Fix out-of-bounds read in codebook parsing.
* Fix residue vector size in Vorbis I spec.
* Appveyor support
* Travis CI support
* Add secondary CMake build system.
* Build system fixes

Revision 1.59 / (download) - annotate - [select for diffs], Wed Aug 16 20:21:03 2017 UTC (6 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Branch point for: pkgsrc-2017Q4
Changes since 1.58: +2 -2 lines
Diff to previous 1.58 (colored)

Follow some http redirects.

Revision 1.58 / (download) - annotate - [select for diffs], Mon Mar 9 08:14:23 2015 UTC (8 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.57: +2 -2 lines
Diff to previous 1.57 (colored)

Update to 1.3.5:

libvorbis 1.3.5 (unreleased) -- "Xiph.Org libVorbis I 20150105 (ãû¨äÕäãû¨äÕä)"

* Tolerate single-entry codebooks.
* Fix decoder crash with invalid input.
* Fix encoder crash with non-positive sample rates.
# Fix issues in vorbisfile's seek bisection code.
* Spec errata.
* Reject multiple headers of the same type.
* Various build fixes and code cleanup.

Revision 1.57 / (download) - annotate - [select for diffs], Thu Oct 9 14:05:57 2014 UTC (8 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4
Changes since 1.56: +1 -3 lines
Diff to previous 1.56 (colored)

Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.

Revision 1.56 / (download) - annotate - [select for diffs], Mon Jan 27 20:17:01 2014 UTC (9 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.55: +2 -2 lines
Diff to previous 1.55 (colored)

Update to 1.3.4:

Xiph.Org is pleased to announce a full release of libvorbis 1.3.4.
The primary feature of this release is reduced static data size in
libvorbisenc, as well as associated minor changes required to
libvorbis and libvorbisfile. The release also contains minor build
fixes and build system updates. There are no functional changes
over the previous 1.3.3 release.

Revision 1.55 / (download) - annotate - [select for diffs], Wed Sep 12 00:24:45 2012 UTC (11 years ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3
Changes since 1.54: +1 -2 lines
Diff to previous 1.54 (colored)

"user-destdir" is default these days

Revision 1.54 / (download) - annotate - [select for diffs], Mon Mar 5 13:15:06 2012 UTC (11 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1
Changes since 1.53: +2 -2 lines
Diff to previous 1.53 (colored)

Reset maintainer, do not use it much any longer.

Revision 1.53 / (download) - annotate - [select for diffs], Tue Feb 21 13:05:57 2012 UTC (11 years, 7 months ago) by drochner
Branch: MAIN
Changes since 1.52: +3 -4 lines
Diff to previous 1.52 (colored)

update to 1.3.3
integrates the fix for CVE-2012-0444

Revision 1.51.10.1 / (download) - annotate - [select for diffs], Sat Feb 18 23:17:50 2012 UTC (11 years, 7 months ago) by tron
Branch: pkgsrc-2011Q4
Changes since 1.51: +2 -1 lines
Diff to previous 1.51 (colored) next main 1.52 (colored)

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) - annotate - [select for diffs], Fri Feb 17 12:23:24 2012 UTC (11 years, 7 months ago) by drochner
Branch: MAIN
Changes since 1.51: +2 -1 lines
Diff to previous 1.51 (colored)

add patch from upstream to fix possible memory corruption by
malicious Ogg Vorbis files
bump PKGREV

Revision 1.51 / (download) - annotate - [select for diffs], Tue Nov 9 13:12:11 2010 UTC (12 years, 10 months ago) by adam
Branch: 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
Changes since 1.50: +5 -4 lines
Diff to previous 1.50 (colored)

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) - annotate - [select for diffs], Fri Apr 23 21:45:19 2010 UTC (13 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2
Changes since 1.49: +2 -3 lines
Diff to previous 1.49 (colored)

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) - annotate - [select for diffs], Thu Dec 3 10:16:10 2009 UTC (13 years, 9 months ago) by tron
Branch: pkgsrc-2009Q3
Changes since 1.48: +2 -1 lines
Diff to previous 1.48 (colored) next main 1.49 (colored)

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) - annotate - [select for diffs], Wed Dec 2 12:41:25 2009 UTC (13 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4
Changes since 1.48: +2 -1 lines
Diff to previous 1.48 (colored)

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) - annotate - [select for diffs], Sun Aug 23 10:33:57 2009 UTC (14 years, 1 month ago) by tron
Branch: pkgsrc-2009Q2
Changes since 1.47: +3 -9 lines
Diff to previous 1.47 (colored) next main 1.48 (colored)

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) - annotate - [select for diffs], Fri Jul 17 20:28:21 2009 UTC (14 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base
Branch point for: pkgsrc-2009Q3
Changes since 1.47: +3 -9 lines
Diff to previous 1.47 (colored)

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) - annotate - [select for diffs], Thu May 22 13:54:10 2008 UTC (15 years, 4 months ago) by ghen
Branch: pkgsrc-2008Q1
Changes since 1.46: +2 -1 lines
Diff to previous 1.46 (colored) next main 1.47 (colored)

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) - annotate - [select for diffs], Wed May 14 16:36:18 2008 UTC (15 years, 4 months ago) by drochner
Branch: 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
Changes since 1.46: +2 -1 lines
Diff to previous 1.46 (colored)

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) - annotate - [select for diffs], Sat Jul 28 07:58:48 2007 UTC (16 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3
Branch point for: pkgsrc-2008Q1
Changes since 1.45: +2 -2 lines
Diff to previous 1.45 (colored)

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) - annotate - [select for diffs], Thu Nov 2 17:59:37 2006 UTC (16 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.44: +2 -1 lines
Diff to previous 1.44 (colored)

DESTDIR support.

Revision 1.44 / (download) - annotate - [select for diffs], Wed Oct 4 20:44:19 2006 UTC (16 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.43: +2 -2 lines
Diff to previous 1.43 (colored)

Update MASTER_SITES and HOMEPAGE, from Sergey Svishchev.

Revision 1.43 / (download) - annotate - [select for diffs], Thu Jun 15 13:38:51 2006 UTC (17 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored)

Take maintainership.

Revision 1.42 / (download) - annotate - [select for diffs], Sat Apr 22 07:32:24 2006 UTC (17 years, 5 months ago) by lukem
Branch: MAIN
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored)

Reset MAINTAINER; I don't have the time nor inclination to maintain
these any more.

Revision 1.41 / (download) - annotate - [select for diffs], Wed Dec 7 17:50:37 2005 UTC (17 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored)

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) - annotate - [select for diffs], Mon Dec 5 20:49:48 2005 UTC (17 years, 9 months ago) by rillig
Branch: MAIN
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored)

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) - annotate - [select for diffs], Sat Oct 15 18:14:03 2005 UTC (17 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.38: +2 -3 lines
Diff to previous 1.38 (colored)

Update to 1.1.1.
This releases includes some bug and documentation fixes, but no new
encoder modes.

Revision 1.37.2.1 / (download) - annotate - [select for diffs], Wed Aug 24 09:26:00 2005 UTC (18 years, 1 month ago) by salo
Branch: pkgsrc-2005Q2
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored) next main 1.38 (colored)

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) - annotate - [select for diffs], Sat Aug 20 11:36:05 2005 UTC (18 years, 1 month ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored)

bump PKGREVISION for wrapper -fast -xnolibmopt fix. this was the only
package which used -fast which was actually building.

Revision 1.37 / (download) - annotate - [select for diffs], Mon Apr 11 21:44:54 2005 UTC (18 years, 5 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base
Branch point for: pkgsrc-2005Q2
Changes since 1.36: +1 -2 lines
Diff to previous 1.36 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.36 / (download) - annotate - [select for diffs], Sun Oct 3 00:13:07 2004 UTC (18 years, 11 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.35: +2 -1 lines
Diff to previous 1.35 (colored)

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) - annotate - [select for diffs], Fri Sep 24 13:04:40 2004 UTC (19 years ago) by wiz
Branch: MAIN
Changes since 1.34: +3 -3 lines
Diff to previous 1.34 (colored)

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) - annotate - [select for diffs], Mon May 31 16:47:47 2004 UTC (19 years, 3 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.33: +3 -1 lines
Diff to previous 1.33 (colored)

Enable pkgviews installation.  Patches provided by Joachim Kuebart on
tech-pkg@.

Revision 1.33 / (download) - annotate - [select for diffs], Mon Apr 12 23:15:01 2004 UTC (19 years, 5 months ago) by salo
Branch: MAIN
Changes since 1.32: +3 -2 lines
Diff to previous 1.32 (colored)

Follow libogg into multimedia/.

Revision 1.32 / (download) - annotate - [select for diffs], Mon Mar 22 22:35:40 2004 UTC (19 years, 6 months ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.31: +4 -1 lines
Diff to previous 1.31 (colored)

Fix build with gcc2 on sparc64.

Revision 1.31 / (download) - annotate - [select for diffs], Sat Feb 14 18:48:49 2004 UTC (19 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.30: +3 -3 lines
Diff to previous 1.30 (colored)

bl3ify

Revision 1.30 / (download) - annotate - [select for diffs], Sat Feb 14 18:26:27 2004 UTC (19 years, 7 months ago) by jmmv
Branch: MAIN
Changes since 1.29: +4 -4 lines
Diff to previous 1.29 (colored)

PKGCONFIG_OVERRIDE is relative to WRKSRC.

Revision 1.29 / (download) - annotate - [select for diffs], Sat Feb 14 17:21:33 2004 UTC (19 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.28: +1 -2 lines
Diff to previous 1.28 (colored)

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) - annotate - [select for diffs], Sun Feb 1 01:43:28 2004 UTC (19 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored)

In the new compiler selection framework, GCC_REQD is appended to, not
overridden.

Revision 1.27 / (download) - annotate - [select for diffs], Mon Dec 8 14:39:39 2003 UTC (19 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.26: +6 -5 lines
Diff to previous 1.26 (colored)

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) - annotate - [select for diffs], Thu Sep 25 13:00:18 2003 UTC (20 years ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.25: +3 -1 lines
Diff to previous 1.25 (colored)

set GCC_REQD=2.95.3. noted by seb.

Revision 1.25 / (download) - annotate - [select for diffs], Thu Sep 25 01:27:35 2003 UTC (20 years ago) by grant
Branch: MAIN
Changes since 1.24: +1 -2 lines
Diff to previous 1.24 (colored)

don't include mk/compiler.mk, it isn't necessary and breaks things.

Revision 1.24 / (download) - annotate - [select for diffs], Fri Sep 12 17:55:53 2003 UTC (20 years ago) by recht
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

gcc.buildlink2.mk is no more. So, include compiler.mk instead.

Revision 1.23 / (download) - annotate - [select for diffs], Thu Jul 17 21:22:45 2003 UTC (20 years, 2 months ago) by grant
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.22 / (download) - annotate - [select for diffs], Mon Jun 2 14:05:01 2003 UTC (20 years, 3 months ago) by abs
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3
is accepted. Suggested by Grant.

Revision 1.21 / (download) - annotate - [select for diffs], Wed Oct 2 19:45:55 2002 UTC (20 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.20: +1 -3 lines
Diff to previous 1.20 (colored)

Remove commented out BUILD_DEPENDS.

Revision 1.20 / (download) - annotate - [select for diffs], Wed Oct 2 08:41:23 2002 UTC (20 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.19: +2 -7 lines
Diff to previous 1.19 (colored)

Use gcc/buildlink2.mk instead of Makefile.gcc.

Revision 1.19 / (download) - annotate - [select for diffs], Sun Aug 25 18:38:16 2002 UTC (21 years, 1 month ago) by jlam
Branch: MAIN
Changes since 1.18: +3 -5 lines
Diff to previous 1.18 (colored)

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) - annotate - [select for diffs], Thu Aug 22 11:09:55 2002 UTC (21 years, 1 month ago) by jlam
Branch: buildlink2
Changes since 1.17.2.2: +4 -4 lines
Diff to previous 1.17.2.2 (colored) to branchpoint 1.17 (colored) next main 1.18 (colored)

Merge changes from pkgsrc-current into the buildlink2 branch for the
packages that have buildlink2.mk files.

Revision 1.18 / (download) - annotate - [select for diffs], Mon Aug 5 13:11:22 2002 UTC (21 years, 1 month ago) by lukem
Branch: MAIN
CVS Tags: netbsd-1-6-RELEASE-base, netbsd-1-6, buildlink2-base
Changes since 1.17: +5 -5 lines
Diff to previous 1.17 (colored)

Update to libvorbis 1.0.

Revision 1.17.2.2 / (download) - annotate - [select for diffs], Fri Jun 21 23:04:59 2002 UTC (21 years, 3 months ago) by jlam
Branch: buildlink2
Changes since 1.17.2.1: +2 -2 lines
Diff to previous 1.17.2.1 (colored) to branchpoint 1.17 (colored)

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) - annotate - [select for diffs], Thu Jun 6 06:54:33 2002 UTC (21 years, 3 months ago) by jlam
Branch: buildlink2
Changes since 1.17: +4 -6 lines
Diff to previous 1.17 (colored)

* 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) - annotate - [select for diffs], Tue Mar 5 17:45:03 2002 UTC (21 years, 6 months ago) by skrll
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-5-PATCH003
Branch point for: buildlink2
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

This pkg doesn't need automake to build.

Revision 1.16 / (download) - annotate - [select for diffs], Fri Jan 4 13:27:06 2002 UTC (21 years, 8 months ago) by tron
Branch: MAIN
Changes since 1.15: +2 -1 lines
Diff to previous 1.15 (colored)

Add a comment why the "gcc" package is used on system with "egcs" in the
base system.

Revision 1.15 / (download) - annotate - [select for diffs], Thu Jan 3 22:01:59 2002 UTC (21 years, 8 months ago) by tron
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Build package with "gcc" package systems with "egcs" in base distribution
instead of bailing out.

Revision 1.14 / (download) - annotate - [select for diffs], Wed Jan 2 12:39:36 2002 UTC (21 years, 8 months ago) by lukem
Branch: MAIN
Changes since 1.13: +4 -4 lines
Diff to previous 1.13 (colored)

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) - annotate - [select for diffs], Sun Dec 30 08:00:46 2001 UTC (21 years, 8 months ago) by lukem
Branch: MAIN
Changes since 1.12: +4 -7 lines
Diff to previous 1.12 (colored)

don't compile these packages if egcs is the compiler, as it generates
bad ogg files.

Revision 1.12 / (download) - annotate - [select for diffs], Sat Dec 29 16:53:34 2001 UTC (21 years, 8 months ago) by abs
Branch: MAIN
Changes since 1.11: +9 -1 lines
Diff to previous 1.11 (colored)

Fix audio/libvorbis to work on 1.5 arm32 platforms - avoid optimisation when
compiling floor1.c

Revision 1.11 / (download) - annotate - [select for diffs], Thu Nov 29 19:46:10 2001 UTC (21 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.10: +1 -2 lines
Diff to previous 1.10 (colored)

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) - annotate - [select for diffs], Thu Oct 4 03:49:54 2001 UTC (21 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.9: +6 -4 lines
Diff to previous 1.9 (colored)

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) - annotate - [select for diffs], Mon Aug 27 14:35:05 2001 UTC (22 years, 1 month ago) by tron
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Use wildcard dependence on "autoconf" package.

Revision 1.8 / (download) - annotate - [select for diffs], Sun Aug 26 10:32:18 2001 UTC (22 years, 1 month ago) by skrll
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

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) - annotate - [select for diffs], Tue Aug 14 14:53:20 2001 UTC (22 years, 1 month ago) by lukem
Branch: MAIN
Changes since 1.6: +5 -5 lines
Diff to previous 1.6 (colored)

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) - annotate - [select for diffs], Wed Aug 8 09:55:28 2001 UTC (22 years, 1 month ago) by lukem
Branch: MAIN
Changes since 1.5: +4 -4 lines
Diff to previous 1.5 (colored)

update libvorbis from 1.0beta4 -> 1.0rc1, including removing a bunch
of patches which are now in the mainline code

Revision 1.5 / (download) - annotate - [select for diffs], Tue Jun 26 13:07:37 2001 UTC (22 years, 3 months ago) by zuntum
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

o convert to use buildlink.mk
o add buildlink.mk for use by other packages

Revision 1.4 / (download) - annotate - [select for diffs], Wed Apr 11 09:00:45 2001 UTC (22 years, 5 months ago) by tron
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.3: +3 -1 lines
Diff to previous 1.3 (colored)

Update package list for changed version number.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Apr 5 13:18:52 2001 UTC (22 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.2: +3 -2 lines
Diff to previous 1.2 (colored)

Make dewey in PKGNAME sane, and update dependencies.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Apr 4 07:08:28 2001 UTC (22 years, 5 months ago) by tron
Branch: MAIN
Changes since 1.1: +5 -3 lines
Diff to previous 1.1 (colored)

Add missing build dependences on "autoconf" and "automake".

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Mar 15 20:39:31 2001 UTC (22 years, 6 months ago) by wiz
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

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) - annotate - [select for diffs], Thu Mar 15 20:39:31 2001 UTC (22 years, 6 months ago) by wiz
Branch: MAIN

Initial revision

This form allows you to request diff's 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.




CVSweb <webmaster@jp.NetBSD.org>