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
|
# This file is autogenerated. DO NOT EDIT!
#
# Modifications should be made to debian/control.in instead.
# This file is regenerated automatically in the clean target.
Source: clutter-gtk
Section: libs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Iain Lane <laney@debian.org>, Jeremy Bicha <jbicha@debian.org>, Michael Biebl <biebl@debian.org>
Build-Depends: debhelper (>= 11),
gnome-pkg-tools,
gtk-doc-tools,
libgtk-3-dev (>= 3.21.0),
libclutter-1.0-dev (>= 1.23.7),
libjson-glib-dev (>= 0.12),
libgirepository1.0-dev (>= 0.10.7-1~),
gobject-introspection (>= 1.32)
Build-Depends-Indep: libgdk-pixbuf2.0-doc,
libglib2.0-doc,
libgtk-3-doc,
libclutter-1.0-doc
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/gnome-team/clutter-gtk
Vcs-Git: https://salsa.debian.org/gnome-team/clutter-gtk.git
Homepage: http://www.clutter-project.org/
Package: libclutter-gtk-1.0-0
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Multi-Arch: same
Description: Open GL based interactive canvas library GTK+ widget
Clutter is an Open GL based interactive canvas library, designed for creating
fast, mainly 2D single window applications such as media box UIs,
presentations, kiosk style applications and so on.
Package: libclutter-gtk-1.0-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libclutter-gtk-1.0-0 (= ${binary:Version}),
gir1.2-gtkclutter-1.0 (= ${binary:Version}),
libgtk-3-dev (>= 3.21.0),
libclutter-1.0-dev (>= 1.23.7),
${misc:Depends}
Suggests: libclutter-gtk-1.0-doc
Description: Open GL based interactive canvas library GTK+ widget (development files)
Clutter is an Open GL based interactive canvas library, designed for creating
fast, mainly 2D single window applications such as media box UIs,
presentations, kiosk style applications and so on.
.
This package contains the development files.
Package: libclutter-gtk-1.0-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: libclutter-1.0-doc
Suggests: devhelp
Description: Open GL based interactive canvas library GTK+ widget (documentation)
Clutter is an Open GL based interactive canvas library, designed for creating
fast, mainly 2D single window applications such as media box UIs,
presentations, kiosk style applications and so on.
.
This package contains the documentation.
Package: gir1.2-gtkclutter-1.0
Section: introspection
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends},
${gir:Depends}
Description: GObject introspection data for the GTK+ Clutter library
This package contains introspection data for the GTK+ Clutter widget.
.
It can be used by packages using the GIRepository format to generate
dynamic bindings.
|