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 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
|
Source: libmypaint
Section: libs
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders: Jeremy Bicha <jbicha@debian.org>, Vincent Cheng <vcheng@debian.org>
Build-Depends: autoconf-archive,
debhelper-compat (= 13),
doxygen <!nodoc>,
gobject-introspection,
intltool,
libgirepository1.0-dev,
libglib2.0-dev,
libjs-jquery <!nodoc>,
libjs-underscore <!nodoc>,
libjson-c-dev,
pkgconf,
python3-breathe <!nodoc>,
python3-sphinx <!nodoc>
Standards-Version: 4.7.0
Homepage: https://github.com/mypaint/libmypaint
Vcs-Browser: https://salsa.debian.org/multimedia-team/libmypaint
Vcs-Git: https://salsa.debian.org/multimedia-team/libmypaint.git
Package: libmypaint-1.5-1
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
libmypaint-common (>= ${source:Version}),
Multi-Arch: same
Description: brush library for mypaint
MyPaint is a pressure- and tilt-sensitive painting program which works well
with Wacom graphics tablets and other similar devices. It comes with a large
brush collection including charcoal and ink to emulate real media, but the
highly configurable brush engine allows you to experiment with your own
brushes and with not-quite-natural painting.
.
This package contains the shared library.
Package: libmypaint-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
gir1.2-mypaint-1.5 (= ${binary:Version}),
libglib2.0-dev,
libjson-c-dev,
libmypaint-1.5-1 (= ${binary:Version}),
Suggests: libmypaint-doc
Description: brush library for mypaint - development files
MyPaint is a pressure- and tilt-sensitive painting program which works well
with Wacom graphics tablets and other similar devices. It comes with a large
brush collection including charcoal and ink to emulate real media, but the
highly configurable brush engine allows you to experiment with your own
brushes and with not-quite-natural painting.
.
This package contains the development files.
Package: libmypaint-common
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
Conflicts: mypaint-data (<< 2~)
Description: brush library for mypaint - common files
MyPaint is a pressure- and tilt-sensitive painting program which works well
with Wacom graphics tablets and other similar devices. It comes with a large
brush collection including charcoal and ink to emulate real media, but the
highly configurable brush engine allows you to experiment with your own
brushes and with not-quite-natural painting.
.
This package contains architecture-independent files such as translations.
Package: libmypaint-doc
Section: doc
Build-Profiles: <!nodoc>
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
libjs-jquery,
libjs-underscore
Description: brush library for mypaint - documentation
MyPaint is a pressure- and tilt-sensitive painting program which works well
with Wacom graphics tablets and other similar devices. It comes with a large
brush collection including charcoal and ink to emulate real media, but the
highly configurable brush engine allows you to experiment with your own
brushes and with not-quite-natural painting.
.
This package contains the API reference.
Package: gir1.2-mypaint-1.5
Section: introspection
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${gir:Depends}
Description: GObject introspection data for libmypaint
This package contains GObject introspection information.
.
It can be used by packages using the GIRepository format to generate
dynamic bindings.
|