| this is cool!
the big reason I like Gentoo over other distros is
the way it helps in dealing with dependancies...
and keeping things updated.
emerge sync, etc. :-)
Ken
--- Jeremiah Benham
wrote:
> On Mon, Nov 28, 2005 at 06:38:13AM -0800, Kenneth
> Long wrote:
> >
> > >
> > > * the installer does not run on my system
> because
> > > it is dynamically
> > > linked against an old version of the standard
> C++
> > > library that I
> > > do not have.
> >
> > I dont see a Gentoo Linux build on
> >
> > http://packages.gentoo.org
>
>
>
> I am working on a gentoo ebuild for cvs. It works
> now and is easy to edit. I wrote it will quick so it
> has some odvious omissions at the moment like not
> building
> dependencies.
>
> I will attatch it.
>
> Jeremiah
>
>
>
>
> > # Copyright 1999-2005 Gentoo Foundation
> # Distributed under the terms of the GNU General
> Public License v2
> # $Header: $
>
>
>
> ECVS_SERVER="cvs.sourceforge.net:/cvsroot/csound"
> ECVS_AUTH="pserver"
> ECVS_USER="anonymous"
> ECVS_PASS=""
> ECVS_MODULE="csound5"
> ECVS_CVS_OPTIONS="-dP"
>
> inherit cvs
>
> DESCRIPTION=""
> HOMEPAGE="www.csound.com"
> SRC_URI=""
>
> LICENSE="LGPL"
> SLOT="0"
> KEYWORDS="~amd64"
> IUSE=""
>
> DEPEND=""
> RDEPEND=""
>
> S=${WORKDIR}/csound5
>
> src_unpack() {
> cvs_src_unpack
> cd "${S}"
> }
>
> src_compile() {
> scons install=0 buildDSSI=0 useCoreAudio=0
> usePortMIDI=0 buildLoris=0 \
> generateXmg=0 buildJavaWrapper=0 buildCsoundVST=0
> useFLTK=0 useJack=0 \
> useALSA=1 usePortAudio=0
> }
>
>
> src_install() {
> exeinto /usr/local/bin/
> doexe ${S}/csound
>
> dodir /usr/local/lib/csound
> dodir /usr/local/lib/csound/opcodes
>
> exeinto /usr/local/$(get_libdir)/csound/opcodes
> doexe ${S}/*.so
> doexe ${S}/*.a
>
>
> }
>
>
__________________________________
Yahoo! Music Unlimited
Access over 1 million songs. Try it free.
http://music.yahoo.com/unlimited/ |