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 100 101
|
Source: graphene
Section: libs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Jeremy Bicha <jbicha@ubuntu.com>, Laurent Bigonville <bigon@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-gir,
dh-sequence-python3,
gir1.2-gobject-2.0-dev,
gobject-introspection,
gobject-introspection (>= 1.78.1-9~) <cross>,
libglib2.0-dev,
meson,
pkg-config
Build-Depends-Indep: gtk-doc-tools <!nodoc>, libglib2.0-doc <!nodoc>
Rules-Requires-Root: no
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/gnome-team/graphene
Vcs-Git: https://salsa.debian.org/gnome-team/graphene.git
Homepage: https://ebassi.github.io/graphene/
Package: libgraphene-1.0-0
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
Multi-Arch: same
Description: library of graphic data types
Graphene provides a small set of mathematical types needed to implement
graphic libraries that deal with 2D and 3D transformations and projections.
.
This library provides types and their relative API; it does not deal with
windowing system surfaces, drawing, scene graphs, or input.
Package: libgraphene-1.0-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${gir:Depends},
${misc:Depends},
libgraphene-1.0-0 (= ${binary:Version}),
gir1.2-graphene-1.0 (= ${binary:Version}),
libglib2.0-dev,
Provides: ${gir:Provides},
gir1.2-graphene-1.0-dev (= ${binary:Version})
Suggests: libgraphene-doc
Description: library of graphic data types (development files)
Graphene provides a small set of mathematical types needed to implement
graphic libraries that deal with 2D and 3D transformations and projections.
.
This library provides types and their relative API; it does not deal with
windowing system surfaces, drawing, scene graphs, or input.
.
This package contains the header files required for developing software that
uses libgraphene.
Package: libgraphene-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Build-Profiles: <!nodoc>
Description: library of graphic data types (documentation)
Graphene provides a small set of mathematical types needed to implement
graphic libraries that deal with 2D and 3D transformations and projections.
.
This library provides types and their relative API; it does not deal with
windowing system surfaces, drawing, scene graphs, or input.
.
This package contains the API documentation.
Package: graphene-tests
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
${python3:Depends},
Suggests: gnome-desktop-testing
Description: library of graphic data types (installed tests)
Graphene provides a small set of mathematical types needed to implement
graphic libraries that deal with 2D and 3D transformations and projections.
.
This library provides types and their relative API; it does not deal with
windowing system surfaces, drawing, scene graphs, or input.
.
This package contains test programs, designed to be run as part of a
regression testsuite.
Package: gir1.2-graphene-1.0
Section: introspection
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${gir:Depends}
Description: library of graphic data types (introspection files)
Graphene provides a small set of mathematical types needed to implement
graphic libraries that deal with 2D and 3D transformations and projections.
.
This library provides types and their relative API; it does not deal with
windowing system surfaces, drawing, scene graphs, or input.
.
This package can be used by other packages using the GIRepository format to
generate dynamic bindings.
|