Commit graph

7973 commits

Author SHA1 Message Date
wiz
2ba453849e Update to 1.2.41:
version 1.2.41beta01 [September 25, 2009]
  Moved redundant IHDR checking into new png_check_IHDR() in png.c
    and report all errors found in the IHDR data.
  Eliminated useless call to png_check_cHRM() from pngset.c
  Expanded TAB characters in pngrtran.c

version 1.2.41beta02 [September 30, 2009]
  Revised png_check_IHDR().

version 1.2.41beta03 [October 1, 2009]
  Revised png_check_IHDR() again, to check info_ptr members instead of
    the contents of the returned parameters.

version 1.2.41beta04 [October 7, 2009]
  Added "xcode" project similar one already in libpng-1.4.0beta (Alam Arias).
  Ported some cosmetic changes from libpng-1.4.0beta86.
  Eliminated a shadowed declaration of "pp" in png_handle_sPLT().

version 1.2.41beta05 [October 17, 2009]
  Revised pngconf.h to make it easier to enable iTXt support.  From libpng
    version 1.2.9 through 1.2.40, defining PNG_iTXt_SUPPORTED did not work
    as expected.
  Ported some cosmetic changes from libpng-1.4.0beta87, changing
    many "#if defined(x)" to "#ifdef x".

version 1.2.41beta06 [October 18, 2009]
  Restored PNG_USE_LOCAL_ARRAYS code in pngread.c that was inadvertently
    deleted in libpng-1.2.41beta05.
  Converted all PNG_NO_* tests to PNG_*_SUPPORTED everywhere except pngconf.h
    as in libpng-1.4.0beta78 and later.

version 1.2.41beta07 [October 21, 2009]
  Ported some cosmetic changes from libpng-1.4.0rc01, changing
    many "#if defined(x)" to "#ifdef x" in png.h and pngconf.h.

version 1.2.41beta08 [October 30, 2009]
  Ported from libpng-1.4.0rc01: png_calloc(), png_get_io_chunk_name(),
    png_get_io_state(), png_set_user_cache_max(), png_get_user_cache_max(),
    png_set_premultiply_alpha, and png_do_read_premultiply_alpha().
  Relocated png_do_chop() ahead of building gamma tables in pngrtran.c
    This avoids building 16-bit gamma tables unnecessarily.

version 1.2.41beta09 [November 1, 2009]
  Removed a harmless extra png_set_invert_alpha() from pngwrite.c
  More bugfixes and improvements to CMakeLists.txt (Philip Lowman)
  Moved CMakeLists.txt from scripts into the main libpng directory.
  Apply png_user_chunk_cache_max within png_decompress_chunk().
  Merged libpng-1.2.41.txt with libpng-1.4.0.txt where appropriate.

version 1.2.41beta10 [November 1, 2009]
  Enabled iTXt support by default. To ensure binary compatibility with
    previous versions, the "lang" and "lang_key" members will be assumed
    to be omitted from previous versions unless the current libpng
    version was built with PNG_iTXt_SUPPORTED (which is otherwise no
    longer necessary to gain iTXt support), as a signal that the user has
    been building previous versions with PNG_iTXt_SUPPORTED as well.

version 1.2.41beta11 [November 2, 2009]
  Store user's user_png_ver in new png_ptr->user_png_ver element.
  Revised iTXt support. To ensure binary compatibility with
    previous versions, the "lang" and "lang_key" members will be assumed
    to be omitted from versions prior to 1.2.41beta11 whenever there is a
    library mismatch.

version 1.2.41beta12 [November 2, 2009]
  Free png_ptr->user_png_ver when destroying png_ptr.

version 1.2.41beta13 [November 3, 2009]
  Updated scripts/pngw32.def and projects/wince/png32ce.def
  Copied projects/wince/png32ce.def to the scripts directory.
  Added scripts/makefile.wce
  Patched ltmain.sh for wince support.
  Added PNG_CONVERT_tIME_SUPPORTED macro.

version 1.2.41beta14 [November 8, 2009]
  versions 1.2.41beta05 through 1.2.41beta13 were abandoned.
  The 1.0.x/1.2.x series will only receive security updates from now on.
  Make inclusion of time.h in pngconf.h depend on PNG_CONVERT_tIME_SUPPORTED
  Make #define PNG_CONVERT_tIME_SUPPORTED depend on PNG_WRITE_tIME_SUPPORTED
  Reverted iTXt compatibility stuff from 1.2.41beta05, 1.2.41beta11, and
    1.2.41beta12.
  Reverted IOSTATE feature, user_cache_max, and premultiply_alpha features
    from 1.2.41beta08.
  Retained png_calloc() from 1.2.41beta08 but as a non-exported function,
    and removed reference to png_calloc from scripts/*.def

version 1.2.41beta15 [November 8, 2009]
  Added PNG_DEPSTRUCT, PNG_DEPRECATED, PNG_USE_RESULT, PNG_NORETURN, and
    PNG_ALLOCATED macros to detect deprecated direct access to the
    png_struct or info_struct members and other deprecated usage in
    applications (John Bowler).
  Updated scripts/makefile* to add "-DPNG_CONFIGURE_LIBPNG" to CFLAGS,
    to prevent warnings about direct access to png structs by libpng
    functions while building libpng.  They need to be tested, especially
    those using compilers other than gcc.
  Updated projects/visualc6 and visualc71 with "/d PNG_CONFIGURE_LIBPNG".

version 1.2.41beta16 [November 9, 2009]
  Removed three direct references to read_info_ptr members in pngtest.c
    that were detected by the new PNG_DEPSTRUCT macro.
  Only #define PNG_DEPSTRUCT, etc. in pngconf.h if not already defined.

version 1.2.41beta17 [November 10, 2009]
  Updated CMakeLists.txt to add "-DPNG_CONFIGURE_LIBPNG" to the definitions.
  Marked deprecated function prototypes with PNG_DEPRECATED.
  Marked memory allocation function prototypes with PNG_ALLOCATED.
  Changed png_check_sig() to !png_sig_cmp() in contrib programs.
  Corrected the png_get_IHDR() call in contrib/gregbook/readpng2.c
  Added "-DPNG_CONFIGURE_LIBPNG" to the contrib/pngminum makefiles.

version 1.2.41beta18 [November 11, 2009]
  Renamed scripts/makefile.wce to scripts/makefile.cegcc
  Marked nonexported functions with PNG_PRIVATE macro.

version 1.2.41rc01 and 1.0.51rc01 [November 18, 2009]
  Revised scripts/*.def to reflect functions actually exported by libpng.
  Updated the copyright year in scripts/pngw32.rc from 2004 to 2009.
  Moved descriptions of makefiles and other scripts out of INSTALL into
    scripts/README.txt

version 1.2.41rc02 [November 22, 2009]
  Rebuilt the configure scripts with autoconf-2.65

version 1.2.41rc03 [November 25, 2009]
  Disabled the new pedantic warnings about deprecated function use
    and deprecated structure access unless the user defines
    PNG_PEDANTIC_WARNINGS.
  Added "#define PNG_NO_PEDANTIC_WARNINGS" in the libpng source files.
  Removed "-DPNG_CONFIGURE_LIBPNG" from the makefiles and projects.

version 1.2.41 [December 3, 2009]
  Updated the list of files and made some cosmetic changes in README.
2009-12-04 00:02:07 +00:00
asau
6754aacfb8 Follow f2c/libf2c split: bump revision of all packages
that list Fortran in used languages.
2009-12-03 13:06:51 +00:00
taca
1bccac922a Oops, it wasn't I intended to... Really fix PKGNAME now. 2009-12-03 02:35:52 +00:00
taca
61c34c8b38 Fix PKGNAME missing ${RUBY_PKGPREFIX} from Aug. 2008, sigh. 2009-12-02 15:47:48 +00:00
joerg
a236c83347 Fix build with modern boost. 2009-11-30 16:47:11 +00:00
itohy
a2c94e1c18 Reenable I18N.
Bump PKGREVISION.
2009-11-30 13:50:38 +00:00
snj
5daa07de9a Add tango-icon-theme. 2009-11-29 21:48:40 +00:00
snj
7bd07930ce Move tango-icon-theme from pkgsrc-wip to pkgsrc. tango-icon-theme is,
unsurprisingly, an icon theme set.  Packaged by Dieter Roelants.
2009-11-29 21:47:36 +00:00
tnn
2c82afdca0 Update to inkscape-0.47.
--
Inkscape 0.47 brings a host of important improvements all across the program:
* Timed autosave: no more lost work
* Spiro splines: an exciting new way to work with paths, fully supported in
  Pen, Pencil, and Node tools
* Auto smooth nodes: a new type of node that keeps the path as smooth as
  possible as you move it or its neighbors
* New modes in Tweak tool: pushing and jittering whole objects,
  scaling/rotating objects, deleting and duplicating using the "soft brush"
* Reworked, much more usable snapping system and a Snapping toolbar
* New path effects, including sketch, hatching, envelope deformation; effects
  can be stacked and assigned to groups
* A huge collection of preset filters in the new Filters menu
* New cairo-based PS and EPS export: improved quality, more features
  supported, fallback rasterization for filters and transparency
* Spell checker for text objects in a document
* Many new extensions: restacking, calendar, printing marks, cartesian and
  polar grids, interpolating attributes
* Optimized SVG code options, now with their own Preferences page
2009-11-29 20:51:51 +00:00
joerg
283e49d528 Pass down builddir to not have stray -I options. 2009-11-26 17:34:54 +00:00
joerg
c1fccef5be Fix libtool usage. 2009-11-26 15:04:03 +00:00
joerg
6c1c347754 Links against libXt nowadays. Bump revision. 2009-11-25 21:20:59 +00:00
joerg
ed2234fa92 Actually links against libXt nowadays. Bump revision. 2009-11-25 21:16:17 +00:00
tnn
853746f566 ensure "freetype-config --libs" emits a run path. 2009-11-24 11:26:50 +00:00
drochner
63f912999b afais there are no references to libexif in exported libraries,
so don't propagate bl3
2009-11-24 11:24:42 +00:00
drochner
40fbd08aa2 update to 0.2.4
changes:
-Database updates
-Fixed a crasher bug with gcc 4.4
2009-11-24 11:19:03 +00:00
drochner
1b5fde6c93 +gimp-exif-browser 2009-11-24 11:13:57 +00:00
drochner
83983abf05 add gimp-exif-browser-0.1.0, a gimp plugin to view EXIF data 2009-11-24 11:09:47 +00:00
obache
b233c2caf0 Add USE_DESTDIR support.
While here, fixes permissions for documents in post-extract stage to allow
access by unprivilaged users, and it should resolve PR 42366.

Bump PKGREVISION.
2009-11-24 06:08:48 +00:00
joerg
e3c1682b6e Use correct variable for rpath. 2009-11-23 16:00:34 +00:00
fhajny
954919e042 Updated ruby-mini-magick to 1.2.5 2009-11-23 14:33:24 +00:00
drochner
ef3efa6c0f update to 2.3.11
This is a bugfix release for the 2.3 series, which brings considerable
improvements for b/w rasterizing of hinted TrueType fonts at
small sizes. All users should upgrade.
2009-11-23 12:01:58 +00:00
drochner
b0d0bad074 add a patch from Debian to tolerate j2k pictures with alpha channel
(seems really just tolerated -- looks ugly but at least doesn't crash)
bump PKGREVISION
2009-11-23 11:53:20 +00:00
drochner
1c51489270 deal with a poppler API change (additional argument of functions dealing
with color profiles to implement caching): pass NULL (which disables
the cache), depend on new poppler headers and bump PKGREVISION
(While this is a poppler API change, it is in an unofficial interface,
so inkscape just gets what it deserves.)
problem reported by Tobias Nygren
2009-11-22 16:08:46 +00:00
gdt
6a0f6408df Update to 0.16.
15/10/2009 - UFRaw-0.16 released, based on DCRaw v 8.98.

    * New German translation by Matthias Urlichs and Chris Leick.
    * New Simplified Chinese translation.
    * Added --with-gtk configuration option to make GTK optional.
    * When GTK is used, the GtkImageView library is mandatory.
    * Added lightness adjustmens by hue. Based on patch by Bruce Guenter.
    * Added --color-smoothing command line option.
    * Added --maximize-window command line switch.
    * Configurable frame lines overlay. Patch by Bruce Guenter.
    * OpenMP support for preview redrawing. Patch by Bruce Guenter.
    * OpenMP support for VNG interpolation. Patch by Bruce Guenter.
    * Added rotation control to the transformations page of the
      GUI. Patch by Frank van Maarseveen.
    * Initial implementation of 100% preview. Based on patches by
      Frank van Maarseveen.
    * Added support for hot pixel elimination. It is an experimental
      feature enabled by the configuration switch
      --enable-hotpixels. Based on patch by Frank van Maarseveen.
2009-11-22 14:16:47 +00:00
gdt
30e7ea1fbe Update to production release 8.00. (Despite 7.89->8.00 appearing
momentous, it does not appear to be significant.)

Many minor fixes and enhancements.  Notable entries:

  - Added new Geosync tag to allow geotagging of images with timestamps which
    are not pre-synchronized to GPS time

  - Changed conversion of Canon MeasuredEV to correspond more closely to
    LightValue (by adding 5 to the MeasuredEV value, which seems to be good for
    all EOS models, but it may be high by up to 1 EV for some PowerShot models)
2009-11-21 19:18:53 +00:00
obache
bb1df0fd1f clutter is also provided via MASTER_SITE_GNOME. 2009-11-21 01:34:18 +00:00
drochner
c778330fd2 update to 2.4.7
changes:
-New cmdline options / shell commands (set-config-index/value,
 wait-event)
-Enhanced --quietness
-Updated translations
-Various bugfixes
2009-11-20 17:06:01 +00:00
wiz
6b3305b3d6 Add bl3.mk file. 2009-11-18 23:08:48 +00:00
drochner
6088350e7e update to 0.6.19
changes:
-bugfixes
-translation updates
2009-11-15 21:23:57 +00:00
wiz
b5fc5a8943 Update to 1.2.10:
1.2.10:
Sam Lantinga - Sat Nov 14 11:22:14 PST 2009
 * Fixed bug loading multiple images

1.2.9:
Sam Lantinga - Tue Nov 10 00:29:20 PST 2009
 * Fixed alpha premultiplication on Mac OS X and iPhone OS
Sam Lantinga - Sun Nov  8 07:52:11 PST 2009
 * Fixed checking for IMG_Init() return value in image loaders
2009-11-15 21:09:50 +00:00
drochner
850d444779 updated to 3.9.2
changes:
-bugfixes
-OJPEG support updated to work with IJG JPEG 7 release
-Tiffcrop validated for most TIFF storage subformats and sample depths
2009-11-15 18:12:44 +00:00
drochner
5bd479efdb make gnome-vfs support optional, suggested by David Demelier
per PR pkg/41997
2009-11-15 15:40:01 +00:00
drochner
e15d18915b update to 0.6.1.5
changes: minor bugfixes
2009-11-13 17:35:29 +00:00
drochner
969573677d add patch from upstream CVS to fix possible integer overflow in BMP plugin
(CVE-2009-1570)
bump PKGREVISION
2009-11-13 17:29:50 +00:00
adam
5ac642615b Changes 0.6.19:
* New translations: be, en_GB, it, ja, pt, sq, zh_CN
* Updated translations: da, sv, vi
* Now using a binary search to make searching through the tag table faster
* Fixed a heap buffer overflow during tag format conversion
2009-11-13 12:58:18 +00:00
adam
9d9fd7cb9d patch-aa not needed when INSTALL_MAKE_FLAGS are in Makefile 2009-11-10 07:30:19 +00:00
joerg
9ef685e130 Fix destdir installation. 2009-11-09 14:36:15 +00:00
wiz
ac4cfb8ef7 + p5-Image-BMP. 2009-11-05 22:48:12 +00:00
wiz
e8352797c6 Initial import of p5-Image-BMP-1.16:
"Image::BMP" objects can parse and even ASCII view bitmaps of the
.BMP format.  It can read most of the common forms of this format.

It can be used to get image info, view images, read images and get
pixel info.
2009-11-05 22:47:47 +00:00
gdt
5841855a5c Extend patch to not declare srandom also for Darwin. From Liz Libby
in private mail.
2009-11-04 15:34:08 +00:00
markd
2017d98b44 Update to KDE 4.3.3
KDE 4.3.3 has a number of improvements that will make your life just a
little bit better. Some of KWin's effects have been smoothed and freed
of visual glitches, JuK should now be more stable, KDE PIM has seen its
share of improvements while in the back-rooms of KDE, the developers are
working hard on porting all applications to the new Akonadi storage and
cache.
2009-11-04 11:05:50 +00:00
markd
3c3c7db4a3 Fix build on NetBSD. 2009-11-03 19:06:51 +00:00
asau
a7c094531a Fix typographical error in description.
From Bug Hunting via PR pkg/42259
2009-11-03 13:22:04 +00:00
obache
6800c81bdf Force to buildlink sufficient MesaLib for Clutter. 2009-11-03 06:01:54 +00:00
wiz
d0e0b3aca5 Update to 2.28.0, set LICENSE:
==============
Version 2.28.0
==============

* Release for GNOME 2.28.0

Updated translations:

  Chao-Hsiung Liao (zh_HK)
  Chao-Hsiung Liao (zh_TW)
  Nils-Christoph Fiedler (nds)

===============
Version 2.27.91
===============

* Release for GNOME 2.27.91
* Fixed bug 579059: the storm background is missing in the appearance dialogs

Updated translations:

  Adi Roiban  (ro)
  Amanpreet Singh Alam  (pa)
  F Wolff  (af)
  Gil Forcada  (ca@valencia)
  Ihar Hrachyshka  (be@latin)
  Khaled Hosny  (ar)
  Krishna Babu K  (te)
  Laurent Dhima  (sq)
  Margulan Moldabekov  (kk)
  Og Maciel  (pt_BR)
  Peteris Krisjanis  (lv)
  Rajesh Ranjan  (hi)
  Runa Bhattacharjee  (bn_IN)
  Suso Baleato  (gl)
  Telsa Gwynne  (cy)
2009-11-03 00:12:12 +00:00
wiz
c1bf8930c1 Update to 0.11, set LICENSE.
Bump version to 0.11
	Added 256x256 size. (#15231)
	* autogen.sh: updated to run "configure" with usual maintainer
	options.
	* Makefile.in:
	Update configure.ac for autoconf 2.60
2009-10-31 01:31:09 +00:00
wiz
825e468dea Set LICENSE. 2009-10-31 00:06:34 +00:00
wiz
d5a39d2be7 Update to 1.2.8:
1.2.8:
Sam Lantinga - Sun Oct  4 13:12:54 PDT 2009
 * Added support for uncompressed PCX files
Mason Wheeler - 2009-06-10 06:29:45 PDT
 * Added IMG_Init()/IMG_Quit() to prevent constantly loading and unloading DLLs
Couriersud - Mon, 12 Jan 2009 17:21:13 -0800
 * Added support for ICO and CUR image files
Eric Wing - Fri, 2 Jan 2009 02:01:16 -0800
 * Added ImageIO loading infrastructure for Mac OS X
 * Added UIImage loading infrastructure for iPhone / iPod Touch
2009-10-30 23:58:03 +00:00
drochner
87744866e5 update to 0.6.1.4
changes:
-bugfixes
-translation updates
2009-10-30 11:20:24 +00:00