Csound Csound-dev Csound-tekno Search About

[Csnd] Csound 5.08 debian packages

Date2008-02-14 23:59
FromFelipe Sateler
Subject[Csnd] Csound 5.08 debian packages
AttachmentsNone  

Date2008-02-15 00:29
FromMarcel de Velde
Subject[Csnd] Re: Csound 5.08 debian packages
Hello Felippe,

Great timing haha :) Thanks!
However it's not working for me.
I added your adres to my apt source including your public key, and the
packages show up in synaptics. However when I mark any of the packages
for installation I'm getting dependency errors like this:
csound:
  Vereisten:libc6 (>=2.7-1) maar 2.6.1-1ubuntu10 wordt geïnstalleerd
 Vereisten: libcsound64-5.1 maar het wordt niet genstalleerd

And when I try to start by installing another package I get thesame
errors only for different dependencies.

Or am I thinking wrong and should do a apt-get to install them?
Sorry if that's the case I'm kind of new to Linux.


Also thanks to Andres.
I indeed didn't read the building page in the manual well enough.
Was just bussy installing the extra packages and source when I received
Felippes message.

- Marcel



Op donderdag 14-02-2008 om 20:59 uur [tijdzone -0300], schreef Felipe
Sateler:
> Hi. As some may know, I've been working on creating debian packages for 
> csound5. I have now built packages with the 5.08 beta. To use them, add the 
> following line to your /etc/apt/sources.list:
> 
> deb http://felipe.sateler.com/debian unstable main
> deb-src http://felipe.sateler.com/debian unstable main
> 
> The first one will give you the binary packages (available for i386 and amd64) 
> and the second one the source package.
> 
> The archive is signed with the GPG key 54191ABE, available at 
> http://felipe.sateler.com/debian/public_key.asc
> With fingerprint BB00 940D 4500 DA79 827B  6F30 9841 F4B0 5419 1ABE
> 
> Alternatively you can download each of the files by themselves at 
> http://felipe.sateler.com/debian/pool/main/c/csound/
> 
> Please test and comment. If they turn out to be OK, I will be asking for 
> inclusion in the main Debian archive.
> 
> This is a list of the current packages with a short description:
> 
>  csladspa   - LADSPA plugin for csound
>  csound     - powerful and versatile sound synthesis software
>  csound-gui - GUI interfaces for csound
>  csound-utils - miscellaneous utilities for the csound system
>  libcsnd-java - Java bindings for the csound API
>  libcsound64-5.1 - main library for csound
>  libcsound64-dev - development files for libcsound
>  libcsoundac5.1 - the csound Algorithmic Composition library
>  liblua5.1-csnd - lua bindings for the csound API
>  pd-csound  - csound external for PureData
>  python-csound - Python bindings for csound
>  python-csoundac - Python bindings for CsoundAC
>  tclcsound  - Tcl bindings and interpreters for csound
>  csound-doc - documentation for csound
> 
> 


Date2008-02-15 00:55
FromFelipe Sateler
Subject[Csnd] Re: Re: Csound 5.08 debian packages
AttachmentsNone  

Date2008-02-15 01:47
FromMarcel de Velde
Subject[Csnd] Re: Re: Re: Csound 5.08 debian packages
Hi Felippe,

Very impressive build. Started right after I received your email and
just now finished.
Seems to have gone well :)
Thanks a lot!

Btw I'm using Ubuntu 7.10 Gutsy Gibbon with all the updates and realtime
kernel.

Here's the configuration output again:

CONFIGURATION DECISION: Building Csound Lua interface library.
PYTHON MODULE..........
CONFIGURATION DECISION: Not generating PDF documentation.
Checking for C library png... (cached) yes
CONFIGURATION DECISION: Building image opcodes
CONFIGURATION DECISION: Building Virtual Keyboard plugin.
CONFIGURATION DECISION: Not building CoreAudio plugin.
CONFIGURATION DECISION: Building ALSA plugin.
CONFIGURATION DECISION: Building PortAudio module.
Adding Jack library for PortAudio
CONFIGURATION DECISION: Building JACK plugin.
CONFIGURATION DECISION: Building with PortMIDI.
CONFIGURATION DECISION: Building OSC plugin.
CONFIGURATION DECISION: Building UDP plugins.
Checking for C header file fluidsynth.h... (cached) yes
CONFIGURATION DECISION: Building fluid opcodes.
CONFIGURATION DECISION: Not building vst4cs opcodes.
Checking for C header file Opcodes/Loris/src/loris.h... (cached) no
CONFIGURATION DECISION: Not building Loris Python extension and Csound
opcodes.
CONFIGURATION DECISION: Not building STK opcodes.
CONFIGURATION DECISION: Building Python opcodes.
CONFIGURATION DECISION: Building FLTK GUI CSOUND5GUI frontend.
CONFIGURATION DECISION: Building CsoundAC extension module for Csound
with algorithmic composition.
PATH
= /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin
PYTHON MODULE..........
CONFIGURATION DECISION: Not building CsoundVST plugin and standalone.
CONFIGURATION DECISION: Building PD csoundapi~ class
CONFIGURATION DECISION: Building Tclcsound frontend
CONFIGURATION DECISION: Building Winsound frontend
CONFIGURATION DECISION: Not building OSX GUI frontend
Checking for C header file ladspa.h... (cached) yes
CONFIGURATION DECISION: Building DSSI plugin host opcodes.
CONFIGURATION DEFAULT:  Building csLadspa.
CONFIGURATION DECISION: Not calling TAGS
CONFIGURATION DECISION: Calling makedb
CONFIGURATION DECISION: Not compiling zip file for release.

Still no STK and Loris though haha but I'll worry about getting them
installed in a few months after learning a bit much more about csound
and blue / cecilia :)
Hope I can contribute later, have a few interesting ideas about new ways
of synthesis and know a lot about microtuning and microrhythm.

Cheers,
Marcel


Op donderdag 14-02-2008 om 21:55 uur [tijdzone -0300], schreef Felipe
Sateler:
> On Thursday 14 February 2008 21:29:07 Marcel de Velde wrote:
> > Hello Felippe,
> >
> > Great timing haha :) Thanks!
> > However it's not working for me.
> > I added your adres to my apt source including your public key, and the
> > packages show up in synaptics. However when I mark any of the packages
> > for installation I'm getting dependency errors like this:
> > csound:
> >   Vereisten:libc6 (>=2.7-1) maar 2.6.1-1ubuntu10 wordt geïnstalleerd
> >  Vereisten: libcsound64-5.1 maar het wordt niet genstalleerd
> 
> You have ubuntu installed, and (if I guess correctly), a somewhat old version 
> of it. Which version do you have installed?
> The problem is that the packages I built need a newer version of the C library 
> than the one you have installed.
> Probably there are other dependency problems for the other packages.
> 
> You might want to try building the packages:
> 1. add the deb-src line to you sources.list if you haven't already
> 2. apt-get build-dep csound (as root)
> 3. apt-get --compile source csound
> 4. Install with dpkg -i *.deb
> 
> Step 2 will install all the stuff you need to build csound, and step 3 will 
> download the source and build it.
> 
> 


Date2008-02-15 02:04
FromFelipe Sateler
Subject[Csnd] Re: Re: Re: Re: Csound 5.08 debian packages
AttachmentsNone