[PD] Testing Pd builds with JACK

IOhannes m zmoelnig zmoelnig at iem.at
Thu Dec 16 11:08:33 CET 2021


On 12/16/21 10:20, Roman Haefeli wrote:
> On Thu, 2021-12-16 at 10:05 +0100, Roman Haefeli wrote:
>>   I usually wiped
> 
> * all jack* binaries in /usr/local/bin
> * /usr/local/include/jack directory
> 
> I forgot to mention /usr/local/lib/libjack*
> 
> (those are probably the most crucial when it comes to Pd detecting
> JACK)

the jack2-osx-1.9.19.pkg installs a file that contains its contents:

~~~
cat /usr/local/share/jack2/jack2-osx-files.txt | while read f; do
   rm "${f}"
   rmdir "${f%/*}" 2>/dev/null
done
~~~

or just:
$ rm $(cat /usr/local/share/jack2/jack2-osx-files.txt)



i don't know whether the pkg does something else (like changing some 
settings), and how to undo those.
it's a pity that it doesn't come with an uninstall script (the olde 
JackOSX package had something like this)

gfdsrm
IOhannes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature
Type: application/pgp-signature
Size: 840 bytes
Desc: OpenPGP digital signature
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20211216/d10a317f/attachment-0001.sig>


More information about the Pd-list mailing list