[Cs-dev] dependencies for MP3 and WII opcodes
Date | 2010-01-15 21:23 |
From | Victor Lazzarini |
Subject | [Cs-dev] dependencies for MP3 and WII opcodes |
John, what are the dependencies for the MP3 and Wii opcodes? I am trying to see if I can build them for the next release, but I need to check if the dependencies are available on OSX. Victor ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2010-01-15 21:39 |
From | jpff@cs.bath.ac.uk |
Subject | Re: [Cs-dev] dependencies for MP3 and WII opcodes |
> John, > > what are the dependencies for the MP3 and Wii opcodes? > I am trying to see if I can build them for the next release, but I > need to check if the dependencies are available on OSX. > > Victor > mp3: The librray is called mpadec and is on sourceforge Should be OK on OSX. I fiddled the code ( I am a developer of mpadec now) mpadec.cvs.sourceforge.net wii: It uses a library called wiiuse http://wiiuse.sourceforge.net/ is that enough info? ==John ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2010-01-15 21:47 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] dependencies for MP3 and WII opcodes |
Thanks. It looks like wiiuse is not yet available for OSX, though. Victor On 15 Jan 2010, at 21:39, jpff@cs.bath.ac.uk wrote: >> John, >> >> what are the dependencies for the MP3 and Wii opcodes? >> I am trying to see if I can build them for the next release, but I >> need to check if the dependencies are available on OSX. >> >> Victor >> > > > mp3: The librray is called mpadec and is on sourceforge > Should be OK on OSX. I fiddled the code ( I am a developer of > mpadec now) > > mpadec.cvs.sourceforge.net > > > wii: It uses a library called wiiuse > http://wiiuse.sourceforge.net/ > > is that enough info? > > ==John > > > > ------------------------------------------------------------------------------ > Throughout its 18-year history, RSA Conference consistently attracts > the > world's best and brightest in the field, creating opportunities for > Conference > attendees to learn about information security's most important > issues through > interactions with peers, luminaries and emerging and established > companies. > http://p.sf.net/sfu/rsaconf-dev2dev > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2010-01-15 22:49 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] dependencies for MP3 and WII opcodes |
I got libmpadec to build, just needed a Makefile edit. What headers do I need to install (both files in include or just one of them)? Victor On 15 Jan 2010, at 21:47, Victor Lazzarini wrote: > Thanks. > It looks like wiiuse is not yet available for OSX, though. > > Victor > On 15 Jan 2010, at 21:39, jpff@cs.bath.ac.uk wrote: > >>> John, >>> >>> what are the dependencies for the MP3 and Wii opcodes? >>> I am trying to see if I can build them for the next release, but I >>> need to check if the dependencies are available on OSX. >>> >>> Victor >>> >> >> >> mp3: The librray is called mpadec and is on sourceforge >> Should be OK on OSX. I fiddled the code ( I am a developer of >> mpadec now) >> >> mpadec.cvs.sourceforge.net >> >> >> wii: It uses a library called wiiuse >> http://wiiuse.sourceforge.net/ >> >> is that enough info? >> >> ==John >> >> >> >> ------------------------------------------------------------------------------ >> Throughout its 18-year history, RSA Conference consistently attracts >> the >> world's best and brightest in the field, creating opportunities for >> Conference >> attendees to learn about information security's most important >> issues through >> interactions with peers, luminaries and emerging and established >> companies. >> http://p.sf.net/sfu/rsaconf-dev2dev >> _______________________________________________ >> Csound-devel mailing list >> Csound-devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/csound-devel > > > ------------------------------------------------------------------------------ > Throughout its 18-year history, RSA Conference consistently attracts > the > world's best and brightest in the field, creating opportunities for > Conference > attendees to learn about information security's most important > issues through > interactions with peers, luminaries and emerging and established > companies. > http://p.sf.net/sfu/rsaconf-dev2dev > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2010-01-16 08:21 |
From | jpff@cs.bath.ac.uk |
Subject | Re: [Cs-dev] dependencies for MP3 and WII opcodes |
> I got libmpadec to build, just needed a Makefile edit. What headers do > I need to install (both files in include or just one of them)? > > Victor > It needs the headers mp3dec.h mpadec.h I hav ethem in H here. One includes the other. ==John ff ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2010-01-16 08:39 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] dependencies for MP3 and WII opcodes |
Should we incorporate the libmpadec code in Csound, then? It builds on OSX alright. I'd be worried about the legalities, though. Erik copied here a very scary copyright warning. Victor On 16 Jan 2010, at 08:21, jpff@cs.bath.ac.uk wrote: >> I got libmpadec to build, just needed a Makefile edit. What headers >> do >> I need to install (both files in include or just one of them)? >> >> Victor >> > > It needs the headers mp3dec.h mpadec.h > I hav ethem in H here. One includes the other. > > ==John ff > > > ------------------------------------------------------------------------------ > Throughout its 18-year history, RSA Conference consistently attracts > the > world's best and brightest in the field, creating opportunities for > Conference > attendees to learn about information security's most important > issues through > interactions with peers, luminaries and emerging and established > companies. > http://p.sf.net/sfu/rsaconf-dev2dev > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2010-01-16 19:04 |
From | john ffitch |
Subject | Re: [Cs-dev] dependencies for MP3 and WII opcodes |
What does OSX do to read bluetooth? That is all that the wiiuse library needs. ==John ffitch ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2010-01-16 19:10 |
From | john ffitch |
Subject | Re: [Cs-dev] dependencies for MP3 and WII opcodes |
I am not an expert on licences, but mpadec is LGPL and so is the same as Csound. What exactly are you proposing? ==John ffitch ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2010-01-16 19:48 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] dependencies for MP3 and WII opcodes |
I proposed to place libmpadec code in the csound sources. I am just concerned that the Fraunhoeffer Institute might come looking for royalties. On 16 Jan 2010, at 19:10, john ffitch wrote: > I am not an expert on licences, but mpadec is LGPL and so is the same > as Csound. What exactly are you proposing? > ==John ffitch > > ------------------------------------------------------------------------------ > Throughout its 18-year history, RSA Conference consistently attracts > the > world's best and brightest in the field, creating opportunities for > Conference > attendees to learn about information security's most important > issues through > interactions with peers, luminaries and emerging and established > companies. > http://p.sf.net/sfu/rsaconf-dev2dev > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2010-01-16 19:48 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] dependencies for MP3 and WII opcodes |
That is a good question. I don't know. On 16 Jan 2010, at 19:04, john ffitch wrote: > What does OSX do to read bluetooth? That is all that the wiiuse > library needs. > ==John ffitch > > ------------------------------------------------------------------------------ > Throughout its 18-year history, RSA Conference consistently attracts > the > world's best and brightest in the field, creating opportunities for > Conference > attendees to learn about information security's most important > issues through > interactions with peers, luminaries and emerging and established > companies. > http://p.sf.net/sfu/rsaconf-dev2dev > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |