diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-06-21 23:07:25 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-06-21 23:07:25 +0000 |
commit | e410859106a26edca6fb6bea131d3fdf52fd5ec7 (patch) | |
tree | cb0d847ef3e3b91877fa9c0185051cbefeab9656 /media-sound/audacity | |
parent | removed older ebuilds (diff) | |
download | gentoo-2-e410859106a26edca6fb6bea131d3fdf52fd5ec7.tar.gz gentoo-2-e410859106a26edca6fb6bea131d3fdf52fd5ec7.tar.bz2 gentoo-2-e410859106a26edca6fb6bea131d3fdf52fd5ec7.zip |
new package. fixes #3911
Diffstat (limited to 'media-sound/audacity')
-rw-r--r-- | media-sound/audacity/ChangeLog | 13 | ||||
-rw-r--r-- | media-sound/audacity/audacity-1.0.0.ebuild | 43 | ||||
-rw-r--r-- | media-sound/audacity/files/digest-audacity-1.0.0 | 1 |
3 files changed, 57 insertions, 0 deletions
diff --git a/media-sound/audacity/ChangeLog b/media-sound/audacity/ChangeLog new file mode 100644 index 000000000000..ec145f36e3ed --- /dev/null +++ b/media-sound/audacity/ChangeLog @@ -0,0 +1,13 @@ +# 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.1 2002/06/21 23:07:25 rphillips Exp $ + +*audacity-1.0.0 (21 Jun 2002) + + 21 Jun 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/media-sound/audacity/audacity-1.0.0.ebuild b/media-sound/audacity/audacity-1.0.0.ebuild new file mode 100644 index 000000000000..fbe11593fb6a --- /dev/null +++ b/media-sound/audacity/audacity-1.0.0.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Maintainer: Will Glynn <delta407@lerfjhax.com> +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.0.0.ebuild,v 1.1 2002/06/21 23:07:25 rphillips Exp $ + +DESCRIPTION="Audacity" +SRC_URI="mirror://sourceforge/audacity/audacity-src-1.0.0.tgz" +HOMEPAGE="http://audacity.sourceforge.net/" +LICENSE="GPL-2" + +# doesn't compile with wxGTK-2.3.2 + +DEPEND="virtual/glibc + =x11-libs/wxGTK-2.2.9 + oggvorbis? ( media-libs/libvorbis )" + +RDEPEND="virtual/glibc + =x11-libs/wxGTK-2.2.9 + oggvorbis? ( media-libs/libvorbis )" + +src_compile() { + + local myconf="--with-id3" + + use oggvorbis && myconf="${myconf} --with-vorbis" + + # arts is broken! :( + # use arts && myconf="${myconf} --with-arts-soundserver" + + cd ${WORKDIR}/audacity-src-1.0.0 + ./configure --prefix=/usr \ + $myconf || die + + emake || die +} + +src_install () { + cd ${WORKDIR}/audacity-src-1.0.0 + + export PREFIX=${D}/usr + make -e install || die +} + diff --git a/media-sound/audacity/files/digest-audacity-1.0.0 b/media-sound/audacity/files/digest-audacity-1.0.0 new file mode 100644 index 000000000000..380cf1d78a80 --- /dev/null +++ b/media-sound/audacity/files/digest-audacity-1.0.0 @@ -0,0 +1 @@ +MD5 6711813f16c3d64e63209cb355191af6 audacity-src-1.0.0.tgz 1699883 |