Re: [PD-dev] time for a quick bugfix update?

2023-10-23 Thread Dan Wilcox
Ok, this back ported patch is in the latest develop branch commit. I have made new test builds with Tk 8.6.13 + the patch applied so the framework is now weakly linked and these should work on older macOS versions, as before. New builds are marked "-fixed" and found at:

Re: [PD-dev] time for a quick bugfix update?

2023-10-23 Thread Dan Wilcox
Ok, I have a fix for the library issue on older macOS versions... actually back ported from TK itself: https://github.com/tcltk/tk/commit/a3eb1edc6e9c2eb227b40c7d46f42e6162be78d6 I will fold this in as a custom patch we apply when building the downloaded tarball, as before. 8.6.13 was

[PD-dev] OSX testers needed (was Re: time for a quick bugfix update?)

2023-10-23 Thread IOhannes m zmölnig
On 10/23/23 21:37, Dan Wilcox wrote: There shouldn't need to be any patches applied. I double-checked and the last patch for 8.6.12 is integrated into 8.6.13 itself. As for running an 8.6.13 Wish on earlier macOS versions... well that is an issue. The builds I had made all link to the

Re: [PD-dev] time for a quick bugfix update?

2023-10-23 Thread Dan Wilcox
There shouldn't need to be any patches applied. I double-checked and the last patch for 8.6.12 is integrated into 8.6.13 itself. As for running an 8.6.13 Wish on earlier macOS versions... well that is an issue. The builds I had made all link to the UniformTypeIdentifiers framework which

Re: [PD-dev] time for a quick bugfix update?

2023-10-23 Thread Alexandre Torres Porres
heres a couple of things marked as 'bugfix' on github, maybe worth looking into? https://github.com/pure-data/pure-data/pull/870 https://github.com/pure-data/pure-data/pull/596 I have no idea what they are about anyway :) Em seg., 23 de out. de 2023 às 07:44, Miller Puckette <

Re: [PD-dev] time for a quick bugfix update?

2023-10-23 Thread IOhannes m zmoelnig
On 10/23/23 13:21, IOhannes m zmoelnig wrote: On 10/23/23 11:56, Miller Puckette wrote: Hi list - I've merged the update and documentation branches, and will merge the translation support pretty soon. I don't know where in Iohannes's CI scripts the TCL/TK version gets specified for MacOS

Re: [PD-dev] time for a quick bugfix update?

2023-10-23 Thread Lucas Cordiviola
Miller there's also https://github.com/pure-data/pure-data/pull/2040 with html updates -- Mensaje telepatico asistido por maquinas. ___ Pd-dev mailing list Pd-dev@lists.iem.at https://lists.puredata.info/listinfo/pd-dev

Re: [PD-dev] time for a quick bugfix update?

2023-10-23 Thread IOhannes m zmoelnig
On 10/23/23 11:56, Miller Puckette wrote: Hi list - I've merged the update and documentation branches, and will merge the translation support pretty soon. I don't know where in Iohannes's CI scripts the TCL/TK version gets specified for MacOS (and I can't get to a Macintosh until next week

Re: [PD-dev] time for a quick bugfix update?

2023-10-23 Thread Lucas Cordiviola
yes, correct. the commits from the PR are in `master` branch now. :) Mensaje telepatico asistido por maquinas. On 23/10/2023 07:43, Miller Puckette wrote: I think I have it merged now... can you check I got the merge done correctly ? ___ Pd-dev

Re: [PD-dev] time for a quick bugfix update?

2023-10-23 Thread Miller Puckette
I think I have it merged now... can you check I got the merge done correctly ? (I still make lots of mistakes trying to use git :) M On 10/23/23 12:42, Lucas Cordiviola wrote: Hi Miller, There's also a Windows installer update the didn't make it to `develop`. I think it will be good to

Re: [PD-dev] time for a quick bugfix update?

2023-10-23 Thread Lucas Cordiviola
Hi Miller, There's also a Windows installer update the didn't make it to `develop`. I think it will be good to have it in a test version. may be you can do a local merge? branch: `Lucarda:nsis-safer` https://github.com/pure-data/pure-data/pull/2067 -- Mensaje telepatico asistido por

Re: [PD-dev] time for a quick bugfix update?

2023-10-23 Thread Miller Puckette
Hi list - I've merged the update and documentation branches, and will merge the translation support pretty soon. I don't know where in Iohannes's CI scripts the TCL/TK version gets specified for MacOS (and I can't get to a Macintosh until next week maybe to check this)... so will have to

Re: [PD-dev] time for a quick bugfix update?

2023-10-23 Thread Dan Wilcox
There is also now a universal build with Tcl/Tk 8.6.13, same place: http://docs.danomatika.com/pdbuilds/0.54/ > On Oct 23, 2023, at 1:23 AM, Dan Wilcox wrote: > > Ok, added an x86_64 build as well. Both are in: > > http://docs.danomatika.com/pdbuilds/0.54/ > > I have to do separate builds as