Re: [PD] patching readanysf~

2012-09-11 Thread Jack
Le 11/09/2012 10:48, Nicolas Montgermont a écrit : > Otherwise if you don't want to add ppa to your Ubuntu, it's pretty > simple to edit the makefile and recompile it from svn. > In my case I just needed to change a few lines, replacing > /usr/local/lib by /usr/lib and changing the linking order to

Re: [PD] patching readanysf~

2012-09-11 Thread Nicolas Montgermont
Otherwise if you don't want to add ppa to your Ubuntu, it's pretty simple to edit the makefile and recompile it from svn. In my case I just needed to change a few lines, replacing /usr/local/lib by /usr/lib and changing the linking order to get rid of that error: -PD_LDFLAGS = -L/usr/local/lib

Re: [PD] patching readanysf~

2012-09-11 Thread Roman Haefeli
Hi Jack On Mon, 2012-09-10 at 18:56 +0200, Jack wrote: > > if you are on debian(>=wheezy)/ubuntu(>=oneiric) you could simply do > > # apt-get install pd-readanysf > > > > all the patches are already applied, so no need to do that yourself. > > Done with : > # apt-get install pd-readanysf > > Now

Re: [PD] patching readanysf~

2012-09-10 Thread Jack
Hello IOhannes, Le 30/08/2012 13:49, IOhannes m zmoelnig a écrit : > On 2012-08-30 11:35, Jack wrote: > > Hello Roman, > > > Thanx for your answer. > > > Le 30/08/2012 08:50, Roman Haefeli a écrit : > >> Hi Jack > >> > >> I'm not really knowledgeable about Makefiles and C code, but I > >> assume y

Re: [PD] patching readanysf~

2012-09-03 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-08-30 20:12, Roman Haefeli wrote: >> all the patches are already applied, so no need to do that >> yourself. > > > Debian wheezy [1] and Ubuntu Precise [2] both still have 0.42-1, > which AFAIK is a version without the linking order patch. O

Re: [PD] patching readanysf~

2012-08-30 Thread Roman Haefeli
On Don, 2012-08-30 at 13:49 +0200, IOhannes m zmoelnig wrote: > On 2012-08-30 11:35, Jack wrote: > > Hello Roman, > > > > Thanx for your answer. > > > > Le 30/08/2012 08:50, Roman Haefeli a écrit : > >> Hi Jack > >> > >> I'm not really knowledgeable about Makefiles and C code, but I > >> assume

Re: [PD] patching readanysf~

2012-08-30 Thread Pierre Massat
I can confirm that pd-readanysf installs just fine on Raspbian Wheezy :) Cheers, Pierre. 2012/8/30 Pierre Massat > Cool! I'll try this tonight and will give you some feedback. > Thanks! > > Pierre. > > > 2012/8/30 IOhannes m zmölnig > >> On 08/30/2012 02:17 PM, Pierre Massat wrote: >> >>> Hi,

Re: [PD] patching readanysf~

2012-08-30 Thread Pierre Massat
Cool! I'll try this tonight and will give you some feedback. Thanks! Pierre. 2012/8/30 IOhannes m zmölnig > On 08/30/2012 02:17 PM, Pierre Massat wrote: > >> Hi, >> >> Sorry to interrupt, I need to install readanysf~ on Raspbian Wheezy. Can >> I also use the command you just mentioned (apt-get

Re: [PD] patching readanysf~

2012-08-30 Thread IOhannes m zmölnig
On 08/30/2012 02:17 PM, Pierre Massat wrote: Hi, Sorry to interrupt, I need to install readanysf~ on Raspbian Wheezy. Can I also use the command you just mentioned (apt-get install pd-readanysf) ? most likely. ___ Pd-list@iem.at mailing list UNSUBS

Re: [PD] patching readanysf~

2012-08-30 Thread Pierre Massat
Hi, Sorry to interrupt, I need to install readanysf~ on Raspbian Wheezy. Can I also use the command you just mentioned (apt-get install pd-readanysf) ? Cheers, Pierre. 2012/8/30 IOhannes m zmoelnig > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 2012-08-30 11:35, Jack wrote: > > Hell

Re: [PD] patching readanysf~

2012-08-30 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-08-30 11:35, Jack wrote: > Hello Roman, > > Thanx for your answer. > > Le 30/08/2012 08:50, Roman Haefeli a écrit : >> Hi Jack >> >> I'm not really knowledgeable about Makefiles and C code, but I >> assume you're trying to patch not the exac

Re: [PD] patching readanysf~

2012-08-30 Thread Jack
Hello Roman, Thanx for your answer. Le 30/08/2012 08:50, Roman Haefeli a écrit : > Hi Jack > > I'm not really knowledgeable about Makefiles and C code, but I assume > you're trying to patch not the exact same version of readanysf~ that the > patch was written for. > > The patch was written for De

[PD] patching readanysf~ (was: playing soundcloud files)

2012-08-29 Thread Roman Haefeli
Hi Jack I'm not really knowledgeable about Makefiles and C code, but I assume you're trying to patch not the exact same version of readanysf~ that the patch was written for. The patch was written for Debian version 0.42-1 (which is made of 0.42 upstream sources). If you are on Debian testing or