----- Original Message -----

> From: Hans-Christoph Steiner <[email protected]>
> To: Jonathan Wilkes <[email protected]>
> Cc: "[email protected]" <[email protected]>
> Sent: Monday, March 19, 2012 3:30 PM
> Subject: Re: libdirs and search-plugin
> 
> 
> This gives me a list of all libs with meta files:
> 
> ls -1 \
> /Applications/Pd-0.43.1-extended-20120310.app/Contents/Resources/extra/*/*-meta.pd
>  
> \
>   | cut -d / -f 7 | sort -u > /tmp/meta.txt
> 
> This gives me a list of all libs included:
> 
> find \
> /Applications/Pd-0.43.1-extended-20120310.app/Contents/Resources/extra \
> -type d | cut -d / -f 7 | sort -u >  /tmp/all.txt
> 
> And this tells me the different between those two lists:
> 
> hans@dhcp-10 libcore $ diff /tmp/meta.txt /tmp/all.txt 
> 1c1,2
> < 
> ---
>> 
>>  Gem
> 20a22
>>  hexloader
> 60a63,67
>>  pdp
>>  pix_artoolkit
>>  pix_drum
>>  pix_fiducialtrack
>>  pix_mano
> 68a76
>>  tclpd
> 
> For hexloader, pdp and tclpd I think you can commit one directly if you 
> want.  
> For Gem and pix_* you'll have to go thru the Gem devs.

Ok, for hexloader, pdp and tclpd I'll make those changes when I get a chance.  
For Gem and pix_*: Dear Gem devs, please make sure there is a *-meta.pd patch 
in the libdir directory with the same format as the extant ones.  (This will 
make 
those libs show up in the list of externals that the user can browse, and show 
the 
appropriate author/license/and version info.)

-Jonathan

> 
> .hc
> 
> On Mar 19, 2012, at 3:03 PM, Jonathan Wilkes wrote:
> 
>>  Hi Hans,
>>       Is Gem supposed to have a $libname-meta.pd in extra/Gem?  If so, could 
> you put one there?
>> 
>>  I'm almost finished with my search plugin.  I'm building a list of 
> available external libraries by searching 
>> 
>>  directories for a $libname-meta.pd file.  So the question is: how many 
> external libraries currently lack a 
>> 
>>  *-meta.pd file?
>> 
>>  Thanks,
>>  Jonathan
>> 
> 
> 
> 
> ----------------------------------------------------------------------------
> 
>                   ¡El pueblo unido jamás será vencido!
> 

_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to