Package: frei0r / 1.4-3

Metadata

Package Version Patches format
frei0r 1.4-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
020130314~5b70863.patch | (download)

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

 fix version in autoconf.


020130314~e803035.patch | (download)

include/frei0r_cairo.h | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 fix missing string.h include.


020130305~852a4ac.patch | (download)

src/filter/vectorscope/vectorscope.c | 105 84 + 21 - 0 !
1 file changed, 84 insertions(+), 21 deletions(-)

 add transparent background option to vectorscope


020130305~d67548e.patch | (download)

src/filter/rgbparade/rgbparade.c | 105 88 + 17 - 0 !
1 file changed, 88 insertions(+), 17 deletions(-)

 add transparent background option to rgbparade


020130316~245bb38.patch | (download)

src/filter/lenscorrection/lenscorrection.c | 10 5 + 5 - 0 !
src/filter/pixeliz0r/pixeliz0r.c | 4 2 + 2 - 0 !
2 files changed, 7 insertions(+), 7 deletions(-)

 make property names for "pixeliz0r" and "lenscorrection"
 human-readable


020130415~b1faa09.patch | (download)

src/filter/medians/small_medians.h | 68 34 + 34 - 0 !
1 file changed, 34 insertions(+), 34 deletions(-)

 medians: fix indexes in median13


020140427~fc84121.patch | (download)

src/generator/partik0l/partik0l.cpp | 15 8 + 7 - 0 !
1 file changed, 8 insertions(+), 7 deletions(-)

 fix array out-of-bounds error in partik0l.

When using rand(), it may make sense to use RAND_MAX. But in a build
made on MinGW RAND_MAX is equivalent to a SHRT_MAX, which results in
crashes in blossom_recal() due to accessing the prime array outside of
its bounds. INT_MAX was chosen because on Linux, RAND_MAX is equivalent
1 AM_INIT_AUTOMAKE.patch | (download)

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

 fix args to am_init_automake
 arguments to AM_INIT_AUTOMAKE have been deprecated.
 see http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
1 build doc.patch | (download)

doc/Makefile.am | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 fix install target for doc
1 fix spelling.patch | (download)

src/filter/spillsupress/spillsupress.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fixing spelling mistakes