File: control

package info (click to toggle)
wxsvg 2%3A1.5.25%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,176 kB
  • sloc: cpp: 23,989; sh: 3,111; ansic: 872; makefile: 70; python: 31
file content (67 lines) | stat: -rw-r--r-- 1,744 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Source: wxsvg
Section: libs
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
 Alec Leamas <leamas.alec@gmail.com>
Build-Depends: dpkg-dev (>= 1.22.5),
 debhelper-compat (= 13),
 libavcodec-dev,
 libavformat-dev,
 libavutil-dev,
 libexif-dev,
 libexpat-dev,
 libpango1.0-dev,
 libswscale-dev,
 libwxgtk3.2-dev,
 pkgconf
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/multimedia-team/wxsvg.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/wxsvg
Homepage: http://wxsvg.sourceforge.net/
Rules-Requires-Root: no

Package: libwxsvg3t64
Provides: ${t64:Provides}
Replaces: libwxsvg3
Breaks: libwxsvg3 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Description: SVG library for the wxWidgets toolkit
 wxSVG is a C++ library to create, manipulate and render
 Scalable Vector Graphics (SVG) files with the wxWidgets
 toolkit.
 .
 This package contains the shared library built using gtk2

Package: libwxsvg-tools
Architecture: any
Multi-Arch: foreign
Depends:
 libwxsvg3t64 (= ${binary:Version}),
 ${misc:Depends},
 ${shlibs:Depends}
Description: SVG library for the wxWidgets toolkit (tools)
 wxSVG is a C++ library to create, manipulate and render
 Scalable Vector Graphics (SVG) files with the wxWidgets
 toolkit.
 .
 This package contains the svgviewer tool


Package: libwxsvg-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends:
 libwxsvg3t64 (= ${binary:Version}),
 ${misc:Depends}
Description: Development files for wxSVG
 wxSVG is a C++ library to create, manipulate and render
 Scalable Vector Graphics (SVG) files with the wxWidgets
 toolkit.
 .
 This package contains the development files.