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.
.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!