summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/audacity')
-rw-r--r--media-sound/audacity/ChangeLog7
-rw-r--r--media-sound/audacity/audacity-1.3.0b.ebuild70
-rw-r--r--media-sound/audacity/files/audacity-1.2.3-gcc41.patch12
-rw-r--r--media-sound/audacity/files/audacity-1.3.0b-x86.patch24
-rw-r--r--media-sound/audacity/files/digest-audacity-1.3.0b3
5 files changed, 6 insertions, 110 deletions
diff --git a/media-sound/audacity/ChangeLog b/media-sound/audacity/ChangeLog
index fa4f2faf18f3..bfc3392c0bb1 100644
--- a/media-sound/audacity/ChangeLog
+++ b/media-sound/audacity/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/audacity
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.66 2007/05/25 16:50:48 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.67 2007/05/27 01:37:13 matsuu Exp $
+
+ 27 May 2007; MATSUU Takuto <matsuu@gentoo.org>
+ -files/audacity-1.2.3-gcc41.patch, -files/audacity-1.3.0b-x86.patch,
+ -audacity-1.3.0b.ebuild:
+ Removed old versions.
25 May 2007; Brent Baude <ranger@gentoo.org> audacity-1.3.3.ebuild:
Marking audacity-1.3.3 ~ppc64 for bug 179173
diff --git a/media-sound/audacity/audacity-1.3.0b.ebuild b/media-sound/audacity/audacity-1.3.0b.ebuild
deleted file mode 100644
index ad430a6c8baa..000000000000
--- a/media-sound/audacity/audacity-1.3.0b.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.0b.ebuild,v 1.8 2007/03/10 01:00:17 aballier Exp $
-
-inherit wxwidgets eutils
-
-IUSE="encode mad unicode"
-
-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"
-
-DEPEND="=x11-libs/wxGTK-2.6*
- >=app-arch/zip-2.3
- media-libs/libid3tag
- >=media-libs/libsndfile-1.0.0
- >=media-libs/libvorbis-1.0
- encode? ( >=media-sound/lame-3.92 )
- mad? ( >=media-libs/libmad-0.14.2b )"
-
-WX_GTK_VER="2.6"
-
-S="${WORKDIR}/${MY_P}-beta"
-
-src_unpack() {
- unpack ${A}
-
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-1.2.3-gcc41.patch # bug 113754
- epatch "${FILESDIR}"/${P}-x86.patch # Bug 139936
-}
-
-src_compile() {
- if built_with_use '>=x11-libs/wxGTK-2.6' unicode ; then
- need-wxwidgets unicode
- else
- need-wxwidgets gtk2
- fi
-
- econf \
- $(use_with mad libmad system) \
- $(use_with flac system) \
- --with-vorbis=system \
- --with-id3tag=system \
- --with-libsndfile=system || die
-
- # parallel borks
- emake -j1 || die
-}
-
-src_install() {
- make DESTDIR="${D}" INSTALL_PATH="${D}" install || die
-
- # Remove bad doc install
- rm -rf ${D}/usr/share/doc
-
- # Install our docs
- dodoc README.txt audacity-1.2-help.htb
-
- insinto /usr/share/icons/hicolor/48x48/apps
- newins images/AudacityLogo48x48.xpm audacity.xpm
-
- make_desktop_entry audacity Audacity audacity
-}
diff --git a/media-sound/audacity/files/audacity-1.2.3-gcc41.patch b/media-sound/audacity/files/audacity-1.2.3-gcc41.patch
deleted file mode 100644
index 5c703f5dfc7f..000000000000
--- a/media-sound/audacity/files/audacity-1.2.3-gcc41.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -u audacity-src-1.2.3/lib-src/soundtouch/include/SoundTouch.h audacity-src-1.2.3/lib-src/soundtouch/include/SoundTouch.h.new
---- audacity-src-1.2.3/lib-src/soundtouch/include/SoundTouch.h 2004-11-18 02:17:35.000000000 -0400
-+++ audacity-src-1.2.3/lib-src/soundtouch/include/SoundTouch.h.new 2005-11-27 19:27:49.000000000 -0400
-@@ -146,7 +146,7 @@
- static const char *getVersionString();
-
- /// Get SoundTouch library version Id
-- static uint SoundTouch::getVersionId();
-+ static uint getVersionId();
-
- /// Sets new rate control value. Normal rate = 1.0, smaller values
- /// represent slower rate, larger faster rates.
diff --git a/media-sound/audacity/files/audacity-1.3.0b-x86.patch b/media-sound/audacity/files/audacity-1.3.0b-x86.patch
deleted file mode 100644
index c43091ac011c..000000000000
--- a/media-sound/audacity/files/audacity-1.3.0b-x86.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -Naur audacity-src-1.3.0b-beta.orig/lib-src/soundtouch/source/SoundTouch/cpu_detect_x86_gcc.cpp audacity-src-1.3.0b-beta/lib-src/soundtouch/source/SoundTouch/cpu_detect_x86_gcc.cpp
---- audacity-src-1.3.0b-beta.orig/lib-src/soundtouch/source/SoundTouch/cpu_detect_x86_gcc.cpp 2005-11-28 01:47:29.000000000 +0900
-+++ audacity-src-1.3.0b-beta/lib-src/soundtouch/source/SoundTouch/cpu_detect_x86_gcc.cpp 2006-08-06 08:25:36.000000000 +0900
-@@ -95,7 +95,7 @@
- "\n\tpushf" // save updated eflags to stack
- "\n\tpop %%eax" // load from stack
- "\n\txor %%edx, %%edx" // clear edx for defaulting no mmx
-- "\n\tcmp %%eax, %%ecx" // compare to original eflags values
-+ "\n\tcmp %%ecx, %%eax" // compare to original eflags values
- "\n\tjz end" // jumps to 'end' if cpuid not present
-
- // cpuid instruction available, test for presence of mmx instructions
-@@ -132,9 +132,9 @@
-
- "\n\tmov %%esi, %0"
-
-- : "=rm" (res)
-+ : "=r" (res)
- : /* no inputs */
-- : "%edx", "%eax", "%ecx", "%ebx", "%esi" );
-+ : "%edx", "%eax", "%ecx", "%esi" );
-
- return res & ~_dwDisabledISA;
- #endif
diff --git a/media-sound/audacity/files/digest-audacity-1.3.0b b/media-sound/audacity/files/digest-audacity-1.3.0b
deleted file mode 100644
index 4cca0695c60c..000000000000
--- a/media-sound/audacity/files/digest-audacity-1.3.0b
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 d1c5a3359ad95eab6ca8b375972c1a91 audacity-src-1.3.0b.tar.gz 4938302
-RMD160 4ada2e40799f60477d6c2aabb0b91bb03c8882f9 audacity-src-1.3.0b.tar.gz 4938302
-SHA256 cff02da856622acbca7b6ce9e0c05ad0cabc0c10fc5f79e349d2e586176e49f9 audacity-src-1.3.0b.tar.gz 4938302