summaryrefslogtreecommitdiff
path: root/audio/flac/patches/patch-ax
diff options
context:
space:
mode:
authorwiz <wiz>2005-02-28 14:09:19 +0000
committerwiz <wiz>2005-02-28 14:09:19 +0000
commit95b707bba4d768bdabe4f676d69dbb787637d12a (patch)
tree7733f8b12367060a15228ec0617290f59612b214 /audio/flac/patches/patch-ax
parentf08d1765a8140ae0489b170fa45be6ee3bcec481 (diff)
downloadpkgsrc-95b707bba4d768bdabe4f676d69dbb787637d12a.tar.gz
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.
Diffstat (limited to 'audio/flac/patches/patch-ax')
-rw-r--r--audio/flac/patches/patch-ax11
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/flac/patches/patch-ax b/audio/flac/patches/patch-ax
deleted file mode 100644
index fd42b8ccdbc..00000000000
--- a/audio/flac/patches/patch-ax
+++ /dev/null
@@ -1,11 +0,0 @@
-$NetBSD: patch-ax,v 1.1 2004/11/16 12:05:54 sketch Exp $
-
---- ./src/libOggFLAC++/stream_encoder.cpp.orig 2004-11-16 11:17:13.087258000 +0000
-+++ ./src/libOggFLAC++/stream_encoder.cpp 2004-11-16 11:17:17.124073000 +0000
-@@ -342,5 +342,5 @@
- instance->metadata_callback(metadata);
- }
-
-- };
-+ }
- };