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
|
Source: wxsvg
Section: libs
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
Alec Leamas <leamas.alec@gmail.com>
Build-Depends:
debhelper-compat (= 13),
libavcodec-dev,
libavformat-dev,
libavutil-dev,
libexif-dev,
libexpat-dev,
libpango1.0-dev,
libswscale-dev,
libwxgtk3.2-dev,
pkg-config
Standards-Version: 4.6.1
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: libwxsvg3
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:
libwxsvg3 (= ${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:
libwxsvg3 (= ${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.
|