Commit graph

9355 commits

Author SHA1 Message Date
reinoud
e37ca61204 Add OpenCSG 1.3.2, an image based CSG renderer that renders the CSG using
OpenGL.
2012-02-26 20:41:04 +00:00
obache
c8b47d2133 reset PKGREVISION from base pkg update. 2012-02-26 12:34:47 +00:00
obache
156c81adfc reset PKGREVISION. 2012-02-26 12:23:31 +00:00
obache
01183d0d4c Update GraphicsMagick to 1.3.14.
1.3.14 (February 25, 2012)
==========================

Security Fixes:

  * Windows bundled libpng updated to the 1.5.9 release, which fixes
    the dire CVE-2011-3026 buffer overrun bug.

Bug fixes:

  * EMF format : Fixed wrong module mapping which caused EMF reading
    to not work under Windows.

  * TGA format: Assume that 32-bit TGA files have an alpha channel,
    even if they are not marked as such.

  * XCF format: Fix reading XCF which is comprised of different sized
    layers.

  * JPEG & CineonLog: Convert RGB-compatible colorspaces
    (e.g. CineonLog) to RGB by default since that was the case prior
    to release 1.3.13.

  * RAW formats: Small memory leak in dcraw module was fixed.

  * Resize: ResizeImage() was ignoring its resize filter argument and
    was using the filter setting from the Image structure instead.

  * The mirror virtual pixel method was broken.

New Features:

  * Open64 Compiler Suite: Version 5.0 is fully supported.

  * Wand API: Added MagickExtentImage().

  * MEF RAW: Mamiya Photo RAW "MEF" format is now supported.

Feature improvements:

  * DPX format: Original file endianness is preserved by default.

  * PNG library: Updated libpng to 1.5.9 release.

  * TIFF library: Updated libtiff to 4.0.1 release.

  * Zlib library: Updated to zlib 1.2.6 release.

Performance Improvements:

  * Despeckle algorithm (-despeckle) is many times faster.

Behavior Changes:

  * DPX format: Original file endianness is preserved by default.
2012-02-26 12:22:06 +00:00
obache
6d56ee3689 At least, gcc-4.1.3 does not have abs(signed long long).
PR 45922.
2012-02-26 08:38:21 +00:00
obache
c205d81061 Move removal of patch backup files to pre-install to be easier patch maintainance. 2012-02-26 08:33:06 +00:00
obache
53d268722a No need to override cairo-tee.pc, it will be generated from cairo-features.pc.in. 2012-02-24 10:40:49 +00:00
ryoon
9329bfd85a Enable tee surface backend.
This is potentially used "--enable-system-cairo"ed devel/xulrunner.

Bump PKGREVISION.
2012-02-23 14:00:43 +00:00
wiz
aa30e03c98 For some reason this seems to need pkg-config now to build all its libraries.
Add it to TOOLS.
2012-02-22 12:26:33 +00:00
drochner
72e687dd46 -pull in xz/bl3 to avoid hidden dependency
-update to 4.0.1 -- this only adds symbol versioning support to ease
 transition from 3.x to 4.x; this is not used in pkgsrc so the
 update is purely cosmetical
2012-02-21 13:03:00 +00:00
wiz
5e6e0f5b7d Set some defaults so that CVE-2011-3026 will not repeat,
following suggestions from upstream.
Bump PKGREVISION.
2012-02-20 22:42:29 +00:00
adam
291331320a Changes 1.7.25:
* built with libpng-1.5.9 and zlib-1.2.5
2012-02-20 17:27:24 +00:00
tron
3de8c56b0a Update "libpng" package to version 1.5.9. There are no change since
version 1.5.9rc01 except of the minor detail that you can actually
fetch the distfile.
2012-02-19 09:26:39 +00:00
hiramatsu
5561230c4b qd.pl needs REPLACE_PERL.
Increment PKGREVISION.
2012-02-19 07:43:23 +00:00
wiz
7687326c6d Update to 1.5.9rc01, which includes the official patch for CVE-2011-3026.
Version 1.5.9beta01 [February 3, 2012]
  Rebuilt configure scripts in the tar distributions.

Version 1.5.9beta02 [February 16, 2012]
  Removed two unused definitions from scripts/pnglibconf.h.prebuilt
  Removed some unused arrays (with #ifdef) from png_read_push_finish_row().
  Removed tests for no-longer-used *_EMPTY_PLTE_SUPPORTED from pngstruct.h

Version 1.5.9rc01 [February 17, 2012]
  Fixed CVE-2011-3026 buffer overrun bug.  Deal more correctly with the test
    on iCCP chunk length. Also removed spurious casts that may hide problems
    on 16-bit systems.
2012-02-18 15:42:57 +00:00
drochner
63152061ec fix possible buffer overflow due to integer overflow in malloc()
size calculation (2011-3026), patch from Chromium via Redhat/Debian
bump PKGREV
2012-02-18 15:16:59 +00:00
hans
4e429c454b Fix build on SunOS. 2012-02-16 18:57:49 +00:00
hans
6fb7111e7d Explicitly tell CPP that it should parse stdin as C-header when building glu.exports. 2012-02-16 18:56:23 +00:00
ryoon
baf6b25e15 Fix PR pkg/45884
Function swap had been conflicted with Qt 4.8.
2012-02-16 04:44:25 +00:00
obache
84ac718b17 Exactly disable rle, x11 and gl to avoid hidden dependency.
fixes PR 46016.
2012-02-15 11:20:46 +00:00
obache
b4491cd0f8 Move common settings for giflib to Makefile.common 2012-02-15 11:08:46 +00:00
sbd
c2d79483b9 Recursive dependency bump for the Library soname change in graphics/lensfun. 2012-02-15 08:50:55 +00:00
sbd
baa204c0bf The sed expression in the VALID_VERSION make function only works with gsed,
so add it to USE_TOOLS.

With the VALID_VERSION function working properly the soname of liblensfun
will now be 'liblensfun.so.0' and liblensfun.so.0 and
liblensfun.so.${PKGVERSION} will also now get installed.

Because the install process installs _three_ copys of liblensfun, delete two
and make them symlinks.

Bump PKGREVISION
2012-02-15 08:50:18 +00:00
hans
85aec3480f Fix pkg/44576 as suggested by Joern Clausen. 2012-02-14 14:48:07 +00:00
ryoon
185251dce0 PR pkg/45934
Fix build on Solaris/x86 with lang/gcc34.
2012-02-13 13:58:26 +00:00
drochner
b8d8a75189 update to 0.1.18
changes: fixes to i18n and .desktop file handling
2012-02-13 12:21:43 +00:00
drochner
06966e85c0 reset PKGREV for base pkg update 2012-02-13 11:01:38 +00:00
drochner
ccc73add5d update to 3.7.5.5
This fixes two DOS problems due to insufficient imput validation
(CVE-2012-0247, CVE-2012-02478).
2012-02-13 11:01:06 +00:00
drochner
4fc3e39506 update to 2.3
changes:
-minor feature additions
-bugfixes
2012-02-10 18:48:19 +00:00
drochner
66eb303909 switch on introspection support, bump PKGREV 2012-02-10 15:41:40 +00:00
sbd
a81e84092e Add SET_LIBDIR=yes 2012-02-09 21:44:27 +00:00
drochner
ed90cb3a78 comment out vala build dependency - this would only be needed if
vala files are patched
2012-02-09 19:23:35 +00:00
drochner
72726ff910 this doesn't build with vala-0.14, make sure it picks up 0.12 2012-02-09 19:17:13 +00:00
wiz
c2b2551f35 Bump ABI depends, which was the whole cause of the PKGREVISION bump. Oops. 2012-02-07 07:54:45 +00:00
wiz
32a85c68d8 Add libwebp. Ride tiff PKGREVISION bump from a few hours ago. 2012-02-06 14:24:18 +00:00
wiz
5fb1e22076 Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:40:37 +00:00
wiz
3e5aee20cf Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:39:49 +00:00
wiz
ca318672e3 Add patch for tiff-4.0. 2012-02-06 12:32:08 +00:00
wiz
be33e3db04 Update tiff to 4.0:
At long last, libtiff 4.0.0 is finally released.  Libtiff 4.0.0 is the
successor to the libtiff 3.9.X release series.  It is intended to be
largely API compatible with the 3.9.X releases, but it is definitely
not ABI compatible so any software which plans to use it will need to
be recompiled.  With appropriate care, source code can easily compile
with both the 3.9.X releases and libtiff 4.0.0.

This release supports the BigTIFF TIFF format in which all offsets are
unsigned 64-bit, supporting huge files.  APIs which deal with tag
offsets are necessarily updated to pass 64-bit values.  I/O functions
supporting the TIFFClientOpen() interface are updated to pass 64-bit
offset values.
2012-02-06 12:30:52 +00:00
sbd
95402f1569 Switch to using REPLACE_CSH. 2012-02-06 06:19:17 +00:00
sbd
bc0a5e826c Recursive PKGREVISION bump for audio/fluidsynth BUILDLINK_ABI_DEPENDS bump. 2012-02-05 22:49:37 +00:00
adam
52e5b9b7a9 Changes 2.6.12:
Bug fixes:
* GIMP 2.6.10 segfaults when CTRL-left click on a layer mask
* GIMP fails to import a path from SVG
* Crash or Gtk-CRITICAL on File->Open
* [abrt] gimp-2:2.6.11-1.fc14: py-slice.py:172:slice:TypeError: integer argument
  expected, got float
* gimp(1) manpage fixes
* Sample Colorize does not function non-interactively
* file-pdf-load: Don't use deprecated API
* file-psp: fix for bogus input data
* Fixes for some buffer overflow problems
* Guard against crash due to quitting while DND is processed
* fails to build with -Werror=format-security
* script-fu: make server IPv6 aware
2012-02-04 21:10:43 +00:00
drochner
de78698ff2 update to 2.14.2
changes:
-bugfixes
-translation update
2012-02-03 15:37:54 +00:00
sbd
1dd30ffea0 SET_LIBDIR=yes 2012-02-03 07:09:34 +00:00
sbd
9762982421 Remove G_DISABLE_DEPRECATED so this builds with new glib. 2012-02-03 00:57:59 +00:00
wiz
b33e07fb1c Fix build on NetBSD 5.0. From Robert Elz in PR 45888. 2012-02-02 21:35:19 +00:00
drochner
dcf760c5b2 remove G_DISABLE_DEPRECATED from Makefile to fix build with recent glib2,
addresses PR pkg/45912 by Joern Clausen
2012-02-02 17:27:18 +00:00
wiz
93be665879 Update to 1.5.8:
Version 1.5.8beta01 [January 15, 2011]
  Removed '#include config.h"' from contrib/libtests/pngvalid.c.  It's not
    needed and causes trouble for VPATH building.
  Moved AC_MSG_CHECKING([if libraries can be versioned]) later to the proper
    location in configure.ac (Gilles Espinasse).
  Fix bug in pngerror.c: some long warnings were being improperly truncated
    (bug introduced in libpng-1.5.3beta05).

Version 1.5.8rc01 [January 21, 2012]
  No changes.

Version 1.5.8rc02 [January 25, 2012]
  Fixed Min/GW uninstall to remove libpng.dll.a
  Conditionalize the install rules for MINGW and CYGWIN in CMakeLists.txt
2012-02-01 23:05:19 +00:00
obache
4922570e1b Update rabbit to 1.0.5.
== 1.0.5: 2012-01-30

Markdown support release!

=== Improvements

==== rabbit

  * Added note mode. [Added by nari]

==== rabbirack

  * Supported wait.

==== Rendering

  * Improved rendering speed. (Especially CodeRay is used case)
  * SVG: Supported reflection.

==== Markup

  * Improved markup detection accuracy by using extension.
  * RD: Accepted "block-quote" keyword and "block_quote"
    keyword as block quote markup keyword.
  * Supported Markdown support by kramdown.

==== Theme

  * syntax-highlighting: Added the default foreground color.
  * nari: Supported headline-align.
  * tag: Supported tag handler customization.
  * slide-show: Supported wait.
  * slide-footer-info: Improved @slide_footer_info_line_color
    customizability.
    [Suggested by kimura wataru]

=== Fixes

==== rabbit

  * [GitHub#4]: Added missing warning method.
    [Patch by TAKATSU Tomonari]

==== rabbirack

  * [GitHub#5]: Supported Rack 1.2.1.
    [Reported by TAKATSU Tomonari]

==== rabbit-command

  * [GitHub#3]: Fixed a wrong variable name.
    [Patch by TAKATSU Tomonari]

==== rabbitter

  * Supported HTTPS. [Patch by OBATA Akio]

==== Theme

  * [GitHub#2]: default-slide: Fixed broken headline-align
    slide property. [Reported by nari]

==== Documents

  * Fixed wrong ML address in English.
2012-02-01 12:57:50 +00:00
wiz
2e3ccee024 png uses zlib license, just with very many (co)authors.
Set it, and remove separate png-license file.
Ok troxel
2012-01-30 13:18:53 +00:00