Version 1.6.3 (built with libpng-1.2.9beta11 and zlib-1.2.3)
Fixed documentation of iTXt input (Shlomi Tal).
Removed #define PNG_INTERNAL and provided prototypes for some
internal libpng functions that are duplicated in pngcrush.c
Its code doesn't reference any x11/extensions/*.h headers.
And building it doesn't seem to need it either.
If it was needed before, then probably one of its other dependencies ended
up needing it and that is the one that should include it in its own
buildlink3.mk file.
(I am looking at these because I am working on updating xextensions
package which includes a rename to xextproto.)
Okayed by maintainer.
No revision change as it was a "build" dependency.
. add rpath to libpng-config output
. link against libpng12 (instead of libpng) in all cases.
The latter causes shlib dependency changes, so update
BUILDLINK_ABI_DEPENDS.png.
Add pamtosvg.
g3topbm: Add -width, -paper_size.
libnetpbm / most newer programs: Fix bug that produces
plain format output when it should be raw because
pnm_readpaminit() does not set 'plainformat' and most
programs just copy the input pam to the output pam.
pamflip: fix bug with left/right flip of PBM that has
width an even multiple of 8 plus something less than 8.
pnmquant: turn on autoflush when creating seekable file.
install: fix symbolic link pnmdepth -> pamdepth.
build: fix some importinc dependencies.
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
. pngconf.h included "config.h" if HAVE_CONFIG_H is defined -- really not
a good idea, patch it out. broke at least libwmf, reported by veego@
. install some libpng12 files -- IIUC, libpng12* is the future and
libpng* is becoming obsolete -- at least according to the wishes of
the authors. Don't follow this completely yet, but still patch the
pkg-config file to link against -lpng instead of -lpng12, which
would require a recursive PKGREVISION bump. We should probably do this
at some future time.
. switch pkgconfig file to look for headers in include/libpng12 -- the
headers still exist in include/ for backwards compatibility.
. switch to using GNU_CONFIGURE and the included libtool handling instead
of patching in our own into a Makefile. Gets rid of patches and pkgsrc
Makefile code.
Changes since the last public release (1.2.8):
version 1.2.9 [April 14, 2006]
Initialized some structure members in pngwutil.c to avoid gcc-4.0.0 complaints
Fixed an incorrect typecast in pngrutil.c
Added PNG_NO_READ_SUPPORTED conditionals for making a write-only library.
Added PNG_NO_WRITE_INTERLACING_SUPPORTED conditional.
Optimized alpha-inversion loops in pngwtran.c
Moved test for nonzero gamma outside of png_build_gamma_table() in pngrtran.c
Make sure num_trans is <= 256 before copying data in png_set_tRNS().
Make sure num_palette is <= 256 before copying data in png_set_PLTE().
Interchanged order of write_swap_alpha and write_invert_alpha transforms.
Added parentheses in the definition of PNG_LIBPNG_BUILD_TYPE (Cosmin).
Exported png_get_uint_32, png_save_uint_32, png_get_uint_16, png_save_uint_16,
png_get_int_32, png_save_int_32, png_get_uint_31 (Cosmin).
Added parentheses in the definition of PNG_LIBPNG_BUILD_TYPE (Cosmin).
Added type cast (png_byte) in png_write_sCAL() (Cosmin).
Fixed scripts/makefile.cygwin (Cosmin).
Updated scripts/makefile.bc32 for Borland C++ 5.6 (Cosmin).
Updated scripts/pngos2.def, scripts/pngw32.def (Cosmin).
Updated references to png-mng-implement mailing list.
Revised man page and libpng.txt to make it clear that one should not call
png_read_end or png_write_end after png_read_png or png_write_png.
Optimized zlib window flag (CINFO) in contrib/pngsuite/*.png (Cosmin).
Check for png_rgb_to_gray and png_gray_to_rgb read transformations before
checking for png_read_dither in pngrtran.c
Revise checking of chromaticity limits to accommodate extended RGB
colorspace (John Denker).
Changed line endings in some of the project files to CRLF, even in the
"Unix" tar distributions (Cosmin).
Make png_get_int_32 and png_save_int_32 always available (Cosmin).
Updated scripts/pngos2.def, scripts/pngw32.def and projects/wince/png32ce.def
with the newly exported functions.
Eliminated distributions without the "configure" script.
Updated INSTALL instructions.
Make libpng.pc respect EXEC_PREFIX (D.P.Kreil)
Remove reference to pngasmrd.h from Makefile.am
Change definition of PKGCONFIG from $prefix/lib to $libdir in configure.ac
Removed newline from the end of some error and warning messages.
Removed test for sqrt() from configure.ac and configure.
Made swap tables in pngtrans.c PNG_CONST (Carlo Bramix).
Added "OS2" to list of systems that don't need underscores, in pnggccrd.c
Removed libpng version and date from *.c files.
Removed trailing blanks from source files.
Put version and date of latest change in each source file, and changed
copyright year accordingly.
Restored scripts/makefile.elf which was inadvertently deleted.
Removed libpng.vers and libpng.sym from libpng12_la_SOURCES in Makefile.am
Fixed inconsistent #ifdef's around png_sig_bytes() and png_set_sCAL_s()
in png.h.
Updated makefile.elf as suggested by debian.
Added LN_SF, MKDIR_P, and other macros to some of the makefiles.
Made some makefiles accept "exec_prefix".
Simplified some makefiles by using LIBSO, LIBSOMAJ, and LIBSOVER macros.
Fixed some "#ifdef defined (..." which should be "#ifdef defined(..."
Bug introduced in libpng-1.2.8.
Fixed inconsistency in definition of png_default_read_data()
Revised calculation of "current" and "major" for irix in ltmain.sh
Separated PNG_EXPAND and PNG_EXPAND_tRNS.
Added png_set_expand_gray_1_2_4_to_8() and deprecated
png_set_gray_1_2_4_to_8() which also expands tRNS to alpha.
Include "config.h" in pngconf.h when available.
Added some checks for NULL png_ptr or NULL info_ptr (Coverity)
Made pnggccrd.c PIC-compliant (Christian Aichinger).
Added makefile.mingw (Wolfgang Glas)
Revised pngconf.h MMX checking.
Defined PNG_USER_PRIVATEBUILD when including "pngusr.h" (Cosmin).
Removed nonsensical assertion check from pngtest.c (Cosmin).
Revised makefile.beos and added "none" selector in ltmain.sh
PR pkg/33256.
Cairo is a 2D graphics library with support for multiple output
devices. Currently supported output targets include the X Window
System, win32, and image buffers. Experimental backends include OpenGL
(through glitz), Quartz, XCB, PostScript and PDF file output.
This package contains the Python bindings for Cairo.
- added new tile primitive Triangle to Mosaic plug-in
- speed up Gaussian Blur plug-in
- suppress redundant progress updates from plug-ins
- changed some gimprc and sessionrc default values (window hints,
fullscreen mode)
- do not focus transform tool dialogs on map
- renamed Magnify tool to Zoom tool and added some missing tool shortcuts
- added a submenu with recently used plug-ins to the Filters menu
- fixed look-up table used for Contrast adjustments
- improved the user interface of the Animation Playback plug-in
- added framework for describing menu entries in the statusbar
- added lots of helpful blurbs to procedures and core actions
- remove color from the Watercolor selector if Shift is being pressed
- ported PDB internals to GParamSpec and GValue
- speedup and UI improvements for the SIOX tool
- added parasite getters and settors for vectors
- made PSD load and save plug-ins 64bit clean
- some string review
- ported ellipse select tool to the new rectangle tool
- added basic support for layer masks to the PSD save plug-in
- avoid relocations by declaring more data as const
- new application icons in more sizes and as a SVG
- provide script-specific samples instead of hard-coding "Aa" for font preview
- build the Screenshot plug-in on all platforms
- allow to discard invisible layers when merging visible layers
- nicer output from gimp-procedural-db-dump
- bug fixes and code cleanup
- fixed handling of EXIF data in JPEG plug-in
- let gimptool use pkg-config to determine compiler and linker flags at
run-time
- added GTK+ category in gimp.desktop file
- fixed guides scripts to allow guides at the right and bottom
- fixed icons in color picker buttons in Levels tool
- fixed parameter check in Compressor plug-in
- made the internal help browser the default for all platforms
- fixed handling of alpha channel in Gaussian Blur plug-in
- fixed incorrect bitshifts in Win Icon plug-in
- fixed a potential crash in the Animation Playback plug-in
- corrected tile cache size in Unsharp Mask plug-in
- fixed the import of SVG circles
- fixed rounding of resolution in BMP plug-in
- fixed resolution handling in PSD load plug-in
- store resolution when saving in the PSD file format
- fixed crash in Revert function
- flush the projection before reading from it
- fixed MMX instructions on Pentium II machines
- fixed possible crash on closing a dockable
* Fixed camera WB for Canon EOS 10D, 300D, and clones.
* Added the Leica D-Lux 2.
* Added the Leaf Aptus 75.
Correctly handle the DNG AsShotWhiteXY tag.
* Better support the Imacon Ixpress 22-Mp.
* Don't search for the best black value in colorcheck().
Added new color matrix for the Nikon E700, E800, and E950.
* Added getreal(), and use getint() more often.
* Use unmagnified dimensions in write_ppm16().
* Support the Olympus E-330.
Added "-D" option to output unscaled raw pixels.
For DNG, support ICC profiles and short AsShotNeutral tags.
Fix defective pixels and columns in Phase One images.
ps2eps is a tool (written in Perl) to produce Encapsulated PostScript
Files (EPS/EPSF) from usual one-paged Postscript documents. It
calculates correct Bounding Boxes for those EPS files and filters some
special postscript command sequences that can produce erroneous
results on printers. EPS files are often needed for including
(scalable) graphics of high quality into TeX/LaTeX (or even Word)
documents.
too many feature additions and fixes to list here
pkgsrc changes:
removed all X11 frontend support, leaving just the ability to create
image files
frontends will be added as separate pkgs
RECOMMENDED is removed. It becomes ABI_DEPENDS.
BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.
BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.
BUILDLINK_DEPENDS does not change.
IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".
Added to obsolete.mk checking for IGNORE_RECOMMENDED.
I did not manually go through and fix any aesthetic tab/spacing issues.
I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.
I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.
As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.
As discussed on tech-pkg.
I will commit to revbump, pkglint, pkg_install, createbuildlink separately.
Note that if you use wip, it will fail! I will commit to pkgsrc-wip
later (within day).
Changes to 6.2.8-8:
* 'convert existing-image.png -background' no longer generates a fault.
* -define pdf:use-cropbox=true actually works now.
* Slight mods to magick/xwindow.c to compile under BEOS (path provided by
henrimoi@hotma...).
* #000000 improperly set the opacity channel (bug report and patch from
digipete@shaw....).
* Patch for OpenVMS compile support.
Changes to 6.2.6-7:
* Added the 'Dispose' layers function to return the 'GIF dispose' images of
an animation.
* File is already closed, do not call fclose() on it in magick/blob.c.
* PS3/EPS3 now writes a proper image mask when compression is None.
* Patch to properly read interlaced GIF's.
* DestroyMagick() is not always reliably available when atexit() unwinds.
2006-03-22 Dom Lachowicz
* rsvg-base-file-util.c: rsvg_handle_set_base_uri() in rsvg_handle_new_from_file()
is too late (#335450)
2006-03-19 Dom Lachowicz
* rsvg-base.c: Fix a crash exposed by bug 335107
* rsvg-convert: Prevent warnings/crash after getting a null RsvgHandle back
2006-03-16 Dom Lachowicz
* rsvg-convert.c: rsvg-convert 'crashes' because it calls g_error()
on an error condition, instead of fprintf(stderr, ...) (#334813)
Version 2.14.2
* Make 48x48/apps Scalable as well (Rodney Dawes)
* Remove MinSize setting from 48x48 contexts set as Scalable
-- bug #332894 (Rodney Dawes)
Release 1.0.4 (2006-03-15 Behdad Esfahbod)
==============================================================
This is a bug fix release. Many fixes in this release are
backported from the head branch and do not have bug numbers.
For the bugs in bugzilla that are fixed in this release, see:
https://bugs.freedesktop.org/buglist.cgi?bug_id=4674,4823,5528,5734,6176,6196,6197
This includes the bug causing Pango crashes with some corrupt
fonts. For a list of all changes, see ChangeLog.
changes:
* Fixed a bug with transitions of small images endlessly waiting for
the window to resize.
* Updated Bulgarian translation.
* Two new commands to fit the image in height or width.
* New command line option to specify the initial window geometry.
* Swedish translation.
* The framerate limiter is also used during transitions.
* This changed the transitions configuration.
package does not come with prebuilt documentation, but this is a bug
in the distfile itself. The docs should be included, and will
hopefully be in the next release. Bump PKGREVISION to 2.
(I have hit this same problem over and over again in all gtk-doc-using
packages and it's still unknown why it happens.)
Version 2.14.0
---------------
- Fixes crasher when opening images with strange extensions
(Ryan Lortie) [#333551]
- Quit EOG when not able to load images (Lucas Rocha)
- Fix window positioning behavior (Lucas Rocha)
- Updated translations: Alexander Shopov (bg), Mugurel Tudor (ro),
Rajesh Ranjan (hi), Luca Ferretti (it), Ole Laursen (da),
Gabor Kelemen (hu), Daniel Nylander (sv), Elnaz Sarbar (fa),
Farzaneh Sarafraz (fa), Miloslav Trmac (cs), Benoît Dejean (fr).
Version 2.13.92
---------------
- Disable all debug messages by default (Lucas Rocha) [#331362]
- Fix 64-bit pointer truncation (Pascal Hofstee, Alexander
Nedotsukov) [#331971]
- Correct handling of zoom precision with mouse wheel
(Felix Riemann) [#310833]
- Build system fixes (Sylvain Bertrand) [#330708]
- Define a minimum window size (Lucas Rocha) [#327065]
- Mouse scroll wheel now makes image switching on collection
pane (Lucas Rocha) [#331645]
- Fixes crash when removing images from a directory with images
that EOG is watching (Lucas Rocha)
- Updated translations: Žygimantas Beručka (lt), Kostas Papadimas (el),
Satoru Satoh (ja), Inaki Larrañaga (eu), Artur Flinta (pl),
Rhys Jones (cy), Leonid Kanter (ru), Alessio Frusciante (it),
Maxim Dziumanenko (uk)
Version 2.13.91
---------------
- Remove critical warnings on save dialogs (Lucas Rocha) [#327170]
- Use current locale for images on NIS filesystem (Takao Fujiwara) [320289]
- Updated translations: Laurent Dhima (sq), Hendrik Richter (de),
Lukas Novotny (cs), Alexander Sigachov (ru)
Version 2.13.90
---------------
- Normal viewing of images from SMB shares (#326104)
Patch from Felix Riemann.
- .desktop file fixes (#328033)
- Updated translations: Theppitak Karoonboonyanan (th), Ankit Patel (gu),
Adam Weinberger (en_CA), Slobodan D. Sredojevic (sr, sr@Latn),
Priit Laes (et), Clytie Siddall (vi), Kjartan Maraas (no, nb),
Josep Puigdemont i Casamajó (ca), Francisco Javier F. Serrador (es),
Chao-Hsiung Liao (zh_TW, zh_HK), Funda Wang (zh_CN), Duarte Loreto (pt),
Evandro Fernandez Giovanini (pt_BR)
Version 2.13.5
--------------
- Plural string fixes (#327106)
- Updated translations: Clytie Siddall (vi), Ankit Patel (gu),
Gabor Kelemen (hu), Ivar Smolin (et), Takeshi Aihana (ja),
Kjartan Maraas (no, nb), Chao-Hsiung Liao (zh_TW, zh_HK),
Francisco Javier F. Serrador (es), Slobodan D. Sredojevic (sr, sr@Latn),
Ignacio Casal Quinteiro (gl), Ilkka Tuohela (fi)
Version 2.13.4
--------------
- Disable xscreensaver on fullscreen mode (#326369)
- Correctly refresh image section for very small images (#317641).
Patch from Felix Riemann.
- New delete confirmation dialog (#322884). Patch from
Jaap Haitsma.
- Several code cleanups. Patches from Felix Riemann.
- Resize window according to the image dimensions (#323204)
- Add BackSpace accel for previous image action (#324088)
- Fix GTK+ dependency version. (#324149)
- Updated translations: Alan Horkan (en_GB), Clytie Siddall (vi),
Ilkka Tuohela (fi), Abel Cheung (zh_TW, zh_HK), Josep Puigdemont
i Casamajó (ca), Žygimantas Beručka (lt), Vincent van Adrighem (nl),
Kjartan Maraas (no, nb), Ignacio Casal Quinteiro (gl), Theppitak
Karoonboonyanan (th), Ankit Patel (gu), Alexander Shopov (bg),
Adam Weinberger (en_CA)
Version 2.13.3
--------------
- Added Return accelerator for Next Image and Shift+Return
and Shift+SpaceBar accelerators for Previous Image. (#322593)
Patch from Jaap A. Haitsma <jaap@haitsma.org>
- Use one single function when changing single selection
instead of six too similar ones. (#321395) Patch from
Claudio Saavedra <csaavedra@alumnos.utalca.cl>)
- Icon now shown in about dialog. (#321665) Patch from
Vincent Noel <vincent.noel@gmail.com>.
- Image information pane is disabled by default. (#313672)
- Other assorted bug fixes and code cleanups.
- Updated translations:
Ankit Patel (gu), Alessio Frusciante (it), Miloslav Trmac (cs),
Åsmund Skjæveland (nn), Francisco Javier F. Serrador (es),
Alexander Shopov (bg), Žygimantas Beručka (lt),Ales Nyakhaychyk (be),
Takeshi AIHANA (ja), Adam Weinberger (en_CA), Funda Wang (zh_CN),
Priit Laes (et), Ignacio Casal Quinteiro (gl), Kjartan Maraas (nb, no),
Guilherme de S. Pastore (pt_BR), Theppitak Karoonboonyanan (th).
Version 2.13.2
--------------
- UI redesign. Fixes bugs #148643 and #320542. (Lucas Rocha)
* Removed 'New Window' and 'Open Folder' from 'File' menu;
* Removed 'New Window' and 'Open' items from toolbar;
* Moved rotation toolbar items to the right edge;
* Added Next/Previous button to toolbar for easy navigation
through image collection;
* Added 'Go' menu with Next/Previous/First/Last Image items;
* Status shows the position of image within a collection,
not the number the selected images;
* Added 'Image Collection' item to 'View' menu to Show/Hide
image collection pane;
* Accelerators: Ctrl+PageDown and spacebar switches to the next
image, Ctrl+PageUp switches to the previous image, Ctrl+Home
switches to the first image, Ctrl+End switches to the last image,
F9 shows/hides image collection pane, F5 starts slideshow.
- Fix crash when setting window icon. Fixes bug #320245.
(Claudio Saavedra)
- Removed confirmation dialog when removing an image. Fixes
bug #309046. (Lucas Rocha)
- Option to use an image as the desktop wallpaper. Fixes bug
#140768. (Nirmal Kumar, Lucas Rocha)
- Page Up and Page Down scroll images up and down. Fixes bug
#152364. (Lucas rocha)
- Several code cleanups. (Lucas Rocha, Paolo Borelli)
- Correct keys that cancel Fullscreen and Slideshow. (Lucas
Rocha)
- On single and collection view, default focus on
image. Fixes bug #169836. (Lucas Rocha)
- Make it possible to use '=' or '+' for zooming in. Fixes
bug #320367. (Lucas Rocha)
- Added accelerators from numerical keypad for zooming in
and out. Fixes bug #315183. (Felix Riemann)
- Make scrollbar buttons work in thumbnails pane. Fixes
bug #124653. (Juan Carlos Inostroza)
- More coherent fullscreen/slide show behavior. Fixes
bug #317392. (Lucas Rocha)
- Window icon is a thumbnail of the image. Fixed bug
#311720. (Lucas Rocha)
- Use intuitive gnome-icon-theme icon for image viewer
instead of EOG icon. Fixes bug #167087. (Lucas Rocha)
- Fix width of the information pane that was too small.
Fixes bug #313674. (Ed Catmur)
Version 2.13.1
--------------
- Update window title when saving in another location.
Fixes bug #318318. (Lucas Rocha)
- Asks to overwrite target file instead of source when 'Saving
as'. Fixes bug #162627. (Lucas Rocha)
- Don't crash when removing images from a collection.
Fixes bug #313003. (Lucas Rocha)
- No "Open in new window" option on save action. Fixes bug #318734.
(Lucas Rocha)
- Add image/svg+xml to the list of supported file types.
Closes bug #314566. (Lucas Rocha)
- Fix RGBA->RGB conversion when saving PNG images to JPEG.
Fixes bug #314742. (Felix Riemann)
- Update "recent files" when viewing images. Fixes bug #316004.
(Lucas Rocha)
- Ctrl+I keybinding to show/hide Image Properties bar.
Fixes bug #307188. (Lucas Rocha)
- Fix crash when trying to view an image from recent list that
doesn't exist anymore. Fixes bug #312448. (Lucas Rocha)
- Change X development libraries checking in build system
to work on every platform. Fixes bug #317828. (Christophe Belle)
- Fix crash when adding new non-image files to a directory eog
watches and when trying to view a PNG image with a JPEG extension.
Fixes bugs #316808 and #311925. (Callum McKenzie)
- Translation Updates: Ivan Noris (sk)
===============
Version 2.14.0
===============
* Release for 2.14.0
Translations
Rhys Jones (cy), Rajesh Ranjan (hi), Alina Kirakosyan (ka), Elian Myftiu (sq),
Daniel Nylander (sv), Maxim V. Dziumanenko (uk)
===============
Version 2.13.92
===============
* Revised colours
Translations
Alexander Sigachov (ru), GNOME PL Team (pl), Iñaki Larrañaga (eu)
Jesús Corrius (ca), Kostas Papadimas (el), Mate ORY (hu)
Raivis Dejus (lv), Satoru SATOH (ja), Woodman Tuen (zh_HK)
Woodman Tuen (zh_TW), ygimantas Beru?ka (lt)
===============
Version 2.13.91
===============
* New default colours for translucent backgrounds
* Tweaks to patterns
* Use zoom option to scale images
Translations
Vladimir Petkov (bg), Ole Laursen (da), Hendrik Richter (de),
Adam Weinberger (en_CA), Ivar Smolin (et), Ilkka Tuohela (fi),
Tino Meinen (nl), Duarte Loreto (pt), Evandro Fernandes Giovanini (pt_BR)
===============
Version 2.13.90
===============
* Release for GNOME 2.13.90
A new set of backgrounds for 2.14!
Translations
Lukas Novotny (cs), Francisco Javier F. Serrador (es), Ignacio Casal Quinteiro
(gl), Ankit Patel (gu), Ida Gasparretti (it), Kjartan Maraas (nb), Kjartan
Maraas (no), Evandro Fernandes Giovanini (pt_BR), °ªæ±æ¥?? î.
°Äµ¥æòµ??õ (sr), Theppitak Karoonboonyanan (th), Clytie Siddall (vi),
Funda Wang (zh_CN)
libgnomecanvas 2.14.0
---------------------
What's new since 2.13.0:
Updated and new translations:
- ka (Gia Shervashidze), ku (Erdal Ronahi),
ro (Misu Moldovan), zh_HK (Chinese Hong Kong team),
zh_TW (Chinese Taiwan Team)
libgnomecanvas 2.13.0
---------------------
What's new since 2.12.0:
Bug fixes:
- Correctly reset item_list_end when moving the last
item in the list. Fixes bug #323850. (Federico, Denis Auroux)
- Remove a bunch of cruft and compiler warnings (Kjartan)
- Add g_object_notify() call to allow users to connect to
the notify::parent signal. Closes bug #320791. (Sven Herzberg)
- Use BILINEAR interpolation instead of HYPER which is
"a slow buggy piece of shit". (Federico)
- Cast GNOME_CANVAS_COLOR macros to use unsigned ints so that
shifting left 24 bits won't overflow into the sign bit.
Fixes bug #317718. (Danek Duvall)
- Correctly calculate width_in_pixels and height_in_pixels
in gnome-canvas-pixbuf.c. (Hans de Graaff)
Docs:
- Add API docs for gnome-canvas-rich-text.c (Dinoop Thomas)
Translation updates:
- Added Tatar (tt)
- Updated Belarusian (be), Dutch (nl)
2006-01-12 Alexander Larsson <alexl@redhat.com>
* Makefile (VERSION):
Bump version to 0.9
2005-12-23 Luca Ferretti <elle.uca@libero.it>
* index.theme:
Sort values for Directories keys (fix gnome bug 315841) and add missing
entries. Now all installed directories should have an entry in this
file.
2005-04-08 Alexander Larsson <alexl@redhat.com>
* Makefile.in (ICON_CONTEXTS):
Add emblem subdir
* configure.ac:
Bump version to 0.8
* index.theme:
Add emblem subdir
2005-02-04 Alexander Larsson <alexl@redhat.com>
* configure.ac:
Bump version to 0.7
* index.theme (Size):
Fix typos in last version
2005-02-02 Alexander Larsson <alexl@redhat.com>
* configure.ac:
Bump version to 0.6
* Makefile.in (ICON_SIZES):
Add 24x24 dirs
* index.theme (Directories):
Add 24x24 version of action, apps, devices, filesystem & mimetypes
anymore (noted by tron).
2006-03-26 6.2.6-6 Cristy <stentz@image...>
* Specify '-depth 32 -define quantum:format=floating-point' to read/write
single precision floating point TIFF and raw formats.
* Specify '-depth 64 -define quantum:format=floating-point' to read/write
double precision floating point TIFF and raw formats.
* If you overlaying an image with a negative offset, the image is no
longer wrapped around the left and right edges of the canvas.
2006-03-20 6.2.6-5 Cristy <stentz@image...>
* Fix Group4-compression in the PDF writer.
* KDVI
o Fix problems with PS header inclusion
* KPDF
o Don't destroy the document when overwriting itself with save
as...
o Fix crash on some documents
o Fix crash when embedded on Konqueror
* KolourPaint
o Printing improvements
o Respect image DPI
o Fit image to page if image is too big
o Center image on page
2006-03-06 6.2.6-4 Cristy <stentz@image...>
* Read image filenames that start with a dash (e.g. display -- -logo.png).
* Do not set the image opacity when reading a PSD colormap index (reference
http://redux.imagemagick.org/discussion-server/viewtopic.php?p=18026).
* By default, ImageMagick sets the page size to the MediaBox. Some
PDF files, however, have a CropBox that is smaller than the MediaBox and
may include white space, registration or cutting marks outside the CropBox.
To force ImageMagick to use the CropBox rather than the MediaBox, use
-define (e.g. -define pdf:use-cropbox=true).
* RGB to CMYK color conversion is now scaled properly.
Changes:
- Use libtiff>3.8.
- bit order is different from byte order. So don't messup endianness
with LSBfirst in bitmaps.
- Added support for Lab up to 3x16bits and RGB/RGBA up to 4x32bits.
and replace with appropriate references to PKGINFODIR instead.
* Properly account for split info files during installation.
* Move info file listings directly into the package PLISTs.
This fixes info-file-related PLIST problems.
03/03/2006 - UFRaw-0.7 released, based on DCRaw v8.05.
* Much more accurate white balance temperature setting.
* White balance presets per camera model.
* Show the channel multipliers in the UI.
* Apply base curve before gamma curve.
* Fix a few general bugs.
* Fix camera specific bugs for Sony F828, Sigma Foveon, Nikon D2H, D1X.
==== GNOME 2.14 release ====
2006-03-11 Dom Lachowicz
* configure.in: 2.14.2. This will go into GNOME 2.14.
2006-03-02 Dom Lachowicz
* configure.in: Depend on newer libcroco for bugfix 333057
2006-02-29 Dom Lachowicz
* librsvg.def: Fix bug 327855
PR pkg/33056 from OBATA Akio.
RMagick 1.10.1
o Fix bug #3437, memory leak in ImageList#to_blob
o Fix bug #3363, Image#composite doesn't work when the source image
is bigger than the destination
o Fix bug #3635, Image#import_pixels doesn't accept FloatPixel or DoublePixel
storage types
o Feature #3597, add border_color attribute to the Draw class
without underscores (REPLACE.*.old, REPLACE.*.new, and REPLACE_FILES.*).
Also convert REPLACE.*.new= ${SH:Q} back to ${SH}, as it should not be quoted
here, if at all.
Ok with rillig.
requires gd>=2.0.34, which was never released. Thus, it always uses
the internal gd library (gd-2.0.33 with some improvements) and doesn't
depend on the pkgsrc gd library.
Bump PKGREVISION.
poppler no longer requires glib and gtk2.
Update buildlink3.mk file for poppler-qt to only have BUILDLINK_DEPENDS
for this.
And increase PKGREVISION of kdegraphics3 because the poppler used
no longer needs glib and GTK2. (It doesn't look like anything else
in kdegraphics3 uses glib nor gtk2 now.)
* The command line utilities properly returns a non-zero status when an
exception is thrown.
Changes 6.2.6.2
* Fix a memory leak in each of CompositeImageCommand() and CompositeImage()
* Add new options -layers compare-any, -layers compare-clear,
-layers compare-overlay, and -layers optimize.
* Draw last dash in a dashed polyline.
* Add %D to -format to return the image disposal method.
* ncorrect handling of file:// URIs causes data loss (patch from Daniel
Kobras).
* Set default BMP resolution units to PixelsPerCentimeter (problem report
from digipete@shaw...).
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD
when determining whether the native makeinfo can be used.
* Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo.
* Get rid of all the "split" argument deduction for makeinfo since
the PLIST module already handles varying numbers of split info files
correctly.
NOTE: Platforms that have "makeinfo" in the base system should check
that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are
correct.
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
RMagick 1.10.0
o Added add_noise_channel method to Image class (available with ImageMagick 6.2.5)
o Added vignette method to the Image class (available with ImageMagick 6.2.6)
o Added crop_resize method to the Image class (thanks to Jerret Taylor for
the suggestion and original code)
o Added export_pixels_to_str method to the Image class
o Provided default arguments to Image#export_pixels
o Added "order" option to Image#ordered_dither
o Added cyan, magenta, yellow, and black attribute accessors to the Pixel class
o Added CineonLogRGBColorspace, LABColorspace, Rec601LumaColorspace,
Rec601YCbCrColorspace, Rec709LumaColorspace, Rec709YCbCrColorspace,
LogColorspace enumerators to the ColorspaceType enumeration class.
o Fixed bug #2844, Image#to_blob exits if the image is a 0x0 JPEG
o Fixed bug #2688, Image#annotate, Draw#get_multiline_type_metrics handle
newline characters properly
o Tested with ImageMagick 6.2.6
o Removed support for all versions of ImageMagick prior to 6.0.0
* Add rlatopam.
* Add pgmmake.
* bmptopnm: Understands RLE4/RLE8 compressed BMP.
* pnmgamma: Add -bt709tosrgb -srgbtobt709, -bt709tolinear,
-lineartobt709, -gamma, -rgamma, -ggamma, -bgamma (gammma
values were formerly specified as parameters).
* pnmgamma: Rename -cieramp to -bt709ramp.
* ppmdraw: work on multi-image streams.
* anytopnm: add mime time image/x-ms-bmp for BMP
* pamchannel: works on multi-image streams.
* pamstack: works on multi-image streams.
* Convert pnmdepth to pamdepth. Add multi-image stream
capability.
* pamcut: works on multi-image streams.
* pnmtops: allow -flate and -rle together.
* pnmtops: overhaul of -psfilter output.
* pnmrotate: fine adjustment to arithmetic (rounding,
pixel quantization).
* pbmtopsg3: Put currentfile ... in exec block.
* pbmtopsg3: Add missing /EndOfBlock.
* pnmtops: Don't claim EPSF if using setpagedevice.
* giftopnm: do "reading image sequence N" message only if
being verbose.
* ppmtobmp, bmptopnm: major speed improvement for PBM.
* other
Changes:
Fixed bug #326879 - gthumb-2.6.8: fix compilation against libexif-0.6.13
Fixed bug #318828: Exif Orientation Tag Incorrectly Updated.
Fixed bug #305165: gthumb crash resize.
Fixed bug #321124: Confusing handling of --disable-schemas-install
Fixed bug #320947: Create Web Album Tool doesn't generate HTML pages with
International characters
Fixed bug #321274: Incorrect log2 definition/detection
Fixed bug #317623: [PATCH] Enter a directory or a catalog with the ENTER key.
Fixed bug #317628: [PATCH] Zoom in/out with CTRL + scrollwheel
Fixed bug #317056: gthumb Cygwin build fixes.
Fixed bug #316952: [PATCH] bind DELETE key to move a folder to trash in
directory list.
Extract from ChangeLog back to August 2005:
* rsvg.h: Export RsvgHandle and RsvgHandleClass to the
outside world so you can subclass them
* rsvg-gobject.c: add props "width", "height", "em", "ex" (all read only)
* *.c: Rename rsvg_cairo_render to rsvg_handle_render_cairo, for
better GObject consistency
* rsvg-gobject.c: RsvgHandle now derives from GObject. This doesn't
break API/ABI.
* Update documentation. Should be near 100% symbol coverage.
* Public functions: added g_return_XXX() sneeze-guards
* librsvg.def: List of symbols that we export
* Makefile.am: Use libtool's -export-symbols to try to only export
the above symbols (on platforms where it's supported).
* configure.in: Mozilla-config fixes so that it works with more config scripts
* rsvg-convert.c: New utility called 'rsvg-convert'. Can
convert a SVG to a PS, PDF, or PNG. Can accept SVG input
from STDIN and output to STDOUT. Has a lot more flexibility
and functionality than the old 'rsvg' program.
* rsvg-cairo-render.c, rsvg.c, rsvg.h: Make mods to Caleb's
latest work. Prefer to expose a Cairo API that can render
an element by id, and then go from there.
* rsvg-cairo-render.c, rsvg.c, rsvg.h: made that partial
rendering api that I promised Rahga ages ago. Havn't tested
yet.
* rsvg-art-*.[ch]: Remove these files, as they've been replaced by Cairo.
Libart is dead. Long live libart!
* rsvg.h: Revert API changes to make the Gimp folk happier
* everywhere: use strings for RTTI, not sure about the
speed hit, but allows us a lot more flexiblity
* rsvg-private.h: removed obsolete percentage resolution structures
* gtk-engine/svg-render.c: Cache RsvgHandles rather than GByteArrays
containing SVG data. Preparation for move to cairo-only theme engine.
* configure.in: Rip out libart backend; require the cairo
backend, and require cairo >= 1.0.2
* test-display.c: Implement image zooming. Todo: rewrite this to use Cairo.
* a_lot_of_places: implemented a system of late normalizations
of lengths. Now used everywhere
* rsvg-base.c: find out the size of the contents of an SVG
if there is nothing else to go on.
* rsvg-filter.c: filters now using pre-multiplied alpha
and have changable byte ordering
* rsvg-cairo-draw.c: handles bounding boxes around images correctly
* rsvg-structure.c: added preservation of aspect ratio to SVG elements
* rsvg-cairo-draw.c: (_set_source_rsvg_pattern): Add preliminary
support for patterns to rsvg-cairo, (doesn't do transformed
patterns yet).
* rsvg-cairo-clip.c/.h: new files. Added clipping in cairo backend.
* most-cairo-related-places: added lots of stuff to do with
gradients, objectBoundBox positioning and spreading. Made
currentColor work with cairo. Made courners look great in
cairo but crap in libart... I just can't win.
* rsvg-styles.c: made a new function called rsvg_state_reconstruct
that can make a style inherit from a node's ancestors rather
than the drawing context.
* rsvg.c (_rsvg_handle_get_pixbuf): Un-premultiply ARGB->RGBA
instead of going through a PNG stream first
* rsvg-cairo-draw.c (rsvg_cairo_render_path): Implement
line join, cap, width, dash, miter limit
(rsvg_cairo_render_image): Drawing images now works
(rsvg_cairo_push_discrete_layer): Largely implemented
(rsvg_cairo_pop_discrete_layer): Largely implemented
(_set_source_rsvg_radial_gradient): Make this work for the few tests I have
...
and of course lots of bug fixes.
pkg-config file.
This fixes problem where non-pkgsrc software builds using this info
can also find the ft2build.h header. (Not noticed in pkgsrc itself
because that include file is already known.)
This is also done in upstream version in the 2.2 release candidates.
The commit log message upstream is:
builds/unix/freetype2.in (CFlags): Add missing directory.
Bump PKGREVISION.
(gdt's judgement is that anyone paying attention to color management
will surely have jpeg and tiff libraries installed anyway, so this
isn't bloat. If it is thought to be bloat, a better fix is to
PKG_OPTIONS other programs to refrain from using lcms.)
Feb. 19, 2006 - Version 6.00 (production release)
[minor changes omitted -gdt]
- Added read support for Sony SR2 raw images (but most tags still unknown)
- Added read support for Kyocera Contax N Digital RAW images
- Added ability to write or delete shortcuts which reference multiple tags
(previously only shortcuts referencing a single tag were writable)
- Changed descriptions of FNumber, ExposureTime, ISO, DateTimeOriginal,
CreateDate and ModifyDate to more closely match their tag names
- Separated Canon and Nikon Red/BlueBalance information into individual
components with tag names like WB_RGGBLevels
- Decoded a number of new Canon tags for EOS models, including ColorBalance
tables, 20D AF points and SensorInfo (thanks Rainer Honle)
- Fixed incorrect decoding of EOS 10D/300D color balance modes
- Set MIME type for all RAW image formats to "image/x-raw"
- The -f option is no longer implied when -S and -s are combined
- Fixed problem with validation of Canon PictureInfo for images rotated by
Canon ZoomBrowser EX (thanks Joshua Bixby)
[prior non-production release notes merged]
- Major additions to Canon maker note decoding, including EOS-1D personal
functions (thanks Rainer Honle for decoding many 5D tags)
- Enhanced FMT syntax for -o, -w and -tagsFromFile options
- Decode maker notes of Samsung DX-1S
- Added ability to list tags in a specific group
- Added support for Canon 5D custom functions (thanks Rainer Honle)
- Added support for Canon 1DmkII and 350D custom functions
- Decode AIFF SampleRate
- Properly identify CR2 images read via pipes (previously identified as TIFF)
- Improved formatting of printed values for some DNG tags
- Fixed problem extracting OriginalRawImage from little-endian DNG images
- Fixed problem where "unreferenced bytes" error could be incorrectly issued
when deleting all EXIF from a TIFF image
- Added ability to write JFIF information
- Added ability to extract and decompress original raw image from DNG
- Added read support for AIFF audio files
- API changes:
- SetNewValue() now accepts an ARRAY reference for setting list-type tags
such as Keywords, or a SCALAR reference for binary data, so it may now
be called directly with any value returned by GetValue().
- Recognize Panasonic Type 2 maker notes
- Changed Nikon LensID to a composite tag to allow better decoding of
non-Nikon lenses, and added a bunch of new lenses to the list
- Added ability to read and write AFCP information in JPEG images
- Added read support for WMV video and WMA audio files (ASF format files)
- Added EXIF tags 0x82a5-0x82ac
- Added support for JVC maker notes
- Extract a number of new DNG tags plus DNG JPEG preview image
- Added support for AVI and MP4 videos
- Improved decoding of Olympus maker notes
- Improved APP12 decoding
- Improved CanonPictureInfo validation to work with more PowerShot models
- Decode maker notes of Nikon D1
- Combining -t with -S now gives a single-line tab-delimited list of values
- Extract preview image for Samsung Digimax i5
* Fixed bug with "PNG_ROWBYTES" usage, introduced in version 1.6.1.
The bug could cause a crash and only affects the "nolib" builds.
* Converted C++ style (// ...) comments to C style (/* ... */).
* Defined TOO_FAR == 32767 in deflate.c (again). The definition was omitted
from version 1.6.0 when zlib was upgraded to version 1.2.3.
Changes 1.6.1:
* Copied non-exported libpng functions from libpng into pngcrush, to make
pngcrush play more nicely with shared libpng. These are ifdef'ed out when
a static library is being built with the bundled libpng and pngcrush.h is
included.
Changes 1.6.0:
* Moved ChangeLog out of pngcrush.c comments and into a separate file.
* Filtered pngcrush.c through "indent -kr" and "expand" for readability.
* Moved 550 lines of usage/help/copyright/license/version info to separate
function(s) and cleaned up significantly.
* Added some comments for ease of navigation and readability.
* Stripped out a bunch of ancient-libpng compatibility stuff.
* Defined PNG_UINT_* macros (pngcrush.h for now).
* Fixed unknown-chunk handling ("-rem alla" and "-rem gifx" now work).
* Created modified version of makefile that supports external zlib.
* Added support for methods using Z_RLE zlib strategy (zlib 1.2.x only).
* Documented -huffman option in usage screen.
* Added IDAT statistics to final per-file summary.
* Added utime() support to give output files same timestamps as input files.
changes:
* Require gtk+-2.6.
* Bulgarian translation.
* Fixed the getdelim(3) replacement for non-GNU systems.
* Windows now contain the GLiv logo.
* Force -lX11 in X11 libraries.
* Added an option to disable the OpenGL bilinear filtering.
* Added a command to reload the current image.
* Russian translation update.
* Thumbnails browser.
* Split the "No automatic image centering" in different initial image positions.
* The "Transformations" menu has been reorganized.
* Added a command to hide all floating windows at once.
* Updated documentation.
* Improved framerate limiter.
* Automatically rebuild the menus when new images are inserted.
Version 2.14.0
* New stock_person icon
-- bug #311844 (Jakub Steiner)
* Update names for shuffle and repeat icons (Jakub Steiner)
* No longer install to hicolor (Rodney Dawes)
Version 2.13.4
* Do not use Scalable as the type for bitmap icons (Rodney Dawes)
* New saved search icon (Jakub Steiner)
* New translations [te]
Changes since 2.13.2
* Removed specific video mime type icons (Rodney Dawes)
* Fixups for generic image mime type icon (Jakub Steiner)
Changes since 2.13.0
* Removed specific image mime type icons (Rodney Dawes)
* Added ruby mime type icon
-- bug #317102
* Updated translations [sk]
Finder, some copying to and from a local buffer in main is done, without
argument checking.
When a web browser or MUA is configured to start Blender automatically,
this might be exploitable to gain priviledges of the current user.
This is related to CVE-2005-3151.
PornView is an image and movie viewer/manager with thumbnail previews.
Additional features includes thumbnail caching, directory tree views,
adjustable zoom, fullscreen view, and slideshow mode.
PornView contains no objectionable content.
This package is built with GTK+ 2.0 support.
Packaged by Leonard Schmidt.
PornView is an image and movie viewer/manager with thumbnail previews.
Additional features includes thumbnail caching, directory tree views,
adjustable zoom, fullscreen view, and slideshow mode.
PornView contains no objectionable content.
This package is built with GTK+ 1.0 support.
Packaged by David Howland.
* GLSL pixel and vertex shaders
* Full access to Blenders material capabilities
* Split screen and multi-viewports
* Number of fixes were made to the physics system
* Return of the armature capabilities
New:
- added OSMesaColorClamp() function/feature
- added wglGetExtensionStringARB() function
Bug fixes:
- fixed some problems when building on Windows
- GLw header files weren't installed by installmesa script (bug 5396)
- GL/glfbdev.h file was missing from tarballs
- fixed TNL initialization bug which could lead to crash (bug 5791)
- depend on GTK+ 2.8, use some of the new features
- removed workarounds for problems in GTK+ 2.6
- moved Align Visible Layers to the Image menu
- started to add a new vectors PDB API
- make it more obvious that docks can be rearranged by drag and drop
- modified the behaviour of the Tab key
- added --license command-line option
- improved dither matrix for RGB->Indexed conversion
- added PDB API to stroke with any paint method
- gave some plug-ins more sensible names
- keep settings of brush/pattern/font/... button popups across sessions
- reduced number of memory allocations by declaring some strings as static
- some improvements to the plug-in preview widgets
- added links to important topics in the user manual
- let the configure script display a summary of options
- bug fixes and code cleanup
changes:
-New -M option to specify modify commands directly on the command line
-new -l option for a directory to/from which to extract/import files
-bugfixes
-Libtool support
-added makernotes
-raw file support