File: control

package info (click to toggle)
plutovg 1.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 1,280 kB
  • sloc: ansic: 18,916; sh: 10; makefile: 6
file content (39 lines) | stat: -rw-r--r-- 1,224 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
31
32
33
34
35
36
37
38
39
Source: plutovg
Section: libs
Priority: optional
Maintainer: Sébastien Noel <sebastien@twolife.be>
Build-Depends: debhelper-compat (= 13), cmake, pkgconf, meson
Standards-Version: 4.7.2
Homepage: https://github.com/sammycage/plutovg
Vcs-Git: https://salsa.debian.org/twolife/plutovg.git
Vcs-Browser: https://salsa.debian.org/twolife/plutovg

Package: libplutovg-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, libplutovg1 (= ${binary:Version})
Description: Tiny 2D vector graphics library - devel
 PlutoVG is a standalone 2D vector graphics library. It features:
  - Path Filling, Stroking and Dashing
  - Solid, Gradient and Texture Paints
  - Fonts and Texts
  - Clipping and Compositing
  - Transformations
  - Images
 .
 This package contains the development files for libplutovg.

Package: libplutovg1
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Tiny 2D vector graphics library
 PlutoVG is a standalone 2D vector graphics library. It features:
  - Path Filling, Stroking and Dashing
  - Solid, Gradient and Texture Paints
  - Fonts and Texts
  - Clipping and Compositing
  - Transformations
  - Images