From 2a4573f7a65eabf4a5c9bc1a62d7eebe2db89020 Mon Sep 17 00:00:00 2001 From: Nick Hadaway Date: Fri, 25 Oct 2002 03:14:47 +0000 Subject: Initial ebuild. Marked unstable. ardour is a multi-track harddisk recording program --- media-sound/ardour-cvs/ChangeLog | 9 ++++ media-sound/ardour-cvs/ardour-cvs-0.5.ebuild | 59 ++++++++++++++++++++++ media-sound/ardour-cvs/files/asoundrc | 10 ++++ media-sound/ardour-cvs/files/digest-ardour-cvs-0.5 | 1 + 4 files changed, 79 insertions(+) create mode 100644 media-sound/ardour-cvs/ChangeLog create mode 100644 media-sound/ardour-cvs/ardour-cvs-0.5.ebuild create mode 100644 media-sound/ardour-cvs/files/asoundrc create mode 100644 media-sound/ardour-cvs/files/digest-ardour-cvs-0.5 (limited to 'media-sound/ardour-cvs') 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 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 -- cgit v1.2.3-65-gdbad