[neon/qt6/qt6-lottie/Neon/release] debian/patches: another to try and find QLottieVectorImagePlugin

Carlos De Maine null at kde.org
Tue Nov 18 00:55:08 GMT 2025


Git commit e2aad1edaf177881ba98ada3bd2b0f3cb43e3d5b by Carlos De Maine.
Committed on 18/11/2025 at 00:55.
Pushed by carlosdem into branch 'Neon/release'.

another to try and find QLottieVectorImagePlugin

A  +15   -0    debian/patches/2a2c1366444e637297ff120b0b69010cab529d71.diff
M  +1    -0    debian/patches/series

https://invent.kde.org/neon/qt6/qt6-lottie/-/commit/e2aad1edaf177881ba98ada3bd2b0f3cb43e3d5b

diff --git a/debian/patches/2a2c1366444e637297ff120b0b69010cab529d71.diff b/debian/patches/2a2c1366444e637297ff120b0b69010cab529d71.diff
new file mode 100644
index 0000000..acc4275
--- /dev/null
+++ b/debian/patches/2a2c1366444e637297ff120b0b69010cab529d71.diff
@@ -0,0 +1,15 @@
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index cfda761aebe711cf4585f68ebe2b12ed53ee202b..25a610c128932dec8769f29b8bcde4b743ee3223 100644
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -22,5 +22,9 @@ add_subdirectory(qml)
+ 
+ add_subdirectory(vectorimagehelpers)
+ 
+-add_subdirectory(lottiegenerator)
++if(TARGET Qt::QuickPrivate
++    AND TARGET Qt::QuickShapesPrivate
++    AND TARGET Qt::QuickVectorImageGeneratorPrivate)
++    add_subdirectory(lottiegenerator)
++endif()
+ add_subdirectory(plugins)
diff --git a/debian/patches/series b/debian/patches/series
index e0c2999..e931658 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 8ddfb61d23223b61810d364a3014365c4edac70b.diff
 6244549bda68641ae79a656db4a856d1f824af08.diff
+2a2c1366444e637297ff120b0b69010cab529d71.diff


More information about the Neon-commits mailing list