вс, 6 нояб. 2022 г., 03:38 Phyllis Smith <phylsmith2017@gmail.com>:
This also has just now been checked into GIT - a little quieter now.

Andrew: question that I did not understand your answer to in another thread about:
     0004-move-old-todos-andvrelease-notes-to-toplevel-old.patch
These files are notes by the original author and are not meaningful to CinGG as far as I can tell.  Since we have the BugTracker / Feature Request to keep lists of things needing to be done (some day someone will be enthusiastic about solving/implementing these things), I prefer to just remove them.  They are "old", like you stated", and there is even a line in there stating "NOT GOING TO HAPPEN".  Please let me know if you agree that I can remove them instead of renaming.


yeah, you can remove them ( I just thought some bugs might be still applicable to us .... ). We have copies in cin-cv tree, and I look there too

On Fri, Nov 4, 2022 at 3:46 PM Andrew Randrianasulu <randrianasulu@gmail.com> wrote:
see also 3rd one )

I hope it fixes Makefile complains introduced by me in restoring shared build

сб, 5 нояб. 2022 г., 00:38 Phyllis Smith <phylsmith2017@gmail.com>:
Both configure.ac patches have been tested by Andrea and now checked into GIT.  Thanks.

On Thu, Nov 3, 2022 at 6:00 AM Andrew Randrianasulu <randrianasulu@gmail.com> wrote:
First one adds no-unknown-warnings cflag back especially if clang was requested (reduces amount of clang chatter)

second one address (hopefully) pkg-config's loud complains about missing libs or headers during configure. I tested it briefly on Android/termux and it seems to work, but better testing much wished for.

If Phyllis will like second patch I can add the same '2>/dev/null'  to cinelerra/Makefile, where same pkg-config added by me complains (harmlessly) about not found libs.

Thing is, I prefer detailed output in case something goes wrong. But I do not mind silencing some parts I added in hope my memory will serve me!