Re: [PD] Compiling externals for w64. (was : Re: Slider/Knob)

2018-09-26 Thread Lucas Cordiviola
As a follow up on this I have uploaded to deken these packages for Pd-64bit. v0.0.exteded old ones: hcs[v0.0.extended](Windows-amd64-32)(Sources).dek ekext[v0.0.extended](Windows-amd64-32)(Sources).dek earplug~[v0.0.extended](Windows-amd64-32)(Sources).dek cxc[v0.0.extended](Windows-amd64-32)(So

Re: [PD] [PD-announce] Pd 0.49-0 released

2018-09-26 Thread Ingo
Autoremove didn't do it unfortunately. > -Original Message- > From: Pd-list [mailto:pd-list-boun...@lists.iem.at] On Behalf Of Claude > Heiland-Allen > Sent: Wednesday, September 26, 2018 4:34 PM > To: pd-list@lists.iem.at > Subject: Re: [PD] [PD-announce] Pd 0.49-0 released > > Hi, > > >

Re: [PD] [PD-announce] Pd 0.49-0 released

2018-09-26 Thread Ingo
> > I'm on Debian Stretch 9.5 . > > oh my. > you really shouldn't install packages from "unstable" onto your "stretch" > installation. > simply wait for the packages to appear in stretch-backports, and install > from > there. it's probably another 3 days to wait. OK! That might be the problem ...

Re: [PD] [PD-announce] Pd 0.49-0 released

2018-09-26 Thread Roman Haefeli
On Wed, 2018-09-26 at 08:06 -0700, Miller Puckette wrote: > I think that's only true in the 32-bit version Ah, you're right. > which uses the old compilation scheme in which it's possible to edit > the > source code and recompile in place. The ".o" files are there so that > only > the code you c

Re: [PD] [PD-announce] Pd 0.49-0 released

2018-09-26 Thread Miller Puckette
I think that's only true in the 32-bit version (but correct me if I'm wrong) which uses the old compilation scheme in which it's possible to edit the source code and recompile in place. The ".o" files are there so that only the code you changed gets recompiled. This seems not to be a terribly use

Re: [PD] [PD-announce] Pd 0.49-0 released

2018-09-26 Thread Roman Haefeli
On Wed, 2018-09-26 at 13:34 +0200, Roman Haefeli wrote: > On Mon, 2018-09-24 at 20:56 -0700, Miller Puckette wrote: > > At long last... > > > > Pd version 0.49-0 is available on http://msp.ucsd.edu/software.htm > > or (source only) via github: https://github.com/pure-data/pure-data One minor thin

Re: [PD] [PD-announce] Pd 0.49-0 released

2018-09-26 Thread Jack
Yes ! thanks for everyone involved to bring us this new version of Pd. ++ Jack Le 26/09/2018 à 13:34, Roman Haefeli a écrit : > On Mon, 2018-09-24 at 20:56 -0700, Miller Puckette wrote: >> At long last... >> >> Pd version 0.49-0 is available on http://msp.ucsd.edu/software.htm >> or (source onl

Re: [PD] [PD-announce] Pd 0.49-0 released

2018-09-26 Thread IOhannes m zmoelnig
thanks for the detailed explanation. On 9/26/18 4:34 PM, Claude Heiland-Allen wrote: > Possibly it is a bug in Debian that "puredata" version X doesn't depend > on "puredata-core" version X ? i'm wondering about that as well, but am not really sure yet... fgmasdr IOhannes signature.asc Descri

Re: [PD] [PD-announce] Pd 0.49-0 released

2018-09-26 Thread IOhannes m zmoelnig
On 9/26/18 4:09 PM, Ingo wrote: > I managed to install 0.49 from the unstable repository but cannot find out in > which folder it was installed or how to start it. > I'm on Debian Stretch 9.5 . oh my. you really shouldn't install packages from "unstable" onto your "stretch" installation. simply

Re: [PD] [PD-announce] Pd 0.49-0 released

2018-09-26 Thread Claude Heiland-Allen
Hi, Neither "apt-get remove puredata" nor "apt-get purge puredata" did uninstall my Pd 0.47 version. I'm on Debian Stretch 9.5 . "puredata" is a meta package, that depends on the real components: $ apt show puredata ... Depends: puredata-core, puredata-gui, puredata-doc, puredata-extra, pure

Re: [PD] [PD-announce] Pd 0.49-0 released

2018-09-26 Thread Kaj Ailomaa
On Wed, Sep 26, 2018, at 4:09 PM, Ingo wrote: > I managed to install 0.49 from the unstable repository but cannot find out in > which folder it was installed or how to start it. > When I type "pd" into the console it still wants to start 0.47 from > /usr/lib/puredata which I finally moved away fr

Re: [PD] [PD-announce] Pd 0.49-0 released

2018-09-26 Thread Ingo
I managed to install 0.49 from the unstable repository but cannot find out in which folder it was installed or how to start it. When I type "pd" into the console it still wants to start 0.47 from /usr/lib/puredata which I finally moved away from the original folder. Neither "apt-get remove pured

Re: [PD] [PD-announce] Pd 0.49-0 released

2018-09-26 Thread 01ivier Baudu
Those videos look like Si-Fi... oO Thanks for the thrill... 1°1° °1°1 Le 26/09/2018 à 09:47, hi via Pd-list a écrit : > You can find the new features listed and described here: > > https://github.com/pure-data/pure-data/pull/374 > > and have a look here: > > https://vimeo.com/273707442 > > and h

Re: [PD] [PD-announce] Pd 0.49-0 released

2018-09-26 Thread Roman Haefeli
On Mon, 2018-09-24 at 20:56 -0700, Miller Puckette wrote: > At long last... > > Pd version 0.49-0 is available on http://msp.ucsd.edu/software.htm > or (source only) via github: https://github.com/pure-data/pure-data Cool. A big 'thank you!' to everyone involved. All the work that went into this

Re: [PD] [PD-announce] Pd 0.49-0 released

2018-09-26 Thread Olivier Bélanger
Ooops... I though I installed pd from backports but no, I have it from unstable. Sorry for the noise! btw, new patching features are very nice! Olivier On Wed, Sep 26, 2018 at 3:55 AM IOhannes m zmoelnig wrote: > On 9/25/18 4:18 PM, IOhannes m zmölnig wrote: > > Within the next 7 days, they s

Re: [PD] [PD-announce] Pd 0.49-0 released

2018-09-26 Thread hans w. koch
thanks very much! best hans > Am 26.09.2018 um 09:47 schrieb hi : > > You can find the new features listed and described here: > > https://github.com/pure-data/pure-data/pull/374 > > and have a look here: > > https://vimeo.com/273707442 > > and here: > > https://vimeo.com/279631360 > >> Am

Re: [PD] [PD-announce] Pd 0.49-0 released

2018-09-26 Thread IOhannes m zmoelnig
On 9/25/18 4:18 PM, IOhannes m zmölnig wrote: > Within the next 7 days, they should hit Debian/stable-backports (aka: > stretch-backports). On 9/26/18 1:48 AM, Olivier Bélanger wrote: > Wow, already in Debian/stable-backports !!! ah no, what makes you think this? a package can only be (manually)

Re: [PD] [PD-announce] Pd 0.49-0 released

2018-09-26 Thread hi via Pd-list
You can find the new features listed and described here: https://github.com/pure-data/pure-data/pull/374 and have a look here: https://vimeo.com/273707442 and here: https://vimeo.com/279631360 > Am 26.09.2018 um 00:35 schrieb hans w. koch : > > thanks to everybody involved! > > (maybe dumb