diff options
author | Nick Hadaway <raker@gentoo.org> | 2002-10-25 03:14:47 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2002-10-25 03:14:47 +0000 |
commit | 9d709a7f4bfe43f67dc2d6911266c9de225c39e1 (patch) | |
tree | bf9f7760af02df6e6071be958f26aa2e393edf3a /media-sound | |
parent | Removing old versions, and adding the public release. (diff) | |
download | historical-9d709a7f4bfe43f67dc2d6911266c9de225c39e1.tar.gz historical-9d709a7f4bfe43f67dc2d6911266c9de225c39e1.tar.bz2 historical-9d709a7f4bfe43f67dc2d6911266c9de225c39e1.zip |
Initial ebuild. Marked unstable. ardour is a multi-track harddisk
recording program
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/ardour-cvs/ChangeLog | 9 | ||||
-rw-r--r-- | media-sound/ardour-cvs/ardour-cvs-0.5.ebuild | 59 | ||||
-rw-r--r-- | media-sound/ardour-cvs/files/asoundrc | 10 | ||||
-rw-r--r-- | media-sound/ardour-cvs/files/digest-ardour-cvs-0.5 | 1 |
4 files changed, 79 insertions, 0 deletions
diff --git a/media-sound/ardour-cvs/ChangeLog b/media-sound/ardour-cvs/ChangeLog new file mode 100644 index 000000000000..d2e34b326685 --- /dev/null +++ b/media-sound/ardour-cvs/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for media-sound/ardour-cvs +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour-cvs/ChangeLog,v 1.1 2002/10/25 03:14:47 raker Exp $ + +*ardour-cvs-0.5 (24 Oct 2002) + + 24 Oct 2002; Nick Hadaway <raker@gentoo.org> ardour-cvs-0.5.ebuild, + files/digest-ardour-cvs-0.5, files/asoundrc : + Initial ebuild. diff --git a/media-sound/ardour-cvs/ardour-cvs-0.5.ebuild b/media-sound/ardour-cvs/ardour-cvs-0.5.ebuild new file mode 100644 index 000000000000..2cb0c6bba547 --- /dev/null +++ b/media-sound/ardour-cvs/ardour-cvs-0.5.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour-cvs/ardour-cvs-0.5.ebuild,v 1.1 2002/10/25 03:14:47 raker Exp $ + +inherit cvs + +ECVS_SERVER="cvs.ardour.sourceforge.net:/cvsroot/ardour" +ECVS_MODULE="ardour" +ECVS_TOP_DIR="${DISTDIR}/cvs-src/ardour" + +DESCRIPTION="multi-track hard disk recording software" +HOMEPAGE="http://ardour.sourceforge.net/" +SRC_URI="mirror://sourceforge/ardour/ardour-pixmaps-2.5.0.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +IUSE="" + +DEPEND="dev-util/pkgconfig + >=media-libs/alsa-lib-0.9.0_rc2 + >=media-sound/jack-audio-connection-kit-0.34 + =dev-libs/glib-1.2* + =x11-libs/gtk+-1.2* + >=media-libs/libsndfile-1.0.0 + sys-libs/gdbm + media-libs/ladspa-sdk" + +S="${WORKDIR}/${PN/-cvs/}" + +src_compile() { + + sh autogen.sh + + econf || die "configure failed" + + emake || die "parallel make failed" + +} + +src_install() { + + einstall || die "make install failed" + + cd ${WORKDIR} + mkdir pixmaps + cd pixmaps + unpack ${DISTFILES}/ardour-pixmaps-2.5.0.tar.gz + dodir /usr/share/ardour/pixmaps + cp * ${D}/usr/share/ardour/pixmaps + + insinto /etc/skel + newins ${FILESDIR}/asoundrc .asoundrc + + insinto /etc + doins ${S}/ardour.rc + +} diff --git a/media-sound/ardour-cvs/files/asoundrc b/media-sound/ardour-cvs/files/asoundrc new file mode 100644 index 000000000000..7769730c375b --- /dev/null +++ b/media-sound/ardour-cvs/files/asoundrc @@ -0,0 +1,10 @@ +pcm.myname { + type hw + card 0 +} + +ctl.myname { + type hw + card 0 +} + diff --git a/media-sound/ardour-cvs/files/digest-ardour-cvs-0.5 b/media-sound/ardour-cvs/files/digest-ardour-cvs-0.5 new file mode 100644 index 000000000000..630034ac8047 --- /dev/null +++ b/media-sound/ardour-cvs/files/digest-ardour-cvs-0.5 @@ -0,0 +1 @@ +MD5 9eb5bf0952d55fe30e05a39e109f1d60 ardour-pixmaps-2.5.0.tar.gz 105044 |