SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Gnome2-Canvas rpm build for : OpenSuSE. For other distributions click perl-Gnome2-Canvas.

Name : perl-Gnome2-Canvas
Version : 1.6.0 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp156.1.1 Date : 2024-08-10 22:52:56
Group : Unspecified Source RPM : perl-Gnome2-Canvas-1.6.0-lp156.1.1.src.rpm
Size : 0.22 MB
Packager : https://www_suse_com/
Summary : (DEPRECATED) A structured graphics canvas
Description :
*NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE*

This module has been deprecated by the Gtk-Perl project. This means that
the module will no longer be updated with security patches, bug fixes, or
when changes are made in the Perl ABI. The Git repo for this module has
been archived (made read-only), it will no longer possible to submit new
commits to it. You are more than welcome to ask about this module on the
Gtk-Perl mailing list, but our priorities going forward will be maintaining
Gtk-Perl modules that are supported and maintained upstream; this module is
neither.

Since this module is licensed under the LGPL v2.1, you may also fork this
module, if you wish, but you will need to use a different name for it on
CPAN, and the Gtk-Perl team requests that you use your own resources
(mailing list, Git repos, bug trackers, etc.) to maintain your fork going
forward.

* Perl URL: https://gitlab.gnome.org/GNOME/perl-gnome2-canvas

* Upstream URL: https://gitlab.gnome.org/Archive/libgnomecanvas

* Last upstream version: 2.30.3

* Last upstream release date: 2011-01-31

* Migration path for this module: No upstream replacement

*NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE*

The Gnome Canvas is an engine for structured graphics that offers a rich
imaging model, high-performance rendering, and a powerful, high level API.
It offers a choice of two rendering back-ends, one based on GDK for
extremely fast display, and another based on Libart, a sophisticated,
antialiased, alpha-compositing engine. This widget can be used for flexible
display of graphics and for creating interactive user interface elements.

To create a new Gnome2::Canvas widget call \'Gnome2::Canvas->new\' or
\'Gnome2::Canvas->new_aa\' for an anti-aliased mode canvas.

A Gnome2::Canvas contains one or more Gnome2::CanvasItem objects. Items
consist of graphing elements like lines, ellipses, polygons, images, text,
and curves. These items are organized using Gnome2::CanvasGroup objects,
which are themselves derived from Gnome2::CanvasItem. Since a group is an
item it can be contained within other groups, forming a tree of canvas
items. Certain operations, like translating and scaling, can be performed
on all items in a group.

There is a special root group created by a Gnome2::Canvas. This is the top
level group under which all items in a canvas are contained. The root group
is available as \'$canvas->root\'.

There are several different coordinate systems used by Gnome2::Canvas
widgets. The primary system is a logical, abstract coordinate space called
world coordinates. World coordinates are expressed as unbounded double
floating point numbers. When it comes to rendering to a screen the canvas
pixel coordinate system (also referred to as just canvas coordinates) is
used. This system uses integers to specify screen pixel positions. A user
defined scaling factor and offset are used to convert between world
coordinates and canvas coordinates. Each item in a canvas has its own
coordinate system called item coordinates. This system is specified in
world coordinates but they are relative to an item (0.0, 0.0 would be the
top left corner of the item). The final coordinate system of interest is
window coordinates. These are like canvas coordinates but are offsets from
within a window a canvas is displayed in. This last system is rarely used,
but is useful when manually handling GDK events (such as drag and drop)
which are specified in window coordinates (the events processed by the
canvas are already converted for you).

Along with different coordinate systems come methods to convert between
them. \'$canvas->w2c\' converts world to canvas pixel coordinates and
\'canvas->c2w\' converts from canvas to world. To get the affine transform
matrix for converting from world coordinates to canvas coordinates call
\'$canvas->w2c_affine\'. \'$canvas->window_to_world\' converts from window to
world coordinates and \'$canvas->world_to_window\' converts in the other
direction. There are no methods for converting between canvas and window
coordinates, since this is just a matter of subtracting the canvas
scrolling offset. To convert to/from item coordinates use the methods
defined for Gnome2::CanvasItem objects.

To set the canvas zoom factor (canvas pixels per world unit, the scaling
factor) call \'$canvas->set_pixels_per_unit\'; setting this to 1.0 will cause
the two coordinate systems to correspond (e.g., [5, 6] in pixel units would
be [5.0, 6.0] in world units).

Defining the scrollable area of a canvas widget is done by calling
\'$canvas->set_scroll_region\' and to get the current region
\'$canvas->get_scroll_region\' can be used. If the window is larger than the
canvas scrolling region it can optionally be centered in the window. Use
\'$canvas->set_center_scroll_region\' to enable or disable this behavior. To
scroll to a particular canvas pixel coordinate use \'$canvas->scroll_to\'
(typically not used since scrollbars are usually set up to handle the
scrolling), and to get the current canvas pixel scroll offset call
\'$canvas->get_scroll_offsets\'.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/15.6/x86_64

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Gnome2-Canvas-1.6.0-lp156.1.1.x86_64.rpm
     

Provides :
perl(Gnome2::Canvas)
perl-Gnome2-Canvas
perl-Gnome2-Canvas(x86-64)

Requires :
libc.so.6()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.34)(64bit)
libc.so.6(GLIBC_2.4)(64bit)
libgdk-x11-2.0.so.0()(64bit)
libglib-2.0.so.0()(64bit)
libgnomecanvas-2.so.0()(64bit)
libgobject-2.0.so.0()(64bit)
libgtk-x11-2.0.so.0()(64bit)
perl(:MODULE_COMPAT_5.26.1)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Gnome2
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Gnome2/Canvas
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Gnome2/Canvas.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Gnome2/Canvas/Bpath.pod
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Gnome2/Canvas/Ellipse.pod
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Gnome2/Canvas/Group.pod
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Gnome2/Canvas/Install
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Gnome2/Canvas/Install/Files.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Gnome2/Canvas/Install/canvas.typemap
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Gnome2/Canvas/Install/gnomecanvasperl-autogen.h
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Gnome2/Canvas/Install/gnomecanvasperl-version.h
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Gnome2/Canvas/Install/gnomecanvasperl.h
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Gnome2/Canvas/Install/gnomecanvasperl.typemap
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Gnome2/Canvas/Item.pod
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Gnome2/Canvas/Line.pod
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Gnome2/Canvas/PathDef.pod
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Gnome2/Canvas/Pixbuf.pod
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Gnome2/Canvas/RE.pod
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Gnome2/Canvas/Rect.pod
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Gnome2/Canvas/RichText.pod
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Gnome2/Canvas/Shape.pod
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Gnome2/Canvas/Text.pod
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Gnome2/Canvas/Widget.pod
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Gnome2/Canvas/index.pod
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Gnome2/Canvas/main.pod
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Gnome2/Canvas/version.pod
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/Gnome2
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/Gnome2/Canvas
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/Gnome2/Canvas/Canvas.so
There is 26 files more in these RPM.

 
ICM