Package Details: rlottie 0.2-5

Git Clone URL: https://aur.archlinux.org/rlottie.git (read-only, click to copy)
Package Base: rlottie
Description: A platform independent standalone library that plays Lottie Animation
Upstream URL: https://github.com/Samsung/rlottie
Licenses: custom
Submitter: msrd0
Maintainer: msrd0
Last Packager: msrd0
Votes: 5
Popularity: 0.000000
First Submitted: 2021-10-28 19:53 (UTC)
Last Updated: 2025-04-08 20:48 (UTC)

Latest Comments

ylyl commented on 2025-04-08 03:43 (UTC)

Due to updates in the CMake version, the minimum version 3.3 is no longer usable and needs to be updated to 3.5. The patch file should include:

--- CMakeLists.txt     2021-10-28 21:47:37.898062662 +0200
+++ CMakeLists.txt     2021-10-28 21:47:48.154677016 +0200
@@ -1,4 +1,4 @@
-cmake_minimum_required( VERSION 3.3 )
+cmake_minimum_required( VERSION 3.5 )