Package: soundscaperenderer / 0.4.2~dfsg-6

Metadata

Package Version Patches format
soundscaperenderer 0.4.2~dfsg-6 3.0 (quilt)

Patch series

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

configure.ac | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix upstream-version in configure
 upstream uses git-magic to set the version in AC_INIT().
 since we are only dealing with "releases", we want to have proper version
 numbers. since we don't want to update the patch for each new upstream-
 release, we parse debian/changelog to extract the upstream version number.
exclude_pdf.patch | (download)

data/Makefile.am | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 don't install the non-existing pdf
g++hack_vararg_template.patch | (download)

apf/apf/misc.h | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix ftbfs with g++ due to variadic templats
 it seems like g++-4.9 has a bug when expanding templated classes with varargs.
 the workaround is to replace the braces with parentheses in the ctor
 initialization.
 .
 g++-4.8 is not affected, neither is clang++-3.5
fix srate errormessage.patch | (download)

apf/apf/sndfiletools.h | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 more descriptive error message on samplerate mismatch
 provide suggestions what the user could do to not get the error at all
fix documentation date.patch | (download)

doc/manual/SoundScapeRenderer.tex | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 allow overriding of the tex-defines
 so we can set \today to a string that makes our builds reproducible