Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Bump PKGREVISION
For reference, in case configure is picking up something different, here
is what it found on my system:
GEGL docs: yes
SIMD: sse:yes mmx:yes
enscript: yes
GIO: yes
GTK+: yes
Ruby: yes
Cairo: yes
Pango: yes
pangocairo: yes
GDKPixbuf: yes
JPEG: yes
PNG: yes
OpenEXR: yes
rsvg: yes
|
|
each) to 24-bit visuals (happens with modular-xorg-server 1.4 and newer).
Add patch from http://bugs.debian.org/457252.
OK by wiz@.
|
|
GCC 4.2.1 under Mac OS X.
|
|
1.) Pull in patch from GNOME SVN to get definition of "gzize" in the
Mac OS X specific part o "babl-cpuaccel.c".
2.) Fix broken build of extensions which need to be built as bundles
and not shared libraries.
This fixes PR pkg/40473.
|
|
compile for some platforms, and is no change for platforms where this
package previously successfully compiled.
XXX The serious portability issues in the patched file remain, but are
no doubt more widespread than this one file anyway.
|
|
changes:
-improvements for fonts in an SFNT wrapper (used on Mac)
-FT_MulFix is now an inlined function; by default, assembler code
is provided for x86 and ARM. See FT_CONFIG_OPTION_INLINE_MULFIX
and FT_CONFIG_OPTION_NO_ASSEMBLER (in ftoption.h) for more
-handling of `tricky' fonts has been generalized and changed slightly
-API additions
-bugfixes
|
|
|
|
(which is abandoned). Still alpha, but works well for Greg Troxel and me.
|
|
1.3.5 (January 26, 2009)
=========================
Security Fixes:
* BMP and DIB formats were throwing an assertion for negative height
values. This caused the process to crash.
Bug fixes:
* Don't install Magick++ headers if C++ is disabled.
* Linux RPM SPEC file needs to always install the loadable module
.la files or else the modules won't load.
* Windows runtime DLLs were for the wrong compiler version,
resulting in failure to execute if the correct runtime DLLs are
not available.
New Features:
* None
Feature improvements:
* FITS: Parsing is more robust.
Performance Improvements:
* None
|
|
changes:
-Updated translations
-SIGUSR2 added ... "exit interval capture after next shot"
|
|
|
|
|
|
* Bugs fixed:
Perspective transformation jagged edges / comb effect
jpg save dialog: "cancel" is treated like "commit" for settings
Using clone tool on a layer with a part out of canvas causes crashes
crash when the drawable is changed while a color tool is active
GIMP crashes on selecting Tools->GEGL operation
python-fu-foggify does not check if image is in rgb mode
Hue selection mode does not cross the 0-360 degrees line
Scrollbars not resized when we extend the canvas size
PF_PALETTE: 'TypeError' when used in a plugin that is registered in
<Image>
Compilation with --as-needed
PF_SLIDER and PF_SPINNER 'Step' values do not change consistently...
Default image dimensions are not correctly transferred in the file/new
dialog box
GIMP can't save to mounted filesystem if file exists
* Updated translations
|
|
GeglOperation
* operation names are now prefixed, the ops in GEGL use 'gegl:' as prefix.
* gegl:opacity - combine value and aux mask input when both are available.
* gegl:src-in - deal correctly with extens.
* gegl:path - new op covering the stroke/fill needs of SVG.
* deprecated gegl:shift, the affine familiy of operations now
uses the same fast code paths for integer translations.
GeglBuffer
* Profiling motivated speed ups in data reading/writing.
* Remove left-over swapfiles from dead processes at startup.
GeglNode
* made gegl_node_add_child and gegl_node_remove_child public API.
GeglPath
* Vector path representation infrastructure, supporting poly lines and beziers
by default, the infrastructure allows extensions from applications with
other curve types (smooth curves, spiro curves and others.).
|
|
40457.
|
|
well over a year now. Sorry. :-(
|
|
|
|
|
|
Overview of changes from pycairo 1.8.0 to pycairo 1.8.2
=======================================================
Pycairo 1.8.0 resulted in crashes for some applications using threads. So
upgrading to 1.8.2 is recommended for threaded applications.
Bug Fixes: #19287: Threading support results in crashes in cairo.ImageSurface
New Methods:
Context.set_scaled_font
API Changes:
Matrix multiplication:
old code: matrix3 = matrix1 * matrix2
new equivalent code: matrix3 = matrix1.multiply(matrix2)
matrix3 = matrix1 * matrix2
is now equivalent to matrix3 = matrix2.multiply(matrix1)
which is consistent with standard matrix multiplication.
|
|
|
|
Based on PR 39438 by Thomas Zander.
Pfstmo package contains the implementation of state-of-the-art tone
mapping operators. The motivation here is to provide an implementation
of tone mapping operators suitable for convenient processing of both
static images and animations.
|
|
Based on PR 39437 by Thomas Zander.
A set of command line tools for reading, writing, manipulating
and viewing high-dynamic range (HDR) images and video frames.
|
|
Changes:
RMagick 2.9.0
o Fix #23209, improve RVG's letter spacing (patch from Jonah Fox)
o Add Draw#kerning= attribute(available in ImageMagick 6.4.7-8)
o Add Draw#interword_spacing= attribute (available in ImageMagick
6.4.8-0)
o Add Draw#kerning, Draw#interword_spacing primitive methods (available in
ImageMagick 6.4.8-3)
o Feature #23171, support ImageList, Draw, Pixel marshaling.
o Support all the new EvaluateOperator constants
|
|
|
|
1.3.4 (January 13, 2009)
=========================
Security Fixes:
* None.
Bug fixes:
* Now runs under Windows Vista (as a 32-bit application).
* Fix for colorspace transform math overflow in Q32 build.
New Features:
* Windows build supports OpenMP and requires Windows 2000 or later
(source code still supports Windows '98).
* Support large files under Windows.
* Support reading/writing 16 and 24 bit float TIFF files.
* Support reading/writing 64 bit integer TIFF files.
* Added "Log", "Max", "Min", and "Pow" options to -operator.
Feature improvements:
* Debug logging now properly prints 64-bit offset values.
Performance Improvements:
* Improve resource estimation for Microsoft Windows systems.
|
|
configure script asks for it). Add dependency version patterns.
Changes:
version 2.24.3
- Added Catalan documentation
|
|
script.
Version 2.24.3.1
----------------
* Re-roll 2.24.3 tarball using gtk-doc 1.11 to avoid build errors due to
using a too recent version in the original release (bug #567578).
|
|
|
|
And changes the path for such a purpose to ${BUILDLINK_DIR}/include.
|
|
|
|
Version 2.24.3
--------------
* Memory leaks fixes (Felix Riemann)
* Compilation fixes (Daniel Macks)
* Code fixes (Tom Parker, Friedrich Oslage, Felix Riemann)
* Documentation improvements (Felix Riemann)
Bug fixes:
#560070, Sub-optimal -I flag ordering (Daniel Macks)
#560073, Poor linking against convenience libs (Daniel Macks)
#564290, eog_image_load doesn't correctly clear errors on read issues (Tom Parker)
#564526, eog SIGBUS on sparc (Friedrich Oslage)
New and updated translations:
- Ivar Smolin [et]
|
|
those libraries.
|
|
|
|
|
|
2.23.1:
* CanvasAA: Added a CanvasAA(GnomeCanvas*) constructor,
to allow use with libglademm or Gtk::Builder.
(Murray Cumming)
Bug #541007 (Federico Poloni)
|
|
* install xdg desktop shortcut
* install hicolor 48x48 icon
* use /dev/video0 as the default device instead of /dev/video
|
|
|
|
Frameworks is stop-motion animation frame capture software primarily for
Linux. Frameworks captures images from a camera and strings them together into
an animation. These still images may then be combined into a single video file
using other software. Only video4linux webcams are currently supported; work
is being done to add other types of digital cameras including IEEE 1394
camcorders, and USB still cameras. Frameworks is designed to be easily used
alongside the GIMP Animation Package (GAP).
Frameworks provides an interface to camera brightness and other controls. It
captures images as frame_0001.png, frame_0002.png, and so on. Frameworks
provides animation assistance in the form of onion skinning: displaying ghost
images of previous frames, and continuous preview: continuous playback of the
most recent few seconds followed by the live view from the camera. No editing
features are provided.
|
|
|
|
|
|
|
|
with the latest version of Xcode Tools which breaks the build, probably
because "buildlink3" doesn't allow to pick up the library.
|
|
* Added "-time_stamp" directive, to cause pngcrush to write a new timestamp
on the output file instead of replicating the timestame from the input file.
|
|
- small changes to plugin api
- support video downscaling for ogg/theora videos
- russian translation
|
|
0.9.3:
- optionally use libv4l to support more cameras
- fix installation directory of plugins for x64 systems
- fix scaling of ogg/theora video
- use categories for v4l2 properties
0.9.2:
- Severall small bug fixes and improvements ( see ChangeLog )
- The EeePC packages got updated
|
|
2009.01.01 v.5.8
+ Visual feedback for brightness/contrast/color edits was made faster by
using the window image instead of the (usually much larger) main image.
The main image is updated when the changes are committed.
+ Erratic mouse drag in warp function was fixed.
+ Color balance was separated from brightness/whiteness adjustments.
+ Bug fix: last translation in a .po file sometimes got comment appended.
+ Sharpen, blur and noise reduction, when applied within an image area,
can now use "blend width" to soften the boundaries.
+ Added a modified "top hat" noise reduction method, which is more
effective for some types of noise.
+ Zoom- returns to normal display at once instead of many steps
|
|
Many minor changes omitted. Highlights:
- Added read support for Panasonic RW2 raw images (and extract meta
information from embedded PreviewImage as Doc1)
- Recognize DCP (DNG Camera Profile) files
- Added read/write support for EXIF files
- Added ability to write EXIF as a block (finally!)
- Decode CameraOrientation for a number of Canon EOS models (thanks Bogdan)
|
|
|
|
Overview of changes from pycairo 1.6.4 to pycairo 1.8.0
=======================================================
General Changes:
Pycairo 1.8.0 requires cairo 1.8.0 (or later).
Add documentation (available separately)
Bug Fixes:
18101: Add support for threading
18947: cairo.SurfacePattern should INCREF the used surface
New Methods:
ScaledFont.get_scale_matrix
Surface.mark_dirty_rectangle
Surface.set_fallback_resolution
New Constants:
cairo.EXTEND_PAD
cairo.HAS_IMAGE_SURFACE
cairo.HAS_USER_FONT
API Changes:
Surface.mark_dirty: no longer accepts keyword arguments with default
values.
PycairoPattern_FromPattern (C API): has a new 'base' argument - to fix
#18947.
Other Changes:
Allow unknown cairo Pattern/Surface types to use the pycairo base
Pattern/Surface type.
|