diff options
author | John J. Ellis <jje@gentoo.org> | 2003-05-06 13:27:02 +0000 |
---|---|---|
committer | John J. Ellis <jje@gentoo.org> | 2003-05-06 13:27:02 +0000 |
commit | 511ec31e82f3f9c17ae79e75c92cda8b76628bca (patch) | |
tree | 991cfdae5fe9eeb9a961cb85ddc26e62e04970da /media-sound | |
parent | Version bump. (~x86 masked). (diff) | |
download | gentoo-2-511ec31e82f3f9c17ae79e75c92cda8b76628bca.tar.gz gentoo-2-511ec31e82f3f9c17ae79e75c92cda8b76628bca.tar.bz2 gentoo-2-511ec31e82f3f9c17ae79e75c92cda8b76628bca.zip |
Version bump. (~x86 masked).
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/ardour-cvs/ChangeLog | 11 | ||||
-rw-r--r-- | media-sound/ardour-cvs/Manifest | 4 | ||||
-rw-r--r-- | media-sound/ardour-cvs/ardour-cvs-0.6.4.ebuild | 99 | ||||
-rw-r--r-- | media-sound/ardour-cvs/files/digest-ardour-cvs-0.6.4 | 1 |
4 files changed, 111 insertions, 4 deletions
diff --git a/media-sound/ardour-cvs/ChangeLog b/media-sound/ardour-cvs/ChangeLog index e0b34a119b33..d8c43788ea72 100644 --- a/media-sound/ardour-cvs/ChangeLog +++ b/media-sound/ardour-cvs/ChangeLog @@ -1,10 +1,17 @@ # ChangeLog for media-sound/ardour-cvs # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour-cvs/ChangeLog,v 1.7 2003/04/12 04:49:25 jje Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour-cvs/ChangeLog,v 1.8 2003/05/06 13:26:50 jje Exp $ + +*ardour-cvs-0.6.4 (06 May 2003) + + 06 May 2003; jje <jje@gentoo.org> ardour-cvs-0.6.4.ebuild: + Version bump and update pixmaps. + + Submitted by: Rob Holland and Par Karlsson. *ardour-cvs-0.6 (06 Jan 2003) - 12 Apr 2003; jje ardour-cvs-0.6.ebuild: + 12 Apr 2003; jje <jje@gentoo.org> ardour-cvs-0.6.ebuild: Added hack to generate version.h 09 Mar 2003; jje <jje@gentoo.org> ardour-cvs-0.6.ebuild: diff --git a/media-sound/ardour-cvs/Manifest b/media-sound/ardour-cvs/Manifest index 0f830cf9eeff..ab928daef73e 100644 --- a/media-sound/ardour-cvs/Manifest +++ b/media-sound/ardour-cvs/Manifest @@ -1,8 +1,8 @@ -MD5 62df82258503c4b5b6d8e7fc64c199f3 ChangeLog 1467 +MD5 f19ed393910bacfc3c528340882f4c74 ChangeLog 1467 MD5 d2beb4277445d1bd466e78deff458738 ardour-cvs-0.5-r1.ebuild 1483 MD5 9742aefbfc4f85326e9632b491d98f13 ardour-cvs-0.5.ebuild 1348 MD5 6ebca22a07672a2bdacffc87ade80161 ardour-cvs-0.6.ebuild 1950 -MD5 f2a4191208c696c217f7886bcf652a8e ardour-cvs-0.6.4.ebuild 2841 +MD5 82894255a2929dd3aa42aa3b1c614b43 ardour-cvs-0.6.4.ebuild 2947 MD5 5bfe23209b494a8d0e56b22917448e8b files/asoundrc 74 MD5 30c4d1440d1e2c9de8772e3975fc766b files/digest-ardour-cvs-0.5 72 MD5 30c4d1440d1e2c9de8772e3975fc766b files/digest-ardour-cvs-0.5-r1 72 diff --git a/media-sound/ardour-cvs/ardour-cvs-0.6.4.ebuild b/media-sound/ardour-cvs/ardour-cvs-0.6.4.ebuild new file mode 100644 index 000000000000..b8cdfd1976c2 --- /dev/null +++ b/media-sound/ardour-cvs/ardour-cvs-0.6.4.ebuild @@ -0,0 +1,99 @@ +# Copyright 1999-2003 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.6.4.ebuild,v 1.1 2003/05/06 13:26:50 jje Exp $ + +IUSE="nls" + +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.6.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +DEPEND="$DEPEND + dev-util/pkgconfig + >=media-libs/alsa-lib-0.9.0_rc7 + media-sound/jack-cvs + =dev-libs/glib-1.2* + =x11-libs/gtk+-1.2* + >=media-libs/libsndfile-1.0.4 + sys-libs/gdbm + >=media-libs/ladspa-sdk-1.12 + >=media-libs/libsamplerate-0.0.14 + >=media-libs/liblrdf-0.3.1" + +RDEPEND="nls? ( sys-devel/gettext )" + +S="${WORKDIR}/${PN/-cvs/}" + +src_compile() { + + local myconf + + sh autogen.sh + # nasty little hack to create version.h, will remove when this + # is fixed upstream... + cd gtk_ardour + sh version.sh remake || die "failed to create version.h" + cd .. + use nls || myconf="${myconf} --disable-nls" + # diable ksi for now, not currently compiling... + myconf="${myconf} --disable-ksi" + econf ${myconf} || die "configure failed" + + # while troubleshooting upgrades to ardour-cvs-0.6 i changed from + # emake to make. Can probably change back. Need to test. + make || die "parallel make failed" + +} + +src_install() { + + einstall || die "make install failed" + + cd ${WORKDIR} + mkdir pixmaps + cd pixmaps + unpack ${DISTFILES}/ardour-pixmaps-2.6.tar.bz2 + dodir /usr/share/ardour/pixmaps + cp * ${D}/usr/share/ardour/pixmaps + + insinto /usr/share/ardour + + cp ardour.rc ardour.rc~ + sed -e 's/\/usr\/local\/music\/src\/ardour\//\/usr\/local\/share\/ardour\//' ardour.rc~ > ardour.rc + cp ardour.rc sample_ardour.rc + + cp ardour_system.rc ardour_system.rc~ + sed -e 's/\/usr\/local\/music\/src\/ardour\//\/usr\/local\/share\/ardour\//' ardour_system.rc~ > ardour_system.rc + + doins ${S}/ardour_system.rc + doins ${S}/ardour_ui.rc + + dodoc ${S}/AUTHORS ${S}/INSTALL ${S}/README ${S}/NEWS ${S}/COPYING ${S}/ChangeLog ${S}/sample_ardour.rc + +} + +pkg_postinst() { + + einfo "" + einfo "ardour-cvs now depends on jack-cvs" + einfo "make sure to re-emerge jack-cvs before re-emerging ardour-cvs" + einfo "as the development of both programs are closely linked." + einfo "" + einfo "to get ardour to run you will need to copy the file sample_ardour.rc" + einfo "from /usr/share/doc/ardour-0.6/sample_ardour.rc to your homedirectory" + einfo "and set two environment variables." + einfo "ARDOURRC should point to your where-ever you put your ardour.rc file" + einfo "ARDOUR_SYSTEM_RC should point to /usr/share/ardour/ardour_system.rc" + einfo "" + +} diff --git a/media-sound/ardour-cvs/files/digest-ardour-cvs-0.6.4 b/media-sound/ardour-cvs/files/digest-ardour-cvs-0.6.4 new file mode 100644 index 000000000000..6f26f03b7525 --- /dev/null +++ b/media-sound/ardour-cvs/files/digest-ardour-cvs-0.6.4 @@ -0,0 +1 @@ +MD5 b001717969ddc51014227cc7e01dbaf4 ardour-pixmaps-2.6.tar.bz2 39296 |