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 filePatch | File delta | Description |
---|---|---|
01_shlib.patch | (download) |
SConstruct |
10 6 + 4 - 0 ! |
fix library's soname and install it properly. |
03 gcc43.patch | (download) |
src/AdSyn.cpp |
2 2 + 0 - 0 ! |
add missing #include <cstring> to prevent ftbfs with gcc 4.3. |
04 gcc44.patch | (download) |
src/SndJackIO.cpp |
1 1 + 0 - 0 ! |
add missing #include to prevent ftbfs with gcc 4.4. |
05 gcc6.patch | (download) |
src/SndWaveX.h |
8 4 + 4 - 0 ! |
change guid definition to prevent ftbfs with gcc 6 |
07 scons3.patch | (download) |
SConstruct |
339 171 + 168 - 0 ! |
consistent indentation - use <space> rather than <tab> - remove trailing whitespace |
Replace deprecated distutils Python module.patch | (download) |
SConstruct |
4 2 + 2 - 0 ! |
replace deprecated distutils python module The Python module `distutils` is removed in Python 3.12. Closes: #1065957 |