diff options
author | Nick Hadaway <raker@gentoo.org> | 2003-01-31 00:54:56 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2003-01-31 00:54:56 +0000 |
commit | 5a35d9ee10e5473a6f3108aacf6c27983b81df81 (patch) | |
tree | 119c1d9794312f46f7277b7b10fd6dabef5210ae /media-sound | |
parent | Version bump. (diff) | |
download | gentoo-2-5a35d9ee10e5473a6f3108aacf6c27983b81df81.tar.gz gentoo-2-5a35d9ee10e5473a6f3108aacf6c27983b81df81.tar.bz2 gentoo-2-5a35d9ee10e5473a6f3108aacf6c27983b81df81.zip |
Rev bump which should now build and run properly.
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/audacity/ChangeLog | 14 | ||||
-rw-r--r-- | media-sound/audacity/audacity-1.1.1-r1.ebuild | 35 | ||||
-rw-r--r-- | media-sound/audacity/files/digest-audacity-1.1.1-r1 | 1 |
3 files changed, 49 insertions, 1 deletions
diff --git a/media-sound/audacity/ChangeLog b/media-sound/audacity/ChangeLog index 976e6b71e034..45baf7d330b7 100644 --- a/media-sound/audacity/ChangeLog +++ b/media-sound/audacity/ChangeLog @@ -1,6 +1,18 @@ # ChangeLog for media-sound/audacity # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.6 2003/01/15 19:02:57 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.7 2003/01/31 00:54:56 raker Exp $ + +*audacity-1.1.1-r1 (30 Jan 2003) + + 30 Jan 2003; Nick Hadaway <raker@gentoo.org> audacity-1.1.1-r1.ebuild, + files/digest-audacity-1.1.1-r1 : + Updated ebuild to depend on wxGTK-2.2.9* as wxGTK-2.4.0 causes + a segfault on startup. Updated to the -3 audacity tarball. + Added a system dependancy on >=libsndfile-1.0.0. CVS should + be compatible with =wxGTK-2.4* real soon now. :) I'm not motivated + to do an audacity-cvs build yet as it has been very unstable. + Once I start seeing the code base become more stable I may consider + it. *audacity-1.1.1 (15 Jan 2003) diff --git a/media-sound/audacity/audacity-1.1.1-r1.ebuild b/media-sound/audacity/audacity-1.1.1-r1.ebuild new file mode 100644 index 000000000000..087531a67d56 --- /dev/null +++ b/media-sound/audacity/audacity-1.1.1-r1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.1.1-r1.ebuild,v 1.1 2003/01/31 00:54:56 raker Exp $ + +IUSE="oggvorbis" +DESCRIPTION="A free, crossplatform audio editor." +HOMEPAGE="http://audacity.sourceforge.net/" +LICENSE="GPL-2" +DEPEND="=x11-libs/wxGTK-2.2.9* + >=app-arch/zip-2.3 + >=media-sound/mad-0.14 + >=media-libs/id3lib-3.8.0 + >=media-libs/libsndfile-1.0.0 + oggvorbis? ( media-libs/libvorbis )" +SLOT="0" +KEYWORDS="x86" +SRC_URI="mirror://sourceforge/${PN}/${PN}-src-${PV}-3.tgz" +S="${WORKDIR}/${PN}-src-${PV}-3" +inherit eutils + +src_unpack() { + unpack ${PN}-src-${PV}-3.tgz + cd ${S} + epatch ${FILESDIR}/mono_mp3_export.patch || die +} + +src_compile() { + econf --with-libsndfile=system || die + MAKEOPTS=-j1 emake || die +} + +src_install () { + make PREFIX="${D}/usr" install || die + dodoc LICENSE.txt README.txt +} diff --git a/media-sound/audacity/files/digest-audacity-1.1.1-r1 b/media-sound/audacity/files/digest-audacity-1.1.1-r1 new file mode 100644 index 000000000000..4880d8bb2f2d --- /dev/null +++ b/media-sound/audacity/files/digest-audacity-1.1.1-r1 @@ -0,0 +1 @@ +MD5 8fd7fc8ccc06b51ab3244a574dc0f3a9 audacity-src-1.1.1-3.tgz 2310873 |