Csound Csound-dev Csound-tekno Search About

Moving towards a CS5 release

Date2005-11-28 11:52
Fromjpff@cs.bath.ac.uk
SubjectMoving towards a CS5 release
In the spirit of wanting a release this year I have placed a
binary-only linux release candidate on sourceforge.  It contains an
installer utility, and a manual.  I would like feed-back on the
installer especially. 
 Actually there are 3 files -- floats and doubles on i386, and
doubles on i86_64.
 If this is an acceptable installation I will see about a Windows and
Mac equivalent.
==John ffitch

Date2005-11-28 13:31
FromIstvan Varga
SubjectRe: Moving towards a CS5 release
AttachmentsNone  

Date2005-11-28 14:38
FromKenneth Long
SubjectRe: Moving towards a CS5 release
> 
>  * 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
... 

:-(




		
__________________________________ 
Yahoo! Music Unlimited 
Access over 1 million songs. Try it free. 
http://music.yahoo.com/unlimited/

Date2005-11-28 16:07
Fromjjbenham@chicagoguitar.com (Jeremiah Benham)
SubjectRe: Moving towards a CS5 release
AttachmentsNone  None  csound5-20051124.ebuild  

Date2005-11-28 22:21
FromKenneth Long
SubjectRe: Moving towards a CS5 release
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/