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 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220
|
Source: ruby-gnome2
Section: libs
Priority: extra
Maintainer: Dafydd Harries <daf@debian.org>
Standards-Version: 3.7.2
Build-Depends: debhelper (>= 4), ruby, ruby1.8, ruby1.8-dev, libgnomeui-dev, libglade2-dev, libgtkhtml2-dev, libgstreamer-plugins0.8-dev, libgda2-dev (>= 1.2.1), libpng-dev, libgtkglext1-dev, libxmu-dev, libgtksourceview-dev, libpanel-applet2-dev, libgnomeprint2.2-dev (>= 2.8.0), libgnomeprintui2.2-dev (>= 2.6.0), librsvg2-dev (>= 2.8.0), libcairo-ruby, libxul-dev, libvte-dev, pkg-config, quilt
Package: libglib2-ruby
Architecture: any
Depends: ${shlibs:Depends}
Description: Glib 2 bindings for the Ruby language
Glib is a useful general-purpose C library, notably used by GTK+ and GNOME.
This package contains libraries for using Glib with the Ruby programming
language. It is most likely useful in conjunction with Ruby bindings for
other libraries such as GTK+.
Package: libatk1-ruby
Architecture: any
Depends: ${shlibs:Depends}, libglib2-ruby (= ${Source-Version})
Description: ATK bindings for the Ruby language
ATK is a toolkit providing accessibility interfaces for applications or other
toolkits. By implementing these interfaces, those other toolkits or
applications can be used with tools such as screen readers, magnifiers, and
other alternative input devices. This package contains libraries for using
ATK with the Ruby programming language.
Package: libpango1-ruby
Architecture: any
Depends: ${shlibs:Depends}, libglib2-ruby (= ${Source-Version}), libcairo-ruby
Description: Pango bindings for the Ruby language
Pango is a library for layout and rendering of text, with an emphasis on
internationalization. This package contains libraries for using Pango with
the Ruby programming language.
Package: libgdk-pixbuf2-ruby
Architecture: any
Depends: ${shlibs:Depends}, libglib2-ruby (= ${Source-Version})
Description: Gdk-Pixbuf 2 bindings for the Ruby language
Gdk-Pixbuf is a library for loading and rendering images. This package
contains libraries for using Gdk-Pixbuf with the Ruby programming language.
Package: libgtk2-ruby
Architecture: any
Depends: ${shlibs:Depends}, libatk1-ruby (= ${Source-Version}),
libpango1-ruby (= ${Source-Version}),
libgdk-pixbuf2-ruby (= ${Source-Version})
Description: GTK+ bindings for the Ruby language
GTK+ is a library for creating graphical user interfaces. This package
contains libraries for using GTK+ with the Ruby programming language.
Package: libart2-ruby
Architecture: any
Depends: ${shlibs:Depends}
Description: Libart 2 bindings for the Ruby language
Libart is a library for 2D graphics. This package contains libraries for
using Libart with the Ruby programming language.
Package: libgnomecanvas2-ruby
Architecture: any
Depends: ${shlibs:Depends}, libgtk2-ruby (= ${Source-Version}),
libart2-ruby (= ${Source-Version})
Description: GNOME Canvas 2 bindings for the Ruby language
The GNOME canvas is powerful and extensible object-oriented display engine,
which allows graphics manipulation in terms of structured items as opposed to
pixels. This package contains libraries for using the GNOME canvas with the
Ruby programming language.
Package: libgnome2-ruby
Architecture: any
Depends: ${shlibs:Depends}, libgnomecanvas2-ruby (= ${Source-Version})
Description: GNOME 2 bindings for the Ruby language
The GNOME user interface libraries provide shared user interface
functionality for GNOME and GNOME-based programs. This package contains
libraries for using the GNOME libraries with the Ruby programming language.
Package: libgconf2-ruby
Architecture: any
Depends: ${shlibs:Depends}, libglib2-ruby (= ${Source-Version})
Description: GConf 2 bindings for the Ruby language
GConf is a configuration database system. This package contains libraries for
using GConf with the Ruby programming language.
Package: libglade2-ruby
Architecture: any
Depends: ${shlibs:Depends}, ruby, librexml-ruby,
libgtk2-ruby (= ${Source-Version}),
Suggests: libgnome2-ruby
Description: Libglade 2 bindings for the Ruby language
Libglade allows programs to load externally-stored user interfaces,
permitting the modification of the interface without the modification of the
program. This package contains libraries for using Libglade with the Ruby
programming language.
Package: libgtkhtml2-ruby
Architecture: any
Depends: ${shlibs:Depends}, libgtk2-ruby (= ${Source-Version})
Description: GtkHTML bindings for the Ruby language
GtkHTML is a lightweight HTML rendering/printing/editing engine. This package
contains libraries for using GtkHTML with the Ruby programming language.
Package: libgda2-ruby
Architecture: any
Depends: ${shlibs:Depends}, libglib2-ruby (= ${Source-Version})
Description: GDA bindings for the Ruby language
GNOME Data Access is an attempt to provide uniform access to different kinds
of data sources (databases, information servers, mail spools, etc). Despite
its name, it doesn't require GNOME libraries. This package contains libraries
for using GDA with the Ruby programming language.
Package: libgtkglext1-ruby
Architecture: any
Depends: ${shlibs:Depends}, libopengl-ruby, libglib2-ruby (= ${Source-Version})
Description: GTK+ GL extension bindings for the Ruby language
GtkGLExt provides the GDK objects to support OpenGL rendering in GTK,
and GtkWidget API add-ons to make GTK+ widgets OpenGL-capable. This package
contains libraries for using GtkGLExt with the Ruby programming language.
Package: libgnomevfs2-ruby
Architecture: any
Depends: ${shlibs:Depends}, libglib2-ruby (= ${Source-Version})
Description: GNOME VFS 2 bindings for the Ruby language
GNOME VFS is the GNOME virtual file system. It provides a modular
architecture and ships with several modules that implement support for file
systems, http, ftp and others. It provides a URI-based API, a backend
supporting asynchronous file operations, a MIME type manipulation library and
other features. This package contains libraries for using GNOME-VFS with the
Ruby programming language.
Package: libgstreamer0.8-ruby
Architecture: any
Depends: ${shlibs:Depends}, libglib2-ruby (= ${Source-Version})
Conflicts: libgstreamer0.6-ruby
Description: GStreamer 0.8 bindings for the Ruby language
GStreamer is a media processing framework with support for a wide variety of
data sources, sinks, and formats through the use of dynamically loaded
plugins. This package contains libraries for using GStreamer with the Ruby
programming language.
Package: libgtksourceview1-ruby
Architecture: any
Depends: ${shlibs:Depends}, libgtk2-ruby (= ${Source-Version})
Description: GTKSourceView bindings for the Ruby language
GTKSourceView is a text widget that extends the standard GTK+ text widget.
This package contains libraries for using GStreamer with the Ruby programming
language.
Package: libpanel-applet2-ruby
Architecture: any
Depends: ${shlibs:Depends}, libgtk2-ruby (= ${Source-Version})
Description: GNOME 2 panel applet library bindings for the Ruby language
The GNOME panel applet library is used by applets which sit on the GNOME
Panel. This package contains libraries for using the panel applet library
with the Ruby programming language.
Package: libgnomeprint2-ruby
Architecture: any
Depends: ${shlibs:Depends}, libglib2-ruby (= ${Source-Version})
Description: GNOME print bindings for the Ruby language
The GNOME print architecture is a set of libraries for printing documents
from GNOME applications. This package contains libraries for using the
architecture with the Ruby programming language.
Package: libgnomeprintui2-ruby
Architecture: any
Depends: ${shlibs:Depends}, libgtk2-ruby (= ${Source-Version}),
libgnomeprint2-ruby (= ${Source-Version})
Description: GNOME print user interface bindings for the Ruby language
The GNOME print architecture is a set of libraries for printing documents
from GNOME applications. This package contains libraries for using the using
the user interface aspects of the architecture with the Ruby programming
language.
Package: librsvg2-ruby
Architecture: any
Depends: ${shlibs:Depends}, libglib2-ruby (= ${Source-Version})
Description: RSVG renderer bindings for the Ruby language
RSVG is a renderer for Scalable Vector Graphics image files. This package
contains libraries for using RSVG with the Ruby programming language.
Package: libgtk-mozembed-ruby
Architecture: any
Depends: ${shlibs:Depends}
Provides: libgtk-mozembed-ruby1.8
Conflicts: libgtk-mozembed-ruby1.8
Replaces: libgtk-mozembed-ruby1.8
Description: ruby binding of GtkMozEmbed, gecko renderer
GtkMozEmbed is a Ruby binding of GtkMozEmbed a widget embedding a
Mozilla Gecko renderer.
Package: libvte-ruby
Architecture: any
Depends: ${shlibs:Depends}
Description: VTE widget bindings for the Ruby language
VTE is a Ruby binding for the vte terminal emulator widget for Gtk
Package: ruby-gnome2
Architecture: all
Depends: libgnome2-ruby (= ${Source-Version}),
libgconf2-ruby (= ${Source-Version}),
libglade2-ruby (= ${Source-Version}),
libgtkhtml2-ruby (= ${Source-Version}),
libgda2-ruby (= ${Source-Version}),
libgtkglext1-ruby (= ${Source-Version}),
libgnomevfs2-ruby (= ${Source-Version}),
libgstreamer0.8-ruby (= ${Source-Version}),
libgtksourceview1-ruby (= ${Source-Version}),
libpanel-applet2-ruby (= ${Source-Version}),
libgnomeprint2-ruby (= ${Source-Version}),
libgnomeprintui2-ruby (= ${Source-Version}),
librsvg2-ruby (= ${Source-Version}),
libgtk-mozembed-ruby (= ${Source-Version}),
libvte-ruby (= ${Source-Version})
Description: GNOME-related bindings for the Ruby language
These bindings allow use of the GNOME developer platform using the Ruby
programming language.
.
Homepage: http://ruby-gnome2.sourceforge.jp/
.
This is an empty package that depends on the various packages that provide
the individual bindings.
|