| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d540657bae356117354d9133a42417de25b3e063)
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 67d18a6d8e8b76c9d805c2665779a2c9c5dab88b)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a2ab145c9a7b83a42fc168a07972f0de3e31efef)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0f70373c8248ceb01d5a2791c81b076885c2fba8)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This resolves issue #50.
The problem seems to be a known issue already addressed by the original
authors. This is an extract from the 'ChangeLog' file that best
describes the issue:
```
Fix a linking problem with showfoto, image plugins and
--enable-gcc-hidden-visibility:
All image plugins link to libdigikam.so.
The showfoto executable however does not link to this lib, but
statically links the relevant parts.
With visibility hidden, now the linker obviously cannot see the
already linked DImgInterface class,
and there would be two different static variables for
DImgInterface::instance(). One with the loaded
image, the other (from the image plugins) with a null image.
```
Linking against libdigikam.so instead of including the libraries in a
static way solves the issue.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f8074c05d9a2ad3b4a4e44557222ad51539b7e79)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 015b36e07410f5f8a7eefecc24d57717cb90e01d)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The jas_init() and jas_cleanup() where deprecated in JasPer 3.0. There
was also a functionality change in jas_init() which has stopped
registering jas_cleanup() with 'atexit(3)', meaning that, when compiled
with JasPer 3 or newer, there have been memory leaks in certain
instances.
This commit also introduces a memory limit for JasPer, without which,
JasPer will log warnings to the standard error stream. We set a
maximum of 512 MB, but will use whatever JasPer was configured with if
it is lower.
Signed-off-by: mio <stigma@disroot.org>
(cherry picked from commit 0b5e696d79ab1a160293d520b7526e031238989a)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0bf733ec1780acd7d7f0122559029e09001b840e)
|
|
|
|
|
|
|
| |
This solves FTBFS with tiff library >= 4.7.0.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit db8b48484080c073c32b8477234bb07efc3ec510)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 02b8017b11b008f83e97820f6fdde68bb7a02b01)
|
|
|
|
|
| |
Signed-off-by: Ray-V <ray-v@inbox.lv>
(cherry picked from commit aed0b797b4284f2cc271256abc28bf8f19473893)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 76a8e935be38afad0105c46d5a2aa7b58162223b)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 67fd8bef19878c6940d48fbdafe07a8842c99fd1)
|
|
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit ee0d99607c14cb63d3ebdb3a970b508949fa8219)
|