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
|
Source: clutter-gesture
Section: libs
Priority: optional
Maintainer: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Homepage: http://www.clutter-project.org/
Build-Depends: cdbs (>= 0.4.93~), debhelper (>= 9), automake, gtk-doc-tools,
libclutter-1.0-dev, libtool,
gcc (>= 4.6)
Standards-Version: 3.9.3
Package: libcluttergesture-0.0.2-0
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: Open GL based interactive canvas library Gesture framework
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. Gesture library allows
clutter applications to be aware of gestures and to easily attach some
handlers to gesture events.
Package: libcluttergesture-dev
Section: libdevel
Architecture: any
Depends: libcluttergesture-0.0.2-0 (= ${binary:Version}), libclutter-1.0-dev, pkg-config, ${shlibs:Depends}, ${misc:Depends}
Description: Open GL based interactive canvas library Gesture framework (dev. 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. Gesture library allows
clutter applications to be aware of gestures and to easily attach some
handlers to gesture events.
.
This package contains the development files.
Package: libcluttergesture-0.0.2-0-dbg
Architecture: any
Section: debug
Priority: extra
Depends: libcluttergesture-0.0.2-0 (=${binary:Version}), ${misc:Depends}
Description: Open GL based interactive canvas library Gesture framework (debug 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. Gesture library allows
clutter applications to be aware of gestures and to easily attach some
handlers to gesture events.
.
This package contains the debug files.
|