ABI/API breakage : please so bump and do a new release
Posted: 2013-08-27T05:48:37-07:00
Hi,
Did you check ABI/API using upstream tracker ?
http://upstream-tracker.org/compat_repo ... eport.html
AccelerateConvolveImage ( Image const* image, KernelInfo const* kernel, Image* convolve_image, ExceptionInfo* exception ) (2)
changed to:
AccelerateConvolveImage ( Image const* p1, enum ChannelType const p2, KernelInfo const* p3, ExceptionInfo* p4 )
Please add autotest by using local http://ispras.linuxbase.org/index.php/Upstream_Tracker. It is quite easy to run and instead of downloading from the public repositionnery you could download from the private and thus get some time to correct mistakes
So now you need a so dump. Please do like the previous so dump for magick++ in order to not dump magickwand.
Bastien
Did you check ABI/API using upstream tracker ?
http://upstream-tracker.org/compat_repo ... eport.html
AccelerateConvolveImage ( Image const* image, KernelInfo const* kernel, Image* convolve_image, ExceptionInfo* exception ) (2)
changed to:
AccelerateConvolveImage ( Image const* p1, enum ChannelType const p2, KernelInfo const* p3, ExceptionInfo* p4 )
Please add autotest by using local http://ispras.linuxbase.org/index.php/Upstream_Tracker. It is quite easy to run and instead of downloading from the public repositionnery you could download from the private and thus get some time to correct mistakes
So now you need a so dump. Please do like the previous so dump for magick++ in order to not dump magickwand.
Bastien