Package: faust / 2.54.9+ds0-1
Metadata
Package | Version | Patches format |
---|---|---|
faust | 2.54.9+ds0-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
spelling.patch | (download) |
architecture/AU/AUPublic/AUBase/AUPlugInDispatch.cpp |
2 1 + 1 - 0 ! |
fixed minor spelling errors |
privacy.patch | (download) |
architecture/webaudio/component-creator.html |
6 3 + 3 - 0 ! |
protect privacy of user by not requesting stuff from faust-website |
llvm.patch | (download) |
build/interp/CMakeLists.txt |
2 2 + 0 - 0 ! |
make sure to pass llvm_version to static/dynamic builds |
repack.patch | (download) |
build/CMakeLists.txt |
9 0 + 9 - 0 ! |
don't attempt to install dfsg-stripped binaries on debian we have removed some pre-built binaries (e.g. ios-libsndfile.a) so we cannot install them |
python3.patch | (download) |
architecture/webaudio/README.md |
2 1 + 1 - 0 ! |
use python3 rather than python2 Even in the documentation |
hardening.patch | (download) |
tools/sound2faust/Makefile |
8 4 + 4 - 0 ! |
pass hardening flags (cxxflags/cppflags) when building utils |
hurd.patch | (download) |
compiler/libcode.cpp |
5 5 + 0 - 0 ! |
--- |
silent which.patch | (download) |
compiler/utils/exepath.cpp |
2 1 + 1 - 0 ! |
redirect wish's stderr to /dev/null 'which' now emits a loud "deprecated warning, so we shut it upt. |
inkscape.patch | (download) |
tools/faust2appls/faust2eps |
2 1 + 1 - 0 ! |
fix inkscape invocation no more "-e", "-E",... flags |
namespace_std.patch | (download) |
architecture/pa-qt.cpp |
4 2 + 2 - 0 ! |
add namespace qualifier to cerr/endl where needed some files miss a 'using namespace std;' but still use an unqualified 'cerr'. |
prevent_static_linking.patch | (download) |
tools/sound2faust/Makefile |
8 4 + 4 - 0 ! |
do not attempt to link statically against sndfile |
bashisms.patch | (download) |
tools/faust2appls/faustoptflags |
2 1 + 1 - 0 ! |
avoid bashisms |