Package: sndobj / 2.6.7+ds1-4

Metadata

Package Version Patches format
sndobj 2.6.7+ds1-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_shlib.patch | (download)

SConstruct | 10 6 + 4 - 0 !
1 file changed, 6 insertions(+), 4 deletions(-)

 fix library's soname and install it properly.

03 gcc43.patch | (download)

src/AdSyn.cpp | 2 2 + 0 - 0 !
src/FFT.cpp | 2 2 + 0 - 0 !
src/IFAdd.cpp | 2 2 + 0 - 0 !
src/IFFT.cpp | 1 1 + 0 - 0 !
src/PVA.cpp | 2 2 + 0 - 0 !
src/PVRead.cpp | 2 2 + 0 - 0 !
src/PVS.cpp | 1 1 + 0 - 0 !
src/ReSyn.cpp | 2 2 + 0 - 0 !
src/SinAnal.cpp | 2 2 + 0 - 0 !
src/SinSyn.cpp | 2 2 + 0 - 0 !
src/SndRead.cpp | 2 2 + 0 - 0 !
11 files changed, 20 insertions(+)

 add missing #include <cstring> to prevent ftbfs with gcc 4.3.

04 gcc44.patch | (download)

src/SndJackIO.cpp | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 add missing #include to prevent ftbfs with gcc 4.4. 

05 gcc6.patch | (download)

src/SndWaveX.h | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 change guid definition to prevent ftbfs with gcc 6
07 scons3.patch | (download)

SConstruct | 339 171 + 168 - 0 !
trane/SConstruct | 43 20 + 23 - 0 !
2 files changed, 191 insertions(+), 191 deletions(-)

 consistent indentation
 - use <space> rather than <tab>
 - remove trailing whitespace
Replace deprecated distutils Python module.patch | (download)

SConstruct | 4 2 + 2 - 0 !
python/setup.py | 3 1 + 2 - 0 !
2 files changed, 3 insertions(+), 4 deletions(-)

 replace deprecated distutils python module

The Python module `distutils` is removed in Python 3.12.

Closes: #1065957