Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37751801
en ru br
ALT Linux repos
S:5.1.5-alt3

Group :: Graphics
RPM: krita

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: alt-soname.patch
Download


--- a/plugins/impex/tiff/CMakeLists.txt
+++ b/plugins/impex/tiff/CMakeLists.txt
@@ -7,6 +7,9 @@ if (TIFF_HAS_PSD_TAGS)
     )
 
     kis_add_library(kritatiffpsd SHARED ${libkritatiffpsd_SRCS})
+    set_target_properties(kritatiffpsd PROPERTIES
+	VERSION ${GENERIC_KRITA_LIB_VERSION} SOVERSION ${GENERIC_KRITA_LIB_SOVERSION}
+    )
     generate_export_header(kritatiffpsd)
 
     target_link_libraries(kritatiffpsd kritapsd ${TIFF_LIBRARIES})
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin