summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-02-17 19:24:48 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-02-17 19:24:48 +0000
commite5cce5f68db3e82c1052e6b2972f662a911c397e (patch)
treef2d6a929ce7ed630ecddc4ec2bf90ac9894c3f2b /media-sound/audacity
parentmerge from webapp overlay; fix unreachable HOMEPAGE/SRC_URI (diff)
downloadgentoo-2-e5cce5f68db3e82c1052e6b2972f662a911c397e.tar.gz
gentoo-2-e5cce5f68db3e82c1052e6b2972f662a911c397e.tar.bz2
gentoo-2-e5cce5f68db3e82c1052e6b2972f662a911c397e.zip
remove old and vulnerable versions
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-sound/audacity')
-rw-r--r--media-sound/audacity/ChangeLog12
-rw-r--r--media-sound/audacity/audacity-1.3.2-r1.ebuild104
-rw-r--r--media-sound/audacity/audacity-1.3.4.ebuild88
-rw-r--r--media-sound/audacity/files/audacity-1.3.2+flac-1.1.3.patch138
-rw-r--r--media-sound/audacity/files/audacity-1.3.2-desktopentry.patch10
-rw-r--r--media-sound/audacity/files/audacity-1.3.2-disable-optimization.patch11
-rw-r--r--media-sound/audacity/files/audacity-1.3.2-gentoo.patch54
-rw-r--r--media-sound/audacity/files/audacity-1.3.2-libnyquistp.patch40
-rw-r--r--media-sound/audacity/files/audacity-1.3.2-no-msse.patch11
9 files changed, 11 insertions, 457 deletions
diff --git a/media-sound/audacity/ChangeLog b/media-sound/audacity/ChangeLog
index b7abdd6e2a34..6dcb645a0b52 100644
--- a/media-sound/audacity/ChangeLog
+++ b/media-sound/audacity/ChangeLog
@@ -1,6 +1,16 @@
# ChangeLog for media-sound/audacity
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.84 2008/02/11 00:12:18 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.85 2008/02/17 19:24:47 aballier Exp $
+
+ 17 Feb 2008; Alexis Ballier <aballier@gentoo.org>
+ -files/audacity-1.3.2+flac-1.1.3.patch,
+ -files/audacity-1.3.2-desktopentry.patch,
+ -files/audacity-1.3.2-disable-optimization.patch,
+ -files/audacity-1.3.2-gentoo.patch,
+ -files/audacity-1.3.2-libnyquistp.patch,
+ -files/audacity-1.3.2-no-msse.patch, -audacity-1.3.2-r1.ebuild,
+ -audacity-1.3.4.ebuild:
+ remove old and vulnerable versions
11 Feb 2008; Olivier Crête <tester@gentoo.org> audacity-1.3.4-r1.ebuild:
Stable on amd64, security bug #199751
diff --git a/media-sound/audacity/audacity-1.3.2-r1.ebuild b/media-sound/audacity/audacity-1.3.2-r1.ebuild
deleted file mode 100644
index 71287ccff125..000000000000
--- a/media-sound/audacity/audacity-1.3.2-r1.ebuild
+++ /dev/null
@@ -1,104 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.2-r1.ebuild,v 1.13 2008/01/13 19:34:46 aballier Exp $
-
-inherit eutils autotools wxwidgets
-
-IUSE="flac ladspa libsamplerate mp3 sse unicode vorbis"
-
-MY_P="${PN}-src-${PV}"
-DESCRIPTION="Free crossplatform audio editor"
-HOMEPAGE="http://audacity.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86"
-RESTRICT="test"
-
-COMMON_DEPEND="=x11-libs/wxGTK-2.6*
- >=app-arch/zip-2.3
- dev-libs/expat
- vorbis? ( >=media-libs/libvorbis-1.0 )
- mp3? ( >=media-libs/libmad-0.14.2b
- media-libs/libid3tag )
- flac? ( media-libs/flac )
- >=media-libs/libsndfile-1.0.0
- libsamplerate? ( >=media-libs/libsamplerate-0.1.2 )"
-RDEPEND="${COMMON_DEPEND}
- mp3? ( >=media-sound/lame-3.70 )"
-DEPEND="${COMMON_DEPEND}
- dev-util/pkgconfig"
-
-S="${WORKDIR}/${MY_P}-beta"
-
-pkg_setup() {
- if use flac && ! built_with_use --missing true media-libs/flac cxx; then
- eerror "To build ${PN} with flac support you need the C++ bindings for flac."
- eerror "Please enable the cxx USE flag for media-libs/flac"
- die "Missing FLAC C++ bindings."
- fi
-}
-
-src_unpack() {
- unpack ${A}
-
- cd "${S}"
- epatch "${FILESDIR}"/${P}-gentoo.patch
- if ! use sse ; then
- epatch "${FILESDIR}"/${P}-no-msse.patch
- epatch "${FILESDIR}"/${P}-disable-optimization.patch
- fi
- epatch "${FILESDIR}/${P}+flac-1.1.3.patch"
- epatch "${FILESDIR}/${P}-libnyquistp.patch"
- epatch "${FILESDIR}/${P}-desktopentry.patch"
-
- eautoreconf || die
- pushd "${S}"/lib-src/soundtouch
- eautoreconf
- popd
-}
-
-src_compile() {
- local myconf
- WX_GTK_VER="2.6"
-
- if use unicode; then
- need-wxwidgets unicode
- else
- need-wxwidgets gtk2
- fi
-
- myconf="${myconf} --with-libsndfile=system"
- myconf="${myconf} --with-libexpat=system"
-
- if use libsamplerate ; then
- myconf="${myconf} --with-libsamplerate=system --without-libresample"
- else
- myconf="${myconf} --without-libsamplerate" # --with-libresample=local
- fi
-
- econf \
- $(use_enable unicode) \
- $(use_with ladspa) \
- $(use_with vorbis vorbis system) \
- $(use_with mp3 libmad system) \
- $(use_with mp3 id3tag system) \
- $(use_with flac flac system) \
- ${myconf} || die
-
- emake || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-
- # Remove bad doc install
- rm -rf "${D}"/usr/share/doc
-
- # Install our docs
- dodoc README.txt
-
- insinto /usr/share/audacity/
- newins images/AudacityLogo48x48.xpm audacity.xpm
-}
diff --git a/media-sound/audacity/audacity-1.3.4.ebuild b/media-sound/audacity/audacity-1.3.4.ebuild
deleted file mode 100644
index 586688f4325f..000000000000
--- a/media-sound/audacity/audacity-1.3.4.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.4.ebuild,v 1.9 2008/01/13 19:34:46 aballier Exp $
-
-inherit eutils wxwidgets
-
-IUSE="flac id3tag ladspa libsamplerate mp3 soundtouch twolame unicode vamp vorbis"
-
-MY_P="${PN}-src-${PV}"
-DESCRIPTION="Free crossplatform audio editor"
-HOMEPAGE="http://audacity.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
-RESTRICT="test"
-
-COMMON_DEPEND="=x11-libs/wxGTK-2.6*
- >=app-arch/zip-2.3
- dev-libs/expat
- >=media-libs/libsndfile-1.0.0
- soundtouch? ( >=media-libs/libsoundtouch-1.3.1 )
- vorbis? ( >=media-libs/libvorbis-1.0 )
- mp3? ( >=media-libs/libmad-0.14.2b )
- id3tag? ( media-libs/libid3tag )
- flac? ( media-libs/flac )
- libsamplerate? ( >=media-libs/libsamplerate-0.1.2 )
- vamp? ( media-libs/vamp-plugin-sdk )
- twolame? ( media-sound/twolame )"
-RDEPEND="${COMMON_DEPEND}
- mp3? ( >=media-sound/lame-3.70 )"
-DEPEND="${COMMON_DEPEND}
- dev-util/pkgconfig"
-
-S="${WORKDIR}/${MY_P}-beta"
-
-pkg_setup() {
- if use flac && ! built_with_use --missing true media-libs/flac cxx; then
- eerror "To build ${PN} with flac support you need the C++ bindings for flac."
- eerror "Please enable the cxx USE flag for media-libs/flac"
- die "Missing FLAC C++ bindings."
- fi
-}
-
-src_unpack() {
- unpack ${A}
-
- cd "${S}"
-
- epatch "${FILESDIR}/${P}-nolibfailure.patch"
-}
-
-src_compile() {
- WX_GTK_VER="2.6"
-
- if use unicode; then
- need-wxwidgets unicode
- else
- need-wxwidgets gtk2
- fi
-
- econf \
- --with-libexpat=system \
- $(use_enable unicode) \
- $(use_with ladspa) \
- $(use_with vorbis) \
- $(use_with mp3 libmad) \
- $(use_with id3tag) \
- $(use_with flac libflac) \
- $(use_enable vamp) \
- $(use_with twolame libtwolame) \
- $(use_with soundtouch) \
- $(use_with libsamplerate) \
- || die
-
- emake || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-
- # Remove bad doc install
- rm -rf "${D}"/usr/share/doc
-
- # Install our docs
- dodoc README.txt
-}
diff --git a/media-sound/audacity/files/audacity-1.3.2+flac-1.1.3.patch b/media-sound/audacity/files/audacity-1.3.2+flac-1.1.3.patch
deleted file mode 100644
index e00cc6d7cee5..000000000000
--- a/media-sound/audacity/files/audacity-1.3.2+flac-1.1.3.patch
+++ /dev/null
@@ -1,138 +0,0 @@
-? src/export/2
-? src/export/makefile
-? src/import/2
-? src/import/makefile
-Index: acinclude.m4
-===================================================================
-RCS file: /cvsroot/audacity/audacity-src/acinclude.m4,v
-retrieving revision 1.17
-diff -u -r1.17 acinclude.m4
---- acinclude.m4 20 Oct 2006 10:31:59 -0000 1.17
-+++ acinclude.m4 20 Oct 2006 22:46:26 -0000
-@@ -463,7 +463,7 @@
- dnl See if FLAC is installed in the system
-
- AC_CHECK_LIB(FLAC,
-- FLAC__file_decoder_new,
-+ FLAC__stream_decoder_new,
- lib_found="yes",
- lib_found="no",
- -lFLAC++ -lFLAC)
-Index: src/export/ExportFLAC.cpp
-===================================================================
-RCS file: /cvsroot/audacity/audacity-src/src/export/ExportFLAC.cpp,v
-retrieving revision 1.9
-diff -u -r1.9 ExportFLAC.cpp
---- src/export/ExportFLAC.cpp 23 Sep 2006 02:26:41 -0000 1.9
-+++ src/export/ExportFLAC.cpp 20 Oct 2006 22:46:32 -0000
-@@ -41,6 +41,13 @@
-
- #define SAMPLES_PER_RUN 8192
-
-+/* FLACPP_API_VERSION_CURRENT is 6 for libFLAC++ from flac-1.1.3 (see <FLAC++/export.h>) */
-+#if !defined FLACPP_API_VERSION_CURRENT || FLACPP_API_VERSION_CURRENT < 6
-+#define LEGACY_FLAC
-+#else
-+#undef LEGACY_FLAC
-+#endif
-+
- bool ExportFLAC(AudacityProject *project,
- int numChannels, wxString fName,
- bool selectionOnly, double t0, double t1, MixerSpec *mixerSpec)
-@@ -58,7 +65,9 @@
- gPrefs->Read(wxT("/FileFormats/FLACBitDepth"), wxT("16"));
-
- FLAC::Encoder::File *encoder= new FLAC::Encoder::File();
-+#ifdef LEGACY_FLAC
- encoder->set_filename(OSFILENAME(fName));
-+#endif
- encoder->set_channels(numChannels);
- encoder->set_sample_rate(int(rate + 0.5));
-
-@@ -72,7 +81,11 @@
- format=int16Sample;
- encoder->set_bits_per_sample(16);
- }
-- encoder->init();
-+#ifdef LEGACY_FLAC
-+ encoder->init(); // really should check the return value here...
-+#else
-+ encoder->init(OSFILENAME(fName)); // really should check the return value here...
-+#endif
-
- int numWaveTracks;
- WaveTrack **waveTracks;
-@@ -129,7 +142,7 @@
- return !cancelling;
- }
-
--#endif // USE_LIBVORBIS
-+#endif // USE_LIBFLAC
-
-
- // Indentation settings for Vim and Emacs and unique identifier for Arch, a
-Index: src/import/ImportFLAC.cpp
-===================================================================
-RCS file: /cvsroot/audacity/audacity-src/src/import/ImportFLAC.cpp,v
-retrieving revision 1.16
-diff -u -r1.16 ImportFLAC.cpp
---- src/import/ImportFLAC.cpp 23 Sep 2006 02:26:55 -0000 1.16
-+++ src/import/ImportFLAC.cpp 20 Oct 2006 22:46:32 -0000
-@@ -63,6 +63,13 @@
- #include "../WaveTrack.h"
- #include "ImportPlugin.h"
-
-+/* FLACPP_API_VERSION_CURRENT is 6 for libFLAC++ from flac-1.1.3 (see <FLAC++/export.h>) */
-+#if !defined FLACPP_API_VERSION_CURRENT || FLACPP_API_VERSION_CURRENT < 6
-+#define LEGACY_FLAC
-+#else
-+#undef LEGACY_FLAC
-+#endif
-+
- class FLACImportFileHandle;
-
- class MyFLACFile : public FLAC::Decoder::File
-@@ -264,6 +271,7 @@
-
- bool FLACImportFileHandle::Init()
- {
-+#ifdef LEGACY_FLAC
- bool success = mFile->set_filename(OSFILENAME(mName));
- if (!success) {
- return false;
-@@ -272,11 +280,23 @@
- if (state != FLAC__FILE_DECODER_OK) {
- return false;
- }
-+#else
-+ if (mFile->init(OSFILENAME(mName)) != FLAC__STREAM_DECODER_INIT_STATUS_OK) {
-+ return false;
-+ }
-+#endif
- mFile->process_until_end_of_metadata();
-+#ifdef LEGACY_FLAC
- state = mFile->get_state();
- if (state != FLAC__FILE_DECODER_OK) {
- return false;
- }
-+#else
-+ // not necessary to check state, error callback will catch errors, but here's how:
-+ if (mFile->get_state() > FLAC__STREAM_DECODER_READ_FRAME) {
-+ return false;
-+ }
-+#endif
- if (!mFile->is_valid() || mFile->get_was_error())
- {
- // This probably is not a FLAC file at all
-@@ -340,7 +360,11 @@
- mChannels[1]->SetTeamed(true);
- }
-
-+#ifdef LEGACY_FLAC
- mFile->process_until_end_of_file();
-+#else
-+ mFile->process_until_end_of_stream();
-+#endif
-
- *outTracks = new Track *[*outNumTracks];
- for(c = 0; c < *outNumTracks; c++) {
diff --git a/media-sound/audacity/files/audacity-1.3.2-desktopentry.patch b/media-sound/audacity/files/audacity-1.3.2-desktopentry.patch
deleted file mode 100644
index fe5f95dfca42..000000000000
--- a/media-sound/audacity/files/audacity-1.3.2-desktopentry.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-Index: audacity-src-1.3.2-beta/src/audacity.desktop
-===================================================================
---- audacity-src-1.3.2-beta.orig/src/audacity.desktop
-+++ audacity-src-1.3.2-beta/src/audacity.desktop
-@@ -1,4 +1,4 @@
--[Desktop Entry]
-+[Desktop Entry]
- Encoding=UTF-8
-
- Name=Audacity Sound Editor
diff --git a/media-sound/audacity/files/audacity-1.3.2-disable-optimization.patch b/media-sound/audacity/files/audacity-1.3.2-disable-optimization.patch
deleted file mode 100644
index 98583ce74db0..000000000000
--- a/media-sound/audacity/files/audacity-1.3.2-disable-optimization.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Naur audacity-src-1.3.2-beta.orig/lib-src/soundtouch/include/STTypes.h audacity-src-1.3.2-beta/lib-src/soundtouch/include/STTypes.h
---- audacity-src-1.3.2-beta.orig/lib-src/soundtouch/include/STTypes.h 2006-10-29 08:06:01.000000000 +0900
-+++ audacity-src-1.3.2-beta/lib-src/soundtouch/include/STTypes.h 2006-11-17 01:27:15.000000000 +0900
-@@ -92,7 +92,6 @@
- /// However, if you're having difficulties getting the optimized routines
- /// compiled with your compler (e.g. some gcc compiler versions may be picky),
- /// you may wish to disable the optimizations to make the library compile.
-- #define ALLOW_OPTIMIZATIONS 1
-
-
- // If defined, allows the SIMD-optimized routines to take minor shortcuts
diff --git a/media-sound/audacity/files/audacity-1.3.2-gentoo.patch b/media-sound/audacity/files/audacity-1.3.2-gentoo.patch
deleted file mode 100644
index 7ae4589fbc69..000000000000
--- a/media-sound/audacity/files/audacity-1.3.2-gentoo.patch
+++ /dev/null
@@ -1,54 +0,0 @@
-diff -Naur audacity-src-1.3.2-beta.orig/configure audacity-src-1.3.2-beta/configure
---- audacity-src-1.3.2-beta.orig/configure 2006-10-29 08:05:36.000000000 +0900
-+++ audacity-src-1.3.2-beta/configure 2006-10-31 16:12:48.000000000 +0900
-@@ -7027,8 +7027,8 @@
- fi
-
-
--# Extract the first word of "wx-config", so it can be a program name with args.
--set dummy wx-config; ac_word=$2
-+# Extract the first word of "wx-config-2.6", so it can be a program name with args.
-+set dummy wx-config-2.6; ac_word=$2
- { echo "$as_me:$LINENO: checking for $ac_word" >&5
- echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
- if test "${ac_cv_path_WX_CONFIG+set}" = set; then
-@@ -7070,8 +7070,8 @@
-
-
- if [ "$WX_CONFIG" = "no" ] ; then
-- { { echo "$as_me:$LINENO: error: \"Could not find wx-config: is wxWindows installed? is wx-config in your path?\"" >&5
--echo "$as_me: error: \"Could not find wx-config: is wxWindows installed? is wx-config in your path?\"" >&2;}
-+ { { echo "$as_me:$LINENO: error: \"Could not find wx-config-2.6: is wxWindows installed? is wx-config-2.6 in your path?\"" >&5
-+echo "$as_me: error: \"Could not find wx-config-2.6: is wxWindows installed? is wx-config-2.6 in your path?\"" >&2;}
- { (exit 1); exit 1; }; }
- fi
-
-diff -Naur audacity-src-1.3.2-beta.orig/configure.in audacity-src-1.3.2-beta/configure.in
---- audacity-src-1.3.2-beta.orig/configure.in 2006-10-29 08:06:01.000000000 +0900
-+++ audacity-src-1.3.2-beta/configure.in 2006-10-31 16:12:21.000000000 +0900
-@@ -310,10 +310,10 @@
-
- dnl --- check for required libraries ---
-
--dnl wxWindows -- we assume that if wx-config is found, wxWindows is successfully installed.
--AC_PATH_PROG(WX_CONFIG, wx-config, no, $PATH:/usr/local/bin )
-+dnl wxWindows -- we assume that if wx-config-2.6 is found, wxWindows is successfully installed.
-+AC_PATH_PROG(WX_CONFIG, wx-config-2.6, no, $PATH:/usr/local/bin )
- if [[ "$WX_CONFIG" = "no" ]] ; then
-- AC_MSG_ERROR("Could not find wx-config: is wxWindows installed? is wx-config in your path?")
-+ AC_MSG_ERROR("Could not find wx-config-2.6: is wxWindows installed? is wx-config-2.6 in your path?")
- fi
-
- dnl Check that the wx version is 2.6.x
-diff -Naur audacity-src-1.3.2-beta.orig/locale/Makefile.in audacity-src-1.3.2-beta/locale/Makefile.in
---- audacity-src-1.3.2-beta.orig/locale/Makefile.in 2006-10-29 08:06:04.000000000 +0900
-+++ audacity-src-1.3.2-beta/locale/Makefile.in 2006-11-01 00:06:00.000000000 +0900
-@@ -17,7 +17,7 @@
- INSTALL=@INSTALL@
- AUDACITY_NAME=@AUDACITY_NAME@
- ifdef DESTDIR
-- INSTALL_PATH=$(top_srcdir)/$(DESTDIR)
-+ INSTALL_PATH=$(DESTDIR)
- else
- INSTALL_PATH=
- endif
diff --git a/media-sound/audacity/files/audacity-1.3.2-libnyquistp.patch b/media-sound/audacity/files/audacity-1.3.2-libnyquistp.patch
deleted file mode 100644
index b2f4e4affd2e..000000000000
--- a/media-sound/audacity/files/audacity-1.3.2-libnyquistp.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-diff -urd /tmp/audacity-src-1.3.2-beta/lib-src/libnyquist/Makefile.in audacity-src-1.3.2-beta/lib-src/libnyquist/Makefile.in
---- /tmp/audacity-src-1.3.2-beta/lib-src/libnyquist/Makefile.in 2006-10-29 01:05:50.000000000 +0200
-+++ audacity-src-1.3.2-beta/lib-src/libnyquist/Makefile.in 2006-11-17 19:14:04.430148792 +0100
-@@ -338,16 +338,16 @@
- $(CC) -c tran/pluck.c -o tran/pluck.o $(CFLAGS)
-
- tran/abs.o: tran/abs.c tran/abs.h nyqsrc/sound.h nyqsrc/falloc.h nyqsrc/cque.h
-- cc -c tran/abs.c -o tran/abs.o $(CFLAGS)
-+ $(CC) -c tran/abs.c -o tran/abs.o $(CFLAGS)
-
- tran/sqrt.o: tran/sqrt.c tran/sqrt.h nyqsrc/sound.h nyqsrc/falloc.h nyqsrc/cque.h
-- cc -c tran/sqrt.c -o tran/sqrt.o $(CFLAGS)
-+ $(CC) -c tran/sqrt.c -o tran/sqrt.o $(CFLAGS)
-
- tran/alpasscv.o: tran/alpasscv.c tran/alpasscv.h nyqsrc/sound.h nyqsrc/falloc.h nyqsrc/cque.h
-- cc -c tran/alpasscv.c -o tran/alpasscv.o $(CFLAGS)
-+ $(CC) -c tran/alpasscv.c -o tran/alpasscv.o $(CFLAGS)
-
- tran/alpassvc.o: tran/alpassvc.c tran/alpassvc.h nyqsrc/sound.h nyqsrc/falloc.h nyqsrc/cque.h
-- cc -c tran/alpassvc.c -o tran/alpassvc.o $(CFLAGS)
-+ $(CC) -c tran/alpassvc.c -o tran/alpassvc.o $(CFLAGS)
-
- nyqsrc/sndfnint.o: nyqsrc/sndfnint.c
- $(CC) -c nyqsrc/sndfnint.c -o nyqsrc/sndfnint.o $(CFLAGS)
-@@ -493,6 +493,14 @@
- nyqsrc/seqfnintptrs.h: $(CMTHDRS) misc/intgen
- $(INTGEN) nyqsrc/seqfnint $(CMTHDRS)
-
-+nyqsrc/sndfnintdefs.h : nyqsrc/sndfnintptrs.h
-+
-+nyqsrc/seqfnintdefs.h : nyqsrc/seqfnintptrs.h
-+
-+nyqsrc/sndfnint.c : nyqsrc/sndfnintptrs.h
-+
-+nyqsrc/seqfnint.c : nyqsrc/seqfnintptrs.h
-+
- clean:
- rm -f libnyquist.a
- cd misc; $(MAKE) clean
-
diff --git a/media-sound/audacity/files/audacity-1.3.2-no-msse.patch b/media-sound/audacity/files/audacity-1.3.2-no-msse.patch
deleted file mode 100644
index ecbec1450fc7..000000000000
--- a/media-sound/audacity/files/audacity-1.3.2-no-msse.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib-src/soundtouch/source/SoundTouch/Makefile.am.old 2006-11-02 13:30:00.000000000 +0900
-+++ lib-src/soundtouch/source/SoundTouch/Makefile.am 2006-11-02 13:30:12.000000000 +0900
-@@ -35,7 +35,7 @@
-
- # ??? test for -fcheck-new in configure.ac
- # other compiler flags to add
--AM_CXXFLAGS=-O3 -msse -fcheck-new -I../../include
-+AM_CXXFLAGS=-fcheck-new -I../../include
-
- # other linking flags to add
- #libSoundTouch_la_LIBADD=