diff --git a/common/shlibs b/common/shlibs index 8778f7b818..7629d86821 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3476,6 +3476,7 @@ libgtk-4.so.0.9400.0 gtk4-3.94.0_1 libmodule.so.4 libmodule-4.1.0_1 libgnustep-gui.so.0.27 gnustep-gui-0.27.0_1 libmhash.so.2 mhash-0.9.9.9_1 +librlottie.so.0 rlottie-0.0.20160709_1 libfstrm.so.0 fstrm-0.5.0_1 libknot.so.9 libknot-2.8.2_1 libdnssec.so.7 libknot-2.8.2_1 diff --git a/srcpkgs/rlottie-devel b/srcpkgs/rlottie-devel new file mode 120000 index 0000000000..9a74e44f78 --- /dev/null +++ b/srcpkgs/rlottie-devel @@ -0,0 +1 @@ +rlottie \ No newline at end of file diff --git a/srcpkgs/rlottie/template b/srcpkgs/rlottie/template new file mode 100644 index 0000000000..774b507435 --- /dev/null +++ b/srcpkgs/rlottie/template @@ -0,0 +1,30 @@ +# Template file for 'rlottie' +pkgname=rlottie +_commit=9be18fbd4047467495af5bd6d83f5b91bc063ea2 +version=0.0.20160709 +revision=1 +wrksrc="rlottie-${_commit}" +build_style=cmake +short_desc="Platform independent standalone library that plays Lottie Animation" +maintainer="John " +license="LGPL-2.1-or-later, FTL, MIT, JSON, BSD-3-Clause" +homepage="https://github.com/Samsung/rlottie" +distfiles="https://github.com/Samsung/rlottie/archive/${_commit}.tar.gz" +checksum=d34b3f6acc224a494fae7f2c6c9c231f26652ee50d1493f12a577ce33eff21d3 + +post_install() { + vlicense licenses/COPYING.PIX + vlicense licenses/COPYING.RPD + vlicense licenses/COPYING.STB +} + +rlottie-devel_package() { + depends="${sourcepkg}>=${version}_${revision}" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove usr/lib/cmake + vmove usr/lib/pkgconfig + vmove usr/lib/librlottie.so + } +}