Package: stk / 4.5.2+dfsg-5
Metadata
Package | Version | Patches format |
---|---|---|
stk | 4.5.2+dfsg-5 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
Bump soname with each release.patch | (download) |
configure.ac |
10 6 + 4 - 0 ! |
bump soname with each release Imitate the libtool -release style of versioning, as long as the ABI is not stable |
Rename demo to stk demo.patch | (download) |
Makefile.in |
2 1 + 1 - 0 ! |
rename demo to stk-demo |
Link against system s shared copies of rtaudio and r.patch | (download) |
projects/demo/Makefile.in |
3 2 + 1 - 0 ! |
link against system's shared copies of rtaudio and rtmidi. |
File endian.h is not on machine subdir.patch | (download) |
src/include/soundcard.h |
2 1 + 1 - 0 ! |
file endian.h is not on machine subdir |
Fix install target for new soname scheme.patch | (download) |
src/Makefile.in |
6 2 + 4 - 0 ! |
fix install target for new soname scheme |
Finish renaming SKINI.patch | (download) |
doc/SKINI.txt |
22 11 + 11 - 0 ! |
finish renaming skini.msg and skini.tbl to skinimsg.h and skinitbl.h, respectively. |
demo needs rt.patch | (download) |
Makefile.in |
6 3 + 3 - 0 ! |
only build demo program when realtime is enabled Closes: #815509 |
Sort o files | (download) |
projects/demo/Makefile.in |
2 1 + 1 - 0 ! |
fix order of .o files Allows the build to be reproducible Closes: #822566 |
Do not override user supplied CXXFLAGS.patch | (download) |
configure.ac |
4 2 + 2 - 0 ! |
do not override user-supplied cxxflags Prepend local flags to that |
demo use RAWWAVE_PATH instead of hardcoded string.patch | (download) |
projects/demo/demo.cpp |
2 1 + 1 - 0 ! |
demo: use rawwave_path instead of hardcoded string |