head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.10 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.8 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.6 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.4 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.2 pkgsrc-2009Q4-base:1.4 pkgsrc-2009Q1:1.3.0.16 pkgsrc-2009Q1-base:1.3 pkgsrc-2008Q4:1.3.0.14 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.12 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.10 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.8 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.6 pkgsrc-2008Q1:1.3.0.4 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.2 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.2.0.22 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.20 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.18 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.16 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.14 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.12 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.10 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.8 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.6 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.4 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.2 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.1.0.2 pkgsrc-2004Q4-base:1.1; locks; strict; comment @# @; 1.4 date 2009.06.05.21.02.45; author rillig; state dead; branches; next 1.3; 1.3 date 2007.11.21.12.47.05; author drochner; state Exp; branches; next 1.2; 1.2 date 2005.02.28.14.09.19; author wiz; state dead; branches; next 1.1; 1.1 date 2004.11.16.12.05.54; author sketch; state Exp; branches; next ; desc @@ 1.4 log @Moved the HTML documentation from share/doc/html to share/doc/${PKGNAME}. PKGREVISION++ @ text @$NetBSD: patch-ai,v 1.3 2007/11/21 12:47:05 drochner Exp $ --- doc/html/images/hw/Makefile.in.orig 2007-11-20 14:00:50.000000000 +0100 +++ doc/html/images/hw/Makefile.in @@@@ -221,7 +221,7 @@@@ target_alias = @@target_alias@@ AUTOMAKE_OPTIONS = foreign -docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/html/images/hw +docdir = $(datadir)/doc/html/$(PACKAGE)/images/hw doc_DATA = \ Blackbird_Front_low3_325x87.jpg \ @ 1.3 log @update to 1.2.1 This fixes a number of security problems (integer overflows resulting in heap-based buffer overflow, CVE-2007-4619). Other changes: -speedup -some new options -bugfixes -added support for all RIFF/AIFF metadata Thanks to Chavdar Ivanov for providing a patch. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update to 1.1.2: New in this release are small decoding speedups for all platforms, small encoding speedups in fast (non-LPC) mode, streaming support in the XMMS plugin, and several bug fixes. For developers there are also a few additions and changes to the metadata API to make working with tags easier. See the changelog entry for complete details. This release actually wasn't supposed to happen so soon, but needed to be made to fix library naming and build problems in FLAC 1.1.1 that caused trouble for package maintainers, so unless you are having trouble with one of the particular bugs that got fixed in 1.1.2 then there is not much of a need to upgrade. @ text @d1 1 a1 1 $NetBSD: patch-ai,v 1.1 2004/11/16 12:05:54 sketch Exp $ d3 3 a5 23 --- ./src/libFLAC++/file_encoder.cpp.orig 2004-11-15 18:20:18.800446000 +0000 +++ ./src/libFLAC++/file_encoder.cpp 2004-11-15 18:26:18.841164000 +0000 @@@@ -168,7 +168,7 @@@@ bool File::set_metadata(FLAC::Metadata::Prototype **metadata, unsigned num_blocks) { FLAC__ASSERT(is_valid()); -#ifdef _MSC_VER +#if (defined _MSC_VER) || (defined __SUNPRO_CC) // MSVC++ can't handle: // ::FLAC__StreamMetadata *m[num_blocks]; // so we do this ugly workaround @@@@ -180,7 +180,7 @@@@ // we can get away with this since we know the encoder will only correct the is_last flags m[i] = const_cast< ::FLAC__StreamMetadata*>((::FLAC__StreamMetadata*)metadata[i]); } -#ifdef _MSC_VER +#if (defined _MSC_VER) || (defined __SUNPRO_CC) // complete the hack const bool ok = (bool)::FLAC__file_encoder_set_metadata(encoder_, m, num_blocks); delete [] m; @@@@ -368,5 +368,5 @@@@ instance->progress_callback(bytes_written, samples_written, frames_written, total_frames_estimate); } d7 7 a13 3 - }; + } }; @ 1.1 log @Various C++ tweaks/cleanups to get this package compiling with SunPro. @ text @d1 1 a1 1 $NetBSD$ @