The OpenJPEG library is an open-source JPEG 2000 codec written in C. It
has been developed in order to promote the use of JPEG 2000 and is
licensed under a BSD license.
jbig2dec is a decoder for the JGIB2 image compression format. JBIG2 is
designed for lossy and lossless encoding of monochrome images at
moderately high resolutions. For scanned paper documents, compression
ratios on the order of 100:1 are often seen.
The Gnome2::Canvas module allows a perl developer to use the
GnomeCanvas widget with Gtk2-Perl.
Like the Gtk2 module on which it depends, Gnome2::Canvas follows
the C API of libgnomecanvas-2.0 as closely as possible while still
being perlish. Thus, the C API reference remains the canonical
documentation.
PR pkg/43812 by Matthew Mondor
The DIA_HELPDIR variable looks unnecessary now, it might make sense
to not install the xml documentation in the non-gnome case because
there is no tool to read it anyway.
by application developers in fields such as visual simulation, games, virtual
reality, scientific visualization and modelling. Written entirely in Standard
C++ and OpenGL it runs on all Windows platforms, OSX, GNU/Linux, IRIX, Solaris,
HP-Ux, AIX and FreeBSD operating systems. The OpenSceneGraph is now well
established as the world leading scene graph technology, used widely in the
vis-sim, space, scientific, oil-gas, games and virtual reality industries.
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
Based on PR#43712 from Ryo ONODERA.
NEW IN VERSION 4.3
------------------
- Undo/Redo
- New translations (german,czech)
- Fixed double free bug in plugin mode.
NEW IN VERSION 4.4
--------------------
- Full session management under X11.
- Added advanced feature check box.
- Added advanced command to copy urls, outline, etc.
- New translation (russian)
- History in the find dialog.
- Option to display hidden text in status bar.
- Option to display the first page alone in side-by-side mode.
- Option to display side-by-side in right-to-left mode.
- Drag'n drop files into the viewer.
- Support for Lizardtech's plugin option -showposition.
NEW IN VERSION 4.5
--------------------
- Fixed priority of annotation options.
- Fixed plugin for recent versions of gcc.
- Added showposition in advanced option copyUrl.
- New advanced mode to display hidden text.
- Lens display annotations and hidden text.
- Nsdejavu can use the XEmbed protocol when available.
- Plugin is scriptable from JavaScript.
CHANGES BETWEEN 2.4.1 and 2.4.2
I. IMPORTANT BUG FIXES
- A stack overflow in CFF Type2 CharStrings interpreter is fixed.
- Handling Type 42 font deallocation was broken; additionally, the
library is now more robust against malformed Type 42 fonts.
II. MISCELLANEOUS
- Two new functions, `FT_Reference_Library' (in FT_MODULE_H) and
`FT_Reference_Face' (in FT_FREETYPE_H), have been added to
simplify life-cycle management. A counter gets initialized to 1
at the time an FT_Library (or FT_Face) structure is created.
The two new functions increment the respective counter.
`FT_Done_Library' and `FT_Done_Face' then only destroy a library
or face if the counter is 1, otherwise they simply decrement the
counter.
following vulnerabilities:
- CVE-2010-2233
- CVE-2010-2482
- CVE-2010-2483
- CVE-2010-2595
- CVE-2010-2597
There is no patch for CVE-2010-2596 yet. But it is low risk (an assertion
gets triggered) and cannot be exploited after the above vulnerabilities
are fixed (at least if I understood correctly).
No butcher was involved in fixing this package.
Clutter 1.002
=============
* Allow omitting FOREACH_WITH_INTERNALS from Container implementations,
just like the documentation said
* Improve Clutter::Animation documentation
* Improve the examples
== Changes 0.6.4 from 0.6.5: 2010-07-31
* Added Rabbiter that collects comments from Twitter.
[OBATA Akio]
* Supported
((<aafigure|URL:https://launchpad.net/aafigure>)).
[Suggested by kdmsnr]
=== Improvements
* Removed needless newlines from default PDF filename.
* Worked with \r\n newline. [Reported by zunda]
* Rabbitter: Added. It collects comments from Twitter.
[OBATA Akio]
* Supported aafigure. [suggested by kdmsnr]
==== Theme
* clear-blue: Removed needless newlines from footer text.
* per-slide-background-iamge:
Supported "background-image-align: right" slide property.
[Suggested by kdmsnr]
= slide
...
== properties
: background-image
lavie.png
: background-image-relative-width
30
: background-image-align
right
: background-image-relative-margin-right
3
* Supported width parameter 'relative_width' as well as
'relative-width'.
* body-background-image: Added. It enables "align = right"
image property:
= title
# image
# src = lavie.png
# relative-width = 30
# align = right
# relative-margin-right = -5
* Enabled body-background-image and
per-slide-background-image by default.
* background-image-tookit: Added. It is a toolkit for
shareing common processes in body-background-image and
per-slide-background-image themes.
* title-background-image:
Supported customize by
@title_background_image_properties. The same options for
image element can be used.
[Suggested by kdmsnr]
@title_background_image_properties = {
:align => :right,
:as_large_as_possible => false,
:relative_height => 75,
}
This shows image with the following layout:
+-----------+
| +---+|
| title <- background image
| +---+|
+-----------+
A background image is showed in center and it is
resized to as large as possible by default.
=== Fixes
* Fixed comment view doesn't work.
=== Thanks
* kdmsnr
* zunda
* OBATA Akio