pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

audacity-devel: g/c older than audio/audacity



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Sep 18 03:15:42 2016 +0200
Changeset:	0e0042a1c8b0f656e3d600397c375dba751fe736

Removed Files:
	audacity-devel/CHANGES-2.0.4-2.0.5
	audacity-devel/DESCR
	audacity-devel/Makefile
	audacity-devel/PLIST
	audacity-devel/TODO
	audacity-devel/distinfo
	audacity-devel/patches/patch-lib_src_libnyquist_nyquist_xlisp_xlisp_h
	audacity-devel/patches/patch-lib_src_portmixer_px__unix__oss_px__unix__oss.c
	audacity-devel/patches/patch-locale_Makefile.in
	audacity-devel/patches/patch-src_AudioIO.cpp
	audacity-devel/patches/patch-src_effects_NoiseRemoval.cpp

Log Message:
audacity-devel: g/c older than audio/audacity

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0e0042a1c8b0f656e3d600397c375dba751fe736

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 audacity-devel/CHANGES-2.0.4-2.0.5                 |  65 -----------
 audacity-devel/DESCR                               |   5 -
 audacity-devel/Makefile                            |  69 -----------
 audacity-devel/PLIST                               | 130 ---------------------
 audacity-devel/TODO                                |  22 ----
 audacity-devel/distinfo                            |  10 --
 .../patch-lib_src_libnyquist_nyquist_xlisp_xlisp_h |  24 ----
 ...lib_src_portmixer_px__unix__oss_px__unix__oss.c |  15 ---
 audacity-devel/patches/patch-locale_Makefile.in    |  14 ---
 audacity-devel/patches/patch-src_AudioIO.cpp       |  17 ---
 .../patches/patch-src_effects_NoiseRemoval.cpp     |  17 ---
 11 files changed, 388 deletions(-)

diffs:
diff --git a/audacity-devel/CHANGES-2.0.4-2.0.5 b/audacity-devel/CHANGES-2.0.4-2.0.5
deleted file mode 100644
index a3ea9e2..0000000
--- a/audacity-devel/CHANGES-2.0.4-2.0.5
+++ /dev/null
@@ -1,65 +0,0 @@
-2. Changes since version 2.0.4: 
-
-Bug fixes for:
-
- * Shaped dither was corrupted and too loud on all stereo exports except FLAC. 
-
- * Keyboard Preferences: some Edit and Align commands for different sub-menus
-    showed the same name.   
-
- * Recordings stopped with "Stop and Set Cursor" shortcut could not be undone.
-
- * In locales that use comma for decimal separator:
-    * Text boxes with slider in Nyquist effects only produced whole numbers 
-       when using comma to enter a fractional number. Text boxes without 
-       slider still have this problem.   
-    * Built-in generators produced silence after running a Nyquist effect.  
-
- * (Windows) When first changing to Windows WASAPI host, the input volume slider
-    in Mixer Toolbar was enabled when it should have been permanently disabled. 
-
- * (Windows) On some machines, launching Audacity then recording from the current
-    Device Toolbar input would not record until the input was reselected. 
-
- * (OS X) Frequent crashes occurred on importing audio files on some machines.
-
- * (OS X) Files did not open using Finder "Open with", double-clicking the 
-    file or dragging the file to the Audacity icon.    
-
- * (Linux 64-bit) Fixed a crash when using Equalization.
-
- * (Linux) It was not possible to open an effect or other dialog then navigate
-    through the dialog using TAB.
-
- * (Linux) The Play shortcut did not play a read-directly WAV, AIFF or FLAC 
-    import if the warning for importing uncompressed files appeared. 
-
-
-Changes and Improvements:
-
- * Tracks Menu:
-   * The separate commands that aligned track start or end with the cursor or
-      with selection start are combined into "Cursor/Selection Start" commands.
-   * "Align and Move Cursor" renamed to "Move Selection when Aligning".   
-
- * Label Tracks:
-   * Labels Editor now allows empty labels to be saved on closing the editor.
-   * TAB and SHIFT+TAB when the label track has focus now always move forwards
-      or backwards respectively to the nearest label.
-
- * (Windows) On a very few machines, the Windows WDM-KS low latency audio host
-    introduced in Audacity 2.0.4 caused Audacity to hang or the computer to 
-    crash. WDM-KS has been removed from 2.0.5 until it can be safely enabled.
-
- * (Windows and OS X) Screen reader improvements for Install VST Effects dialog.  
-
- * (OS X) Audio Unit plug-ins detected by Audacity on launch are now not loaded
-    until chosen from the Effect menu. This should speed up launch and avoid
-    crashes at launch due to misbehaving Audio Units.  
-
- * (Linux) Update to PortAudio r1910 fixes memory and other bugs under ALSA.
-
- * (Linux) Applied fix for wxGTK 2.8.12 bug which resulted in loss of Audacity's
-    menu bar (or visual corruption under Unity) on Debian-based systems.
-
--------------------------------------------------------------------------------
diff --git a/audacity-devel/DESCR b/audacity-devel/DESCR
deleted file mode 100644
index b54ae64..0000000
--- a/audacity-devel/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-Audacity is a program that manipulates digital audio waveforms. It supports all
-common editing operations such as Cut, Copy, and Paste, plus it will mix tracks
-and apply plug-in effects to any part of a sound. It also has a built-in
-amplitude envelope editor, a customizable spectrogram mode and a frequency
-analysis window for audio analysis applications.
diff --git a/audacity-devel/Makefile b/audacity-devel/Makefile
deleted file mode 100644
index c134c60..0000000
--- a/audacity-devel/Makefile
+++ /dev/null
@@ -1,69 +0,0 @@
-# $NetBSD: Makefile,v 1.17 2014/05/01 01:29:06 makoto Exp $
-
-DISTNAME=		audacity-minsrc-2.0.5
-PKGNAME=		${DISTNAME:S/-minsrc-/-/}
-CATEGORIES=		audio
-MASTER_SITES=		${MASTER_SITE_SOURCEFORGE:=audacity/}
-EXTRACT_SUFX=		.tar.xz
-LICENSE=		gnu-gpl-v2
-
-MAINTAINER=		pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=		http://audacity.sourceforge.net/
-COMMENT=		Audio editor
-
-MAKE_JOBS_SAFE=		no
-
-WRKSRC=			${WRKDIR}/${DISTNAME:S/-min/-/}
-
-USE_LIBTOOL=		yes
-USE_TOOLS+=		autoconf gmake msgfmt pkg-config zip:run
-USE_LANGUAGES=		c c++
-GNU_CONFIGURE=		yes
-# =system means 'use pkgsrc instead of included in portaudio'
-CONFIGURE_ARGS+=	--without-xaudio
-CONFIGURE_ARGS+=	--with-id3=system
-CONFIGURE_ARGS+=	--with-libflac=system
-CONFIGURE_ARGS+=	--with-libmad=system
-CONFIGURE_ARGS+=	--with-libsndfile=system
-CONFIGURE_ARGS+=	--with-vorbis=system
-# 20111121 version of portaudio is missing 'Pa_GetStreamHostApiType'
-#.include "../../audio/portaudio-devel/buildlink3.mk"
-CONFIGURE_ENV+=		WX_CONFIG=${PREFIX}/bin/wx-config
-
-CONFIG_GUESS_OVERRIDE=		\
-	config.guess */config.guess */*/config.guess */*/*/config.guess
-CONFIG_SUB_OVERRIDE=		\
-	config.sub */config.sub */*/config.sub */*/*/config.sub
-
-SUBST_CLASSES+=		clang
-SUBST_STAGE.clang=	post-patch
-SUBST_MESSAGE.clang=	Fix linking problem for clang
-SUBST_FILES.clang=	lib-src/libnyquist/nyquist/ffts/src/fftlib.c
-SUBST_SED.clang=	-e 's|inline void|static inline void|'
-
-PTHREAD_AUTO_VARS=	yes
-
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-
-.include "../../audio/flac/buildlink3.mk"
-.include "../../audio/lame/buildlink3.mk"
-.include "../../audio/libid3tag/buildlink3.mk"
-.include "../../audio/libmad/buildlink3.mk"
-.include "../../audio/libsndfile/buildlink3.mk"
-.include "../../audio/libvorbis/buildlink3.mk"
-# 20111121 version is missing 'Pa_GetStreamHostApiType'
-#.include "../../audio/portaudio-devel/buildlink3.mk"
-.include "../../databases/shared-mime-info/buildlink3.mk"
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../x11/wxGTK28/buildlink3.mk"
-
-.include "../../mk/oss.buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
-# pkglint says: PLIST:68: Please .include it in the Makefile
-.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-
-# XXX Internal compiler error with -O2
-.if ${MACHINE_ARCH} == "alpha"
-CFLAGS+=	-O
-.endif
diff --git a/audacity-devel/PLIST b/audacity-devel/PLIST
deleted file mode 100644
index 85e2d18..0000000
--- a/audacity-devel/PLIST
+++ /dev/null
@@ -1,130 +0,0 @@
-@comment $NetBSD: PLIST,v 1.7 2014/05/01 01:29:06 makoto Exp $
-bin/audacity
-man/man1/audacity.1
-share/applications/audacity.desktop
-share/audacity/EQDefaultCurves.xml
-share/audacity/nyquist/bug.lsp
-share/audacity/nyquist/dspprims.lsp
-share/audacity/nyquist/envelopes.lsp
-share/audacity/nyquist/equalizer.lsp
-share/audacity/nyquist/evalenv.lsp
-share/audacity/nyquist/fileio.lsp
-share/audacity/nyquist/follow.lsp
-share/audacity/nyquist/init.lsp
-share/audacity/nyquist/misc.lsp
-share/audacity/nyquist/nyinit.lsp
-share/audacity/nyquist/nyqmisc.lsp
-share/audacity/nyquist/nyquist-plot.txt
-share/audacity/nyquist/nyquist.lsp
-share/audacity/nyquist/printrec.lsp
-share/audacity/nyquist/profile.lsp
-share/audacity/nyquist/rawwaves/mand1.raw
-share/audacity/nyquist/rawwaves/mand10.raw
-share/audacity/nyquist/rawwaves/mand11.raw
-share/audacity/nyquist/rawwaves/mand12.raw
-share/audacity/nyquist/rawwaves/mand2.raw
-share/audacity/nyquist/rawwaves/mand3.raw
-share/audacity/nyquist/rawwaves/mand4.raw
-share/audacity/nyquist/rawwaves/mand5.raw
-share/audacity/nyquist/rawwaves/mand6.raw
-share/audacity/nyquist/rawwaves/mand7.raw
-share/audacity/nyquist/rawwaves/mand8.raw
-share/audacity/nyquist/rawwaves/mand9.raw
-share/audacity/nyquist/rawwaves/mandpluk.raw
-share/audacity/nyquist/rawwaves/marmstk1.raw
-share/audacity/nyquist/rawwaves/sinewave.raw
-share/audacity/nyquist/sal-parse.lsp
-share/audacity/nyquist/sal.lsp
-share/audacity/nyquist/seq.lsp
-share/audacity/nyquist/seqfnint.lsp
-share/audacity/nyquist/seqmidi.lsp
-share/audacity/nyquist/sndfnint.lsp
-share/audacity/nyquist/stk.lsp
-share/audacity/nyquist/system.lsp
-share/audacity/nyquist/xlinit.lsp
-share/audacity/nyquist/xm.lsp
-share/audacity/plug-ins/SilenceMarker.ny
-share/audacity/plug-ins/SoundFinder.ny
-share/audacity/plug-ins/StudioFadeOut.ny
-share/audacity/plug-ins/adjustable-fade.ny
-share/audacity/plug-ins/beat.ny
-share/audacity/plug-ins/clicktrack.ny
-share/audacity/plug-ins/clipfix.ny
-share/audacity/plug-ins/crossfadein.ny
-share/audacity/plug-ins/crossfadeout.ny
-share/audacity/plug-ins/delay.ny
-share/audacity/plug-ins/equalabel.ny
-share/audacity/plug-ins/highpass.ny
-share/audacity/plug-ins/lowpass.ny
-share/audacity/plug-ins/notch.ny
-share/audacity/plug-ins/pluck.ny
-share/audacity/plug-ins/rissetdrum.ny
-share/audacity/plug-ins/sample-data-export.ny
-share/audacity/plug-ins/tremolo.ny
-share/audacity/plug-ins/vocalremover.ny
-share/audacity/plug-ins/vocoder.ny
-share/doc/audacity/LICENSE.txt
-share/doc/audacity/README.txt
-share/icons/hicolor/16x16/apps/audacity.png
-share/icons/hicolor/22x22/apps/audacity.png
-share/icons/hicolor/24x24/apps/audacity.png
-share/icons/hicolor/32x32/apps/audacity.png
-share/icons/hicolor/48x48/apps/audacity.png
-share/icons/hicolor/scalable/apps/audacity.svg
-share/locale/af/LC_MESSAGES/audacity.mo
-share/locale/ar/LC_MESSAGES/audacity.mo
-share/locale/be/LC_MESSAGES/audacity.mo
-share/locale/bg/LC_MESSAGES/audacity.mo
-share/locale/bn/LC_MESSAGES/audacity.mo
-share/locale/bs/LC_MESSAGES/audacity.mo
-share/locale/ca/LC_MESSAGES/audacity.mo
-share/locale/ca@valencia/LC_MESSAGES/audacity.mo
-share/locale/cs/LC_MESSAGES/audacity.mo
-share/locale/cy/LC_MESSAGES/audacity.mo
-share/locale/da/LC_MESSAGES/audacity.mo
-share/locale/de/LC_MESSAGES/audacity.mo
-share/locale/el/LC_MESSAGES/audacity.mo
-share/locale/es/LC_MESSAGES/audacity.mo
-share/locale/eu/LC_MESSAGES/audacity.mo
-share/locale/fa/LC_MESSAGES/audacity.mo
-share/locale/fi/LC_MESSAGES/audacity.mo
-share/locale/fr/LC_MESSAGES/audacity.mo
-share/locale/ga/LC_MESSAGES/audacity.mo
-share/locale/gl/LC_MESSAGES/audacity.mo
-share/locale/he/LC_MESSAGES/audacity.mo
-share/locale/hi/LC_MESSAGES/audacity.mo
-share/locale/hr/LC_MESSAGES/audacity.mo
-share/locale/hu/LC_MESSAGES/audacity.mo
-share/locale/id/LC_MESSAGES/audacity.mo
-share/locale/it/LC_MESSAGES/audacity.mo
-share/locale/ja/LC_MESSAGES/audacity.mo
-share/locale/ka/LC_MESSAGES/audacity.mo
-share/locale/km/LC_MESSAGES/audacity.mo
-share/locale/ko/LC_MESSAGES/audacity.mo
-share/locale/lt/LC_MESSAGES/audacity.mo
-share/locale/mk/LC_MESSAGES/audacity.mo
-share/locale/my/LC_MESSAGES/audacity.mo
-share/locale/nb/LC_MESSAGES/audacity.mo
-share/locale/nl/LC_MESSAGES/audacity.mo
-share/locale/oc/LC_MESSAGES/audacity.mo
-share/locale/pl/LC_MESSAGES/audacity.mo
-share/locale/pt/LC_MESSAGES/audacity.mo
-share/locale/pt_BR/LC_MESSAGES/audacity.mo
-share/locale/ro/LC_MESSAGES/audacity.mo
-share/locale/ru/LC_MESSAGES/audacity.mo
-share/locale/sk/LC_MESSAGES/audacity.mo
-share/locale/sl/LC_MESSAGES/audacity.mo
-share/locale/sr_RS/LC_MESSAGES/audacity.mo
-share/locale/sr_RS@latin/LC_MESSAGES/audacity.mo
-share/locale/sv/LC_MESSAGES/audacity.mo
-share/locale/tg/LC_MESSAGES/audacity.mo
-share/locale/tr/LC_MESSAGES/audacity.mo
-share/locale/uk/LC_MESSAGES/audacity.mo
-share/locale/vi/LC_MESSAGES/audacity.mo
-share/locale/zh/LC_MESSAGES/audacity.mo
-share/locale/zh_TW/LC_MESSAGES/audacity.mo
-share/mime/packages/audacity.xml
-share/pixmaps/audacity.xpm
-share/pixmaps/audacity16.xpm
-share/pixmaps/audacity32.xpm
-share/pixmaps/gnome-mime-application-x-audacity-project.xpm
diff --git a/audacity-devel/TODO b/audacity-devel/TODO
deleted file mode 100644
index cbe727d..0000000
--- a/audacity-devel/TODO
+++ /dev/null
@@ -1,22 +0,0 @@
-done
-  NetBSD/amd64 6.0.1
-  NetBSD/amd64 6.99.16 clang
-  NetBSD/i386  5.2
-  DragonFly 3.2.2/gcc-4.7
-TODO
---- Mac OS X 10.6 is giving following problem on devel/orc
-
-gcc -DHAVE_CONFIG_H -I. -I../..   -no-cpp-precomp -isystem /usr/include -Wall  -I../.. -pipe -O2 -MT orc_test.o -MD -MP -MF .deps/orc_test.Tpo -c -o orc_test.o orc_test.c
-{standard input}:11491:non-relocatable subtraction expression, "LC0" minus "L00000000008$pb"
-{standard input}:11491:symbol: "L00000000008$pb" can't be undefined in a subtraction expression
-{standard input}:unknown:Undefined local symbol L00000000008$pb
-gnumake[4]: *** [orc_test.o] Error 1
-gnumake[3]: *** [all] Error 2
-gnumake[2]: *** [all-recursive] Error 1
-gnumake[1]: *** [all-recursive] Error 1
-gnumake: *** [all] Error 2
-*** Error code 2
-
-Stop.
-bmake: stopped in /Users/makoto/pkgsrc/devel/orc
-
diff --git a/audacity-devel/distinfo b/audacity-devel/distinfo
deleted file mode 100644
index 48de932..0000000
--- a/audacity-devel/distinfo
+++ /dev/null
@@ -1,10 +0,0 @@
-$NetBSD: distinfo,v 1.8 2014/05/01 01:29:06 makoto Exp $
-
-SHA1 (audacity-minsrc-2.0.5.tar.xz) = f63cafb81f29e7f3813dc9f80fb1dfdbcfe46b33
-RMD160 (audacity-minsrc-2.0.5.tar.xz) = 9a1587f2e970cc78df6183f2ca64a6509876ce1c
-Size (audacity-minsrc-2.0.5.tar.xz) = 5314060 bytes
-SHA1 (patch-lib_src_libnyquist_nyquist_xlisp_xlisp_h) = 4e78c0d8ba3a0573b6aabfa914e772aff33281b6
-SHA1 (patch-lib_src_portmixer_px__unix__oss_px__unix__oss.c) = a06dd0d314d9fb10344078cff0ca548a61dd5e03
-SHA1 (patch-locale_Makefile.in) = a598df9a55f5faa6703ec879a0106945bba5032f
-SHA1 (patch-src_AudioIO.cpp) = ea688a49286754d952c6ddd4f0b918c8d709fa1d
-SHA1 (patch-src_effects_NoiseRemoval.cpp) = d9f6c310d39f8c4c2f6a0c32514af0fed3c622cc
diff --git a/audacity-devel/patches/patch-lib_src_libnyquist_nyquist_xlisp_xlisp_h b/audacity-devel/patches/patch-lib_src_libnyquist_nyquist_xlisp_xlisp_h
deleted file mode 100644
index 4a09d89..0000000
--- a/audacity-devel/patches/patch-lib_src_libnyquist_nyquist_xlisp_xlisp_h
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD: patch-lib_src_libnyquist_nyquist_xlisp_xlisp_h,v 1.2 2013/01/11 09:32:18 makoto Exp $
-
-nyquist/xlisp/xlfio.c:22:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'error'
-nyquist/xlisp/xlfio.c: In function 'xgetstroutput':
-
---- audacity-src-2.0.2/lib-src/libnyquist/nyquist/xlisp/xlisp.h.orig	2012-08-21 17:47:26.000000000 +0900
-+++ lib-src/libnyquist/nyquist/xlisp/xlisp.h	2013-01-08 23:40:08.000000000 +0900
-@@ -152,6 +152,16 @@ extern long ptrtoabs();
- #endif
- #endif
- 
-+/* NetBSD */
-+#if defined(__NetBSD__) || defined(__DragonFly__)
-+#include <sys/endian.h>
-+#if BYTE_ORDER == LITTLE_ENDIAN
-+#define XL_LITTLE_ENDIAN
-+#else
-+#define XL_BIG_ENDIAN
-+#endif
-+#endif
-+
- /* Apple CC */
- #ifdef __APPLE__
- #define NNODES 2000
diff --git a/audacity-devel/patches/patch-lib_src_portmixer_px__unix__oss_px__unix__oss.c b/audacity-devel/patches/patch-lib_src_portmixer_px__unix__oss_px__unix__oss.c
deleted file mode 100644
index f34c098..0000000
--- a/audacity-devel/patches/patch-lib_src_portmixer_px__unix__oss_px__unix__oss.c
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-lib_src_portmixer_px__unix__oss_px__unix__oss.c,v 1.2 2013/01/15 06:46:48 makoto Exp $
-
-Fix build on sunos.
-
---- lib-src/portmixer/src/px_unix_oss.c.orig	2012-08-21 17:47:20.000000000 +0900
-+++ lib-src/portmixer/src/px_unix_oss.c	2013-01-08 22:25:07.000000000 +0900
-@@ -47,6 +47,8 @@
- 
- #if defined(HAVE_SYS_SOUNDCARD_H)
- # include <sys/soundcard.h>
-+#elif defined(__sun)
-+#include <sys/soundcard.h>
- #elif defined(HAVE_LINUX_SOUNDCARD_H)
- # include <linux/soundcard.h>
- #elif defined(HAVE_MACHINE_SOUNDCARD_H)
diff --git a/audacity-devel/patches/patch-locale_Makefile.in b/audacity-devel/patches/patch-locale_Makefile.in
deleted file mode 100644
index f09e401..0000000
--- a/audacity-devel/patches/patch-locale_Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-locale_Makefile.in,v 1.2 2014/05/01 01:29:06 makoto Exp $
-
-xgettext: unknown option -- package-name=audacity
-
---- locale/Makefile.in.orig	2013-10-19 16:31:55.000000000 +0900
-+++ locale/Makefile.in	2014-05-01 10:10:08.000000000 +0900
-@@ -54,7 +54,6 @@ XARGS=xargs
- XGETTEXT_ARGS=-F -C -k_ -k_NoAcc -kwxTRANSLATE \
- 	--add-comments="i18n-hint" \
- 	--msgid-bugs-address="audacity-translation%lists.sourceforge.net@localhost" \
--	--package-name="${AUDACITY_NAME}" \
- 	--package-version="2.0.4" \
- 	--copyright-holder="Audacity Development Team"
- 
diff --git a/audacity-devel/patches/patch-src_AudioIO.cpp b/audacity-devel/patches/patch-src_AudioIO.cpp
deleted file mode 100644
index e802f33..0000000
--- a/audacity-devel/patches/patch-src_AudioIO.cpp
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-src_AudioIO.cpp,v 1.2 2013/01/15 06:46:48 makoto Exp $
-
-Fix build on sunos.
-
---- src/AudioIO.cpp.orig	2012-08-21 17:48:21.000000000 +0900
-+++ src/AudioIO.cpp	2013-01-08 22:21:56.000000000 +0900
-@@ -271,6 +271,10 @@ writing audio.
- #include <stdlib.h>
- #include <algorithm>
- 
-+#ifdef __sun
-+#include <alloca.h>
-+#endif
-+
- #ifdef __WXMSW__
- #include <malloc.h>
- #endif
diff --git a/audacity-devel/patches/patch-src_effects_NoiseRemoval.cpp b/audacity-devel/patches/patch-src_effects_NoiseRemoval.cpp
deleted file mode 100644
index 3ccc40e..0000000
--- a/audacity-devel/patches/patch-src_effects_NoiseRemoval.cpp
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-src_effects_NoiseRemoval.cpp,v 1.2 2013/01/15 06:46:48 makoto Exp $
-
-Fix build on sunos.
-
---- src/effects/NoiseRemoval.cpp.orig	2006-11-15 05:12:10.000000000 +0100
-+++ src/effects/NoiseRemoval.cpp	2012-01-15 19:19:20.622909031 +0100
-@@ -16,6 +16,10 @@
- 
- #include <math.h>
- 
-+#ifdef __sun
-+#include <ieeefp.h>
-+#endif
-+
- #if defined(__WXMSW__) && !defined(__CYGWIN__)
- #include <float.h>
- #define finite(x) _finite(x)


Home | Main Index | Thread Index | Old Index