|
3 | 3 | %define devel %mklibname rlottie -d |
4 | 4 |
|
5 | 5 | %define git 20200408 |
6 | | -%define rel 1 |
| 6 | +%define rel 2 |
7 | 7 |
|
8 | 8 | Name: rlottie |
9 | | -Version: 0.0.1 |
| 9 | +Version: 0.2 |
10 | 10 | Release: %mkrel %{?git:-c git%{git}} %{rel} |
11 | 11 | Summary: Platform independent standalone library that plays Lottie Animation |
12 | 12 | Group: System/Libraries |
@@ -42,36 +42,36 @@ bodymovin, Sketch with Lottie Sketch Export, and from Haiku. |
42 | 42 |
|
43 | 43 | For the first time, designers can create and ship beautiful animations without |
44 | 44 | an engineer painstakingly recreating it by hand. Since the animation is backed |
45 | | -by JSON they are extremely small in size but can be large in complexity! |
46 | | - |
47 | | -This is the development libraries for rlottie. |
48 | | - |
49 | | -%package -n %{libname} |
50 | | -Summary: Platform independent standalone library that plays Lottie Animation |
51 | | -Group: System/Libraries |
52 | | - |
53 | | -%description -n %{libname} |
54 | | -rlottie is a platform independent standalone c++ library for rendering vector |
55 | | -based animations and art in realtime. |
56 | | - |
57 | | -Lottie loads and renders animations and vectors exported in the bodymovin JSON |
58 | | -format. Bodymovin JSON can be created and exported from After Effects with |
59 | | -bodymovin, Sketch with Lottie Sketch Export, and from Haiku. |
60 | | - |
61 | | -For the first time, designers can create and ship beautiful animations without |
62 | | -an engineer painstakingly recreating it by hand. Since the animation is backed |
63 | | -by JSON they are extremely small in size but can be large in complexity! |
64 | | - |
65 | | -%prep |
66 | | -%autosetup -n %{name}-master |
67 | | - |
68 | | -%build |
69 | | -%meson |
70 | | - |
71 | | -%install |
| 45 | +by JSON they are extremely small in size but can be large in complexity! |
| 46 | + |
| 47 | +This is the development libraries for rlottie. |
| 48 | + |
| 49 | +%package -n %{libname} |
| 50 | +Summary: Platform independent standalone library that plays Lottie Animation |
| 51 | +Group: System/Libraries |
| 52 | + |
| 53 | +%description -n %{libname} |
| 54 | +rlottie is a platform independent standalone c++ library for rendering vector |
| 55 | +based animations and art in realtime. |
| 56 | + |
| 57 | +Lottie loads and renders animations and vectors exported in the bodymovin JSON |
| 58 | +format. Bodymovin JSON can be created and exported from After Effects with |
| 59 | +bodymovin, Sketch with Lottie Sketch Export, and from Haiku. |
| 60 | + |
| 61 | +For the first time, designers can create and ship beautiful animations without |
| 62 | +an engineer painstakingly recreating it by hand. Since the animation is backed |
| 63 | +by JSON they are extremely small in size but can be large in complexity! |
| 64 | + |
| 65 | +%prep |
| 66 | +%autosetup -n %{name}-master |
| 67 | + |
| 68 | +%build |
| 69 | +%meson |
| 70 | + |
| 71 | +%install |
72 | 72 | %meson_install |
73 | 73 |
|
74 | | -%files -n %{devel} |
| 74 | +%files -n %{devel} |
75 | 75 | %{_includedir}/rlottie.h |
76 | 76 | %{_includedir}/rlottie_capi.h |
77 | 77 | %{_includedir}/rlottiecommon.h |
|
0 commit comments