#---------------------------------------------------------------------------- # build_libportaudio.txt - how to build the binaries and create folder and # packages # # Creation : 2012-01-06 jed # Last update: $Id$ # # !!! this is not a script but an step-by-step howto !!! #------------------------------------------------------------------------------ exit 1 ### download the source code from the internet, e.g. wget http://www.portaudio.com/archives/pa_stable_v19_20111121.tgz ### extract file in a temporary location tar -xzvf pa_stable_v19_20111121.tgz # 2015-12-28 -> portaudio-19_20140130 # build with rpm Suse # portaudio-19_20140130-5.1.src.rpm # hbfl # 2018-09-22 -> portaudio-190600_20161030 # build with rpm Suse # portaudio-190600_20161030-3.1.src.rpm # hbfl # 2019-04-20 -> portaudio-190600_20161030 # build with rpm Suse # portaudio-190600_20161030-3.2.src.rpm # hbfl # 2020-12-13 -> portaudio-190600_20161030 # build with rpm Suse # portaudio-190600_20161030-4.2.src.rpm # hbfl # 2021-09-20 -> portaudio-190600_20161030 # rebuild with rpm Suse -> gcc-10 -> glibc-2.33 # portaudio-190600_20161030-4.5.src.rpm # hbfl # 2023-06-06 -> 190700_20210406 # rebuild with rpm Suse -> gcc-10 -> glibc-2.33 # portaudio-190700_20210406-1.7.src.rpm cd portaudio