rgleason / weatherfax_pi

Weatherfax Plugin for Opencpn
GNU General Public License v3.0
5 stars 9 forks source link

Update portaudio? How to update these lib files? #165

Open rgleason opened 8 months ago

rgleason commented 8 months ago

The portaudio files are ancient and have never been updated.

The old files are under "include" https://github.com/rgleason/weatherfax_pi/tree/master/include Are these being used?

Here are the new libs https://github.com/PortAudio/portaudio https://github.com/PortAudio/portaudio/wiki https://files.portaudio.com/docs/v19-doxydocs/index.html

filochard commented 8 months ago

Hi Rick Building rpms for Linux we need and use the last portaudio sources (our last rpms) The bundled source in your tree seems to be the headers for Windows (and for Linux when there's no portaudio found on the Linux system) it may be used for flatpak too ... It won't hurt to update it

filochard commented 8 months ago

Hi again Rick the headers you have to update are here : https://github.com/PortAudio/portaudio/tree/master/include You can download them one by one, and then compare them to what you have in you tree https://github.com/rgleason/weatherfax_pi/tree/master/include Then you may do the same thing as you did for libaudiofile (I remember you used winmerge... but I'm not familiar with this program since I work only with Linux for twenty years)

rgleason commented 8 months ago

Thanks very much filochard, I'll try to do this in the next few days.