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 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127
|
Source: entity
Section: interpreters
Priority: optional
Maintainer: Brian Bassett <brianb@debian.org>
Standards-Version: 3.1.1
Build-Depends: python2.1-dev (>= 2.1.1-2), python (>= 2.1.1-2), python (<< 2.2), tcl8.3-dev, perl, libperl-dev, gdk-imlib-dev, libglib1.2-dev (>= 1.2.6), libgtk1.2-dev (>= 1.2.6), libpcre3-dev, gtkglarea-dev, xlibmesa-dev | libgl-dev, glutg3-dev, debhelper (>= 1.1.17)
Package: entity
Architecture: any
Depends: ${shlibs:Depends}, libentity0 (= ${Source-Version})
Recommends: perl
Suggests: entity-doc
Provides: entity-perl
Description: XML-based GUI builder for GTK+
Entity is an XML-based GUI builder and application scripting framework.
It combines the ease of use of XML for GUI layout and the power of Perl,
Python, TCL, JavaScript, and C for the application logic. An Entity GUI
is usually much shorter than the same program written in any other
language.
.
This package contains the core portions of Entity along with Perl
support.
Package: entity-doc
Architecture: all
Section: doc
Description: XML-based GUI builder for GTK+
Entity is an XML-based GUI builder and application scripting framework.
It combines the ease of use of XML for GUI layout and the power of Perl,
Python, TCL, JavaScript, and C for the application logic. An Entity GUI
is usually much shorter than the same program written in any other
language.
.
This package contains documentation about the Entity system.
Package: entity-python
Architecture: any
Depends: libentity0 (= ${Source-Version}), ${shlibs:Depends}
Description: XML-based GUI builder for GTK+ (Python bindings)
Entity is an XML-based GUI builder and application scripting framework.
It combines the ease of use of XML for GUI layout and the power of Perl,
Python, TCL, JavaScript, and C for the application logic. An Entity GUI
is usually much shorter than the same program written in any other
language.
.
This package contains the portions of Entity required to use Python
and <python> tags.
Package: entity-tcl
Architecture: any
Depends: libentity0 (= ${Source-Version}), ${shlibs:Depends}
Description: XML-based GUI builder for GTK+ (TCL bindings)
Entity is an XML-based GUI builder and application scripting framework.
It combines the ease of use of XML for GUI layout and the power of Perl,
Python, TCL, JavaScript, and C for the application logic. An Entity GUI
is usually much shorter than the same program written in any other
language.
.
This package contains the portions of Entity required to use TCL
and <tcl> tags.
Package: entity-javascript
Architecture: any
Depends: libentity0 (= ${Source-Version}), ${shlibs:Depends}
Description: XML-based GUI builder for GTK+ (JavaScript bindings)
Entity is an XML-based GUI builder and application scripting framework.
It combines the ease of use of XML for GUI layout and the power of Perl,
Python, TCL, JavaScript, and C for the application logic. An Entity GUI
is usually much shorter than the same program written in any other
language.
.
This package contains the portions of Entity required to use JavaScript
and <javascript> tags.
Package: libentity0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: XML-based GUI builder for GTK+ (core library)
Entity is an XML-based GUI builder and application scripting framework.
It combines the ease of use of XML for GUI layout and the power of Perl,
Python, TCL, JavaScript, and C for the application logic. An Entity GUI
is usually much shorter than the same program written in any other
language.
.
This package contains the runtime libraries of the Entity core.
Package: libentity-dev
Section: devel
Architecture: any
Depends: libentity0 (= ${Source-Version}), libglib1.2-dev (>= 1.2.6)
Description: XML-based GUI builder for GTK+ (core library development files)
Entity is an XML-based GUI builder and application scripting framework.
It combines the ease of use of XML for GUI layout and the power of Perl,
Python, TCL, JavaScript, and C for the application logic. An Entity GUI
is usually much shorter than the same program written in any other
language.
.
This package contains the development files for the Entity core runtime
libraries.
Package: entity-c
Architecture: any
Depends: libentity0 (= ${Source-Version}), libentity-dev (= ${Source-Version}), gcc, ${shlibs:Depends}
Description: XML-based GUI builder for GTK+ (C bindings)
Entity is an XML-based GUI builder and application scripting framework.
It combines the ease of use of XML for GUI layout and the power of Perl,
Python, TCL, JavaScript, and C for the application logic. An Entity GUI
is usually much shorter than the same program written in any other
language.
.
This package contains the portions of Entity required to use embedded
C code and <c-code> tags.
Package: entity-gl
Architecture: any
Depends: libentity0 (= ${Source-Version}), ${shlibs:Depends}
Description: XML-based GUI builder for GTK+ (OpenGL bindings)
Entity is an XML-based GUI builder and application scripting framework.
It combines the ease of use of XML for GUI layout and the power of Perl,
Python, TCL, JavaScript, and C for the application logic. An Entity GUI
is usually much shorter than the same program written in any other
language.
.
This package contains the portions of Entity required to use OpenGL
areas.
|