Re: [PD] Managing externals/abstractions in libraries

2018-09-24 Thread IOhannes m zmoelnig
On 2018-09-24 15:26, Alexandre Torres Porres wrote: > hmm, yeah, I guess we forgot to upload that file to deken :/ when using the "deken" cmdline tool (well, a recent enough version) for packaging/uploading, the default package-format (dekformat=1) will already take care of this. packagers can ch

Re: [PD] Managing externals/abstractions in libraries

2018-09-24 Thread Alexandre Torres Porres
hmm, yeah, I guess we forgot to upload that file to deken :/ Em seg, 24 de set de 2018 às 05:01, Antoine Rousseau escreveu: > just search "avg~" in deken, it will answer that you'll find it in > "cyclone". > (BTW: strangely it will only talk about cyclone-v0.2beta1, not about > latest cyclone-v0

Re: [PD] Managing externals/abstractions in libraries

2018-09-24 Thread Kaj Ailomaa
On Mon, Sep 24, 2018, at 1:03 PM, Dan Wilcox wrote: > A useful note with the new [declare] -path and -lib updates: if you > prepend the local paths with explicit ./ or ../, then the searching will > stop after looking relative to the patch. This way you can avoid loading > system wide or user se

Re: [PD] Managing externals/abstractions in libraries

2018-09-24 Thread Dan Wilcox
aj Ailomaa mailto:ailo...@warpmail.net>> > To: pd-list@lists.iem.at <mailto:pd-list@lists.iem.at> > Subject: Re: [PD] Managing externals/abstractions in libraries > Message-ID: > <1537785195.2936867.1518483096.3ef01...@webmail.messagingengine.com > <mailto:1537785195.

Re: [PD] Managing externals/abstractions in libraries

2018-09-24 Thread Kaj Ailomaa
When I work on something bigger, I put my externals in the same dir with my patches . Some of the externals may be originally installed from a Debian repo, some from Deken, some compiled. I find the externals that I need and that work. Then, I just copy the externals to my patch dir to keep th

Re: [PD] Managing externals/abstractions in libraries

2018-09-24 Thread Atte via Pd-list
On Mon, 24 Sep 2018 11:17:18 +0200 IOhannes m zmoelnig wrote: > > How about externals/abstractions (is this referred to as "packages" or > > "libraries"?)? If I stick to debian repos here, is there a simple way to > > add all these to the search path in pd? It seems cumbersome and error prone

Re: [PD] Managing externals/abstractions in libraries

2018-09-24 Thread IOhannes m zmoelnig
On 2018-09-24 10:36, Atte via Pd-list wrote: > On Mon, 24 Sep 2018 10:12:14 +0200 > IOhannes m zmoelnig wrote: > >> weird. why would you do exactly the opposite of what i suggested? >> also, Pd-0.48-2 is available for Debian/stretch via backports. > > Oops, sorry bout that, I totally misundersto

Re: [PD] Managing externals/abstractions in libraries

2018-09-24 Thread IOhannes m zmoelnig
On 2018-09-24 10:39, Atte via Pd-list wrote: > On Mon, 24 Sep 2018 09:57:58 +0200 > Antoine Rousseau wrote: > >> just search "avg~" in deken, it will answer that you'll find it in >> "cyclone". > > Ah, actually didn't try with exactly "avg~", just a bunch of other objects. I > guess that when s

Re: [PD] Managing externals/abstractions in libraries

2018-09-24 Thread Atte via Pd-list
On Mon, 24 Sep 2018 09:57:58 +0200 Antoine Rousseau wrote: > just search "avg~" in deken, it will answer that you'll find it in > "cyclone". Ah, actually didn't try with exactly "avg~", just a bunch of other objects. I guess that when search doesn't turn up anything, it means it's not provided

Re: [PD] Managing externals/abstractions in libraries

2018-09-24 Thread Atte via Pd-list
On Mon, 24 Sep 2018 10:12:14 +0200 IOhannes m zmoelnig wrote: > weird. why would you do exactly the opposite of what i suggested? > also, Pd-0.48-2 is available for Debian/stretch via backports. Oops, sorry bout that, I totally misunderstood you, then. My bad. So you would suggest pd from backp

Re: [PD] Managing externals/abstractions in libraries

2018-09-24 Thread IOhannes m zmoelnig
On 2018-09-24 09:39, Atte via Pd-list wrote: > On Sun, 23 Sep 2018 21:02:23 +0200 > IOhannes m zmölnig wrote: > >> there is also the "pd-deken-apt" (Debian) package, which allows you to >> install the Debian packaged libraries from within Pd (using the deken >> plugin) > > Ok, thanks!. > > I ju

Re: [PD] Managing externals/abstractions in libraries

2018-09-24 Thread Antoine Rousseau
just search "avg~" in deken, it will answer that you'll find it in "cyclone". (BTW: strangely it will only talk about cyclone-v0.2beta1, not about latest cyclone-v0.3rc1). Le lun. 24 sept. 2018 à 09:39, Atte via Pd-list a écrit : > On Sun, 23 Sep 2018 21:02:23 +0200 > IOhannes m zmölnig wrote:

Re: [PD] Managing externals/abstractions in libraries

2018-09-24 Thread Atte via Pd-list
On Sun, 23 Sep 2018 21:02:23 +0200 IOhannes m zmölnig wrote: > there is also the "pd-deken-apt" (Debian) package, which allows you to > install the Debian packaged libraries from within Pd (using the deken > plugin) Ok, thanks!. I just installed 0.48.2 (with my debian hat off), deken is include

Re: [PD] Managing externals/abstractions in libraries

2018-09-23 Thread Antoine Rousseau
Sorry, I forgot to say this will only be effective with the version 0.49 to come soon... Antoine Rousseau http://www.metalu.net __ http://www.metaluachahuter.com/ Le dim. 23 sept. 2018 à 21:48, Antoine Rousseau a écrit

Re: [PD] Managing externals/abstractions in libraries

2018-09-23 Thread Antoine Rousseau
> > Is there a an easy way to include a bunch of directories recursively, > rather than adding each of the 30+ paths available in usr/lib/pd/extra/ > alone? be aware that [declare] and [lib] behavior just changed a bit; they now scan sub-directories of: - 1 calling patch folder - 2 paths that you

Re: [PD] Managing externals/abstractions in libraries

2018-09-23 Thread IOhannes m zmölnig
On 9/23/18 8:27 PM, Atte via Pd-list wrote: > I can think of three ways to make external libraries (externals/abstractions) > available on my debian stable (running pd 0.47.1 from the debian repos): > > 1) install the ones from the debian repos > 2) using the deken plugin > 3) compiling by hand >

[PD] Managing externals/abstractions in libraries

2018-09-23 Thread Atte via Pd-list
I can think of three ways to make external libraries (externals/abstractions) available on my debian stable (running pd 0.47.1 from the debian repos): 1) install the ones from the debian repos 2) using the deken plugin 3) compiling by hand I'd rather stick with one to avoid total mess. What do o