summaryrefslogtreecommitdiff
path: root/audio/audacity/patches/patch-at
diff options
context:
space:
mode:
authorjlam <jlam>2002-10-04 08:59:34 +0000
committerjlam <jlam>2002-10-04 08:59:34 +0000
commit43bdcf2c5849ba2725aefc4563c5e865fcf9e214 (patch)
treefca6fc4f60c8f4b7731400c8280c3bf41fa84b65 /audio/audacity/patches/patch-at
parent10a1f12467f317e110f5efb73fcc7ddd5e91ffe2 (diff)
downloadpkgsrc-43bdcf2c5849ba2725aefc4563c5e865fcf9e214.tar.gz
Update audio/audacity to 1.0.0.2. Pkgsrc changes from version 0.96 include:
* Use the id3lib distributed with the audacity sources instead of audio/id3lib (this seems to fix audacity coredumps when exporting to MP3 after editting ID3 tags). * Install the documentation and license file. Changes from version 0.96 include: * Bug fixes * New effects: invert, reverse, noise removal * Ogg Vorbis import/export support. * Added "Save Changes" dialog. * Added tooltips. * Use libmad instead of libmpeg3 if not using xaudio. XXX OSS audio playback doesn't work on NetBSD with audio/oss. The process XXX hangs in "sndint" state according to top(1).
Diffstat (limited to 'audio/audacity/patches/patch-at')
-rw-r--r--audio/audacity/patches/patch-at13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/audacity/patches/patch-at b/audio/audacity/patches/patch-at
new file mode 100644
index 00000000000..66cf8db4143
--- /dev/null
+++ b/audio/audacity/patches/patch-at
@@ -0,0 +1,13 @@
+$NetBSD: patch-at,v 1.1 2002/10/04 08:59:38 jlam Exp $
+
+--- id3lib/include/id3/Makefile.in.orig Fri Oct 4 00:57:56 2002
++++ id3lib/include/id3/Makefile.in
+@@ -108,7 +108,7 @@ the_headers = field.h
+ id3includedir = $(includedir)/id3
+ id3include_HEADERS = $(the_headers)
+
+-noinst_HEADERS = helpers.h io_decorators.h io_helpers.h io_strings.h strings.h
++noinst_HEADERS = helpers.h io_decorators.h io_helpers.h io_strings.h id3_strings.h
+
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ CONFIG_HEADER = ../../config.h