Package: drawtiming / 0.7.1-6

Metadata

Package Version Patches format
drawtiming 0.7.1-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
InitializeMagick.diff | (download)

src/main.cc | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 properly initialize graphicsmagick
 Quoting from GraphicsMagick's NEWS file "
 1.3.8 (January 21, 2010)
 ========================
 [...]
 Behavior Changes:
 InitializeMagick() MUST be invoked prior to using any Magick API function.
  Failure to do so will likely lead to an immediate application crash. This is
  due to initialization and runtime changes intended to improve thread safety
  and efficiency. Previously it was only strongly recommended to invoke
  InitializeMagick().
 "
manpage fix.diff | (download)

doc/drawtiming.1 | 18 9 + 9 - 0 !
1 file changed, 9 insertions(+), 9 deletions(-)

 fix typos and hyphenation
missing includes.diff | (download)

src/timing.cc | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 add missing string.h include.
switch_LDFLAGS_LDADD.diff | (download)

src/Makefile.am | 2 1 + 1 - 0 !
src/Makefile.in | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 switch ldadd with ldflags
 This change is to move the objects before the libs. to fix an FTBFS when 
 --as-needed is passed to gcc.
test_workaround.diff | (download)

samples/memory.txt | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 workaround around a regression in graphicsmagick that causes a 
  test to fail.