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 file
Patch File delta Description
spelling.patch | (download)

architecture/AU/AUPublic/AUBase/AUPlugInDispatch.cpp | 2 1 + 1 - 0 !
architecture/httpdlib/html/js/svg/faust_proto.js | 2 1 + 1 - 0 !
architecture/httpdlib/src/hexa/jsscripts | 2 1 + 1 - 0 !
architecture/osclib/faust/src/OSCControler.cpp | 4 2 + 2 - 0 !
architecture/webaudio/jsscripts.js | 2 1 + 1 - 0 !
tools/faust2appls/faust2nodejs | 2 1 + 1 - 0 !
tools/faust2appls/faust2smartkeyb | 2 1 + 1 - 0 !
7 files changed, 8 insertions(+), 8 deletions(-)

 fixed minor spelling errors
privacy.patch | (download)

architecture/webaudio/component-creator.html | 6 3 + 3 - 0 !
architecture/webaudio/faustlive-wasm.html | 1 0 + 1 - 0 !
architecture/webaudio/webaudio.html | 4 2 + 2 - 0 !
libraries/docs/contributing/index.html | 6 3 + 3 - 0 !
libraries/docs/libs/wdmodels/index.html | 6 3 + 3 - 0 !
5 files changed, 11 insertions(+), 12 deletions(-)

 protect privacy of user by not requesting stuff from faust-website
llvm.patch | (download)

build/interp/CMakeLists.txt | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 make sure to pass llvm_version to static/dynamic builds
repack.patch | (download)

build/CMakeLists.txt | 9 0 + 9 - 0 !
1 file changed, 9 deletions(-)

 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 !
architecture/webaudio/webComponent/index.html | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 use python3 rather than python2
 Even in the documentation
hardening.patch | (download)

tools/sound2faust/Makefile | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 pass hardening flags (cxxflags/cppflags) when building utils
hurd.patch | (download)

compiler/libcode.cpp | 5 5 + 0 - 0 !
compiler/tlib/compatibility.cpp | 3 3 + 0 - 0 !
2 files changed, 8 insertions(+)

---
silent which.patch | (download)

compiler/utils/exepath.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 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 !
tools/faust2appls/faust2mathdoc | 4 2 + 2 - 0 !
tools/faust2appls/faust2pdf | 5 3 + 2 - 0 !
tools/faust2appls/faust2png | 2 1 + 1 - 0 !
4 files changed, 7 insertions(+), 6 deletions(-)

 fix inkscape invocation
 no more "-e", "-E",... flags
namespace_std.patch | (download)

architecture/pa-qt.cpp | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 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 !
1 file changed, 4 insertions(+), 4 deletions(-)

 do not attempt to link statically against sndfile
bashisms.patch | (download)

tools/faust2appls/faustoptflags | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 avoid bashisms