File: control

package info (click to toggle)
rlottie-qml 0.1~git20240610.022644c-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 164 kB
  • sloc: cpp: 209; makefile: 13
file content (30 lines) | stat: -rw-r--r-- 989 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Source: rlottie-qml
Section: libs
Priority: optional
Maintainer: Debian UBports Team <team+ubports@tracker.debian.org>
Uploaders:
 Mike Gabriel <sunweaver@debian.org>,
Build-Depends: cmake,
               cmake-extras,
               debhelper-compat (= 13),
               libquazip1-qt5-dev,
               librlottie-dev,
               qtbase5-dev,
               qtdeclarative5-dev,
               qtmultimedia5-dev,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://gitlab.com/mymike00/rlottie-qml
Vcs-Browser: https://salsa.debian.org/ubports-team/rlottie-qml/
Vcs-Git: https://salsa.debian.org/ubports-team/rlottie-qml.git

Package: qml-module-rlottie
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         qml-module-qtquick2,
Description: rLottie QML module
 rLottie is a platform independent standalone C++ library for rendering
 vector based animations and art in realtime.
 .
 This package provides a QML module binding for rLottie.