init
Some checks failed
Docker. / Ubuntu (push) Has been cancelled
User-agent updater. / User-agent (push) Failing after 15s
Lock Threads / lock (push) Failing after 10s
Waiting for answer. / waiting-for-answer (push) Failing after 22s
Needs user action. / needs-user-action (push) Failing after 8s
Can't reproduce. / cant-reproduce (push) Failing after 8s
Close stale issues and PRs / stale (push) Has been cancelled
Some checks failed
Docker. / Ubuntu (push) Has been cancelled
User-agent updater. / User-agent (push) Failing after 15s
Lock Threads / lock (push) Failing after 10s
Waiting for answer. / waiting-for-answer (push) Failing after 22s
Needs user action. / needs-user-action (push) Failing after 8s
Can't reproduce. / cant-reproduce (push) Failing after 8s
Close stale issues and PRs / stale (push) Has been cancelled
This commit is contained in:
5
Telegram/ThirdParty/rlottie/packaging/rlottie.manifest
vendored
Normal file
5
Telegram/ThirdParty/rlottie/packaging/rlottie.manifest
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
<manifest>
|
||||
<request>
|
||||
<domain name="_"/>
|
||||
</request>
|
||||
</manifest>
|
||||
65
Telegram/ThirdParty/rlottie/packaging/rlottie.spec
vendored
Normal file
65
Telegram/ThirdParty/rlottie/packaging/rlottie.spec
vendored
Normal file
@@ -0,0 +1,65 @@
|
||||
Name: lottie-player
|
||||
Summary: rlottie Library
|
||||
Version: 0.0.1
|
||||
Release: 1
|
||||
Group: UI Framework/Services
|
||||
License: LGPL-v2.1
|
||||
URL: http://www.tizen.org/
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
BuildRequires: meson
|
||||
BuildRequires: ninja
|
||||
Requires(post): /sbin/ldconfig
|
||||
Requires(postun): /sbin/ldconfig
|
||||
|
||||
%description
|
||||
rlottie library
|
||||
|
||||
|
||||
%package devel
|
||||
Summary: rlottie library (devel)
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
|
||||
%description devel
|
||||
rlottie library (devel)
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
|
||||
%build
|
||||
|
||||
export DESTDIR=%{buildroot}
|
||||
|
||||
export CXXFLAGS+=" -std=gnu++14"
|
||||
|
||||
meson setup \
|
||||
--prefix /usr \
|
||||
--libdir %{_libdir} \
|
||||
builddir 2>&1
|
||||
ninja \
|
||||
-C builddir \
|
||||
-j %(echo "`/usr/bin/getconf _NPROCESSORS_ONLN`")
|
||||
|
||||
%install
|
||||
|
||||
export DESTDIR=%{buildroot}
|
||||
|
||||
ninja -C builddir install
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/librlottie.so.*
|
||||
%{_libdir}/librlottie-image-loader.so*
|
||||
%manifest packaging/rlottie.manifest
|
||||
%license COPYING licenses/COPYING*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_includedir}/*.h
|
||||
%{_libdir}/librlottie.so
|
||||
%{_libdir}/librlottie-image-loader.so
|
||||
|
||||
%{_libdir}/pkgconfig/rlottie.pc
|
||||
Reference in New Issue
Block a user