From 8b57babd825df3eeb38c0d852c04b235fa01ab22 Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 4 Sep 2002 19:31:44 +0000 Subject: Update audio/flac to 1.0.3. Changes from version 1.0.2 include: - Use buildlink2. - Fix build with newer libtool with tagged configuration. - Move HTML documention into the proper location under doc/html. * Bug fixes. * 24-bit input support restored in flac. * Decoder speedup in libFLAC, which is directly passed on to the command-line decoder and plugins. * New -F option to flac to continue decoding in spite of errors. * New VORBIS_COMMENT metadata block for tagging with Vorbis-style comments. * Vastly improved metaflac, now with many editing and tagging options. * Note: new semantics for -P option in flac. * Note: removed -R option in flac. * New metadata interface to libFLAC for manipulating metadata in FLAC files. * New libFLAC++ API, an object wrapper around libFLAC. * Customizable metadata filtering by type in decoders. * Stream encoder can take an arbitrary list of metadata blocks, instead of just one SEEKTABLE and/or PADDING block. --- audio/flac/patches/patch-aa | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 audio/flac/patches/patch-aa (limited to 'audio/flac/patches/patch-aa') diff --git a/audio/flac/patches/patch-aa b/audio/flac/patches/patch-aa new file mode 100644 index 00000000000..9ef19c89f21 --- /dev/null +++ b/audio/flac/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2002/09/04 19:31:44 jlam Exp $ + +--- doc/Makefile.in.orig Wed Sep 4 01:49:17 2002 ++++ doc/Makefile.in +@@ -128,7 +128,7 @@ AUTOMAKE_OPTIONS = foreign + + SUBDIRS = . images ru + +-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION) ++docdir = $(datadir)/doc/html/$(PACKAGE) + + doc_DATA = \ + comparison.html \ -- cgit v1.2.3