Commit graph

187 commits

Author SHA1 Message Date
drochner
007e74ec86 update to 6.1.8-8, fixes a security problem, see
http://www.idefense.com/application/poi/display?id=184&type=vulnerabilities
2005-01-18 11:22:10 +00:00
adam
d54fd6408d Changes 6.1.8-6:
* Bug fixes and improvements
2005-01-14 12:41:06 +00:00
adam
6934a3c290 Changes 6.1.7:
* ReadPALMImage() now produces a proper RGB image
* Added the -shadow option to simulate an image shadow
* Fix file leak in ImageToBlob() method
2005-01-05 09:25:18 +00:00
reed
e117eda090 Bump PKGREVISIONs due to libtiff update.
Some BUILDLINK_RECOMMENDED bumps done also.

(If I missed any, please let me know -- and let me know a good
way to automate this.)
2004-12-28 23:18:15 +00:00
tv
3a5e9351e6 Allow building without X11 support with "PKG_OPTIONS.ImageMagick=-x11".
Idea inspired by post to tech-pkg from <imil@home.imil.net>.
2004-12-24 23:42:49 +00:00
adam
f68ac179bb Changes 6.1.6-0:
* The -channel option is operational again.
  * The black channel offset was incorrectly computed when compositing causing
    a seg-fault (bug report from Arfune).
  * Under extremely rare conditions the GIF coder had a memory leak.
  * Moved image list advancement to after the progress monitor call in
    QuantizeImages() (bug report by Tim Hunter).
2004-12-05 09:42:11 +00:00
adam
006075cc76 Chamges 6.1.5-7:
* The black channel offset was incorrectly computed when compositing causing
  a seg-fault (bug report from Arfune).
* Under extremely rare conditions the GIF coder had a memory leak.
* Moved image list advancement to after the progress monitor call in
  QuantizeImages() (bug report by Tim Hunter).
* The display program no longer exits after the first image.
* The JP2 coders no longer interprets the first channel as an opacity channel.
* The VID coder no longer generates a fault (bug report from Arfune).
* CMYK Postscript with a subimage specification no longer returns a grayscale
  image (bug report from Arfune).
* Handle image settings with MogrifyImageInfo() method.
* GNS contributed QueryMultilineTypeMetrics().  Its like QueryTypeMetrics()
  but returns the maximum text width and height for multiple lines of text.
* Treat -channel as a setting in the command line programs.
2004-11-29 09:05:46 +00:00
adam
8d9d0e2837 Changes 6.1.5-2:
* The black channel offset was incorrectly computed when compositing causing
    a seg-fault (bug report from Arfune).
  * Under extremely rare conditions the GIF coder had a memory leak.
  * Moved image list advancement to after the progress monitor call in
    QuantizeImages() (bug report by Tim Hunter).
2004-11-22 16:28:24 +00:00
adam
8a4cc46ef1 Bumped to -3, since -1 is no longer available 2004-11-16 09:39:51 +00:00
adam
7e83517673 Changes 6.1.4-1:
* Bug-fixes and improvemens [as usually]
2004-11-15 11:14:15 +00:00
adam
b05ee9e4b9 Changes 6.1.2: bug fixes and improvements 2004-10-28 14:34:17 +00:00
kristerw
5d90438f93 This pkg fails to build with make from NetBSD-1.6.2. Use the GNU make
instead.
2004-10-10 11:20:08 +00:00
reed
899d5d73d0 Update patch so it works with bash too.
No change to actual configuration.

Maintainer, adam@, says this patch is used to prevent
installing/overwriting libltdl.
2004-10-05 22:12:00 +00:00
adam
eac24c06c1 Changes 6.1.0-2:
* Bug-fix release
2004-10-05 12:07:31 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
adam
4697278406 Use libwmf anyway 2004-09-28 11:00:47 +00:00
adam
cd37768361 Changes 6.0.8-3:
* Fix to enable reading Photoshop images with a group of layers.
  * other bug fixes
2004-09-27 11:04:24 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
adam
f00fcb7d73 Changes 6.0.7-1:
* Bug fixes
2004-09-06 13:09:43 +00:00
adam
096728bc5c Changes 6.0.5-2:
* Bug-fix release
2004-08-19 15:27:24 +00:00
adam
ed6a617d82 Changes 6.0.4-3
* PNG vulnerability fix.
  * Added YCbCr coder for raw Y, Cb, and Cr samples.
  * Fixed the -fx option operator precendence problem (+ and - should be the
    same precendence).
  * Rare memory corruption due to a JPEG comment (bug report by
    brundlefly76@hotma...).
  * The PerlMagick Evaluate() method no longer fails with an assertion error.
  * Restore -dSAFER for a more secure Ghostscript invocation.  The downside is
    we must copy the Postscript file to a temporary file otherwise we get a
    the ocassional invalidfileaccess fom Ghostscript.
  * Do not report image depth unless the -verbose or -format %z option is used
    with the identify program.
  * Center gravity now works when cropping by percent (e.g. -crop 75%).
  * Small memory leak on exception in the ImageToBlob() method.
  * %@ returns the image bounding box (e.g. identify -format %@ logo:).
  * Sync pixel cache when cloning an image-- just in case someone clones
    an image clone and accesses pixels with AcquireImagePixel() instead of
    GetImagePixels().
2004-08-09 11:50:08 +00:00
adam
120d4a5681 Changes 6.0.3-1:
* bug fixes
2004-07-08 11:50:25 +00:00
xtraeme
2396acc57e Update graphics/ImageMagick to 6.0.2.7.
Changes:

  Bug fixes:
    * Fixed problem with relative filename wildcards (e.g.
      identify images/*.jpg)
    * DrawSetStrokeDashArray() now respects the number_elements argument.

  Performance improvements:
    * Don't open a loadable module if its already open.
    * Added anonymous memory-mapping to the pixel cache.  This makes it
      possible for memory to be returned to the system after the image is
      destroyed.

  Utilities enhancements:
    * The display program now composites any transparent images on top of a
      checkered background to assist in visualizing any partial transparent
      pixels.

  Coder additions/improvments:
    * When an unknown property is encountered in the XCF coder, it enters a
      bogus loop that never terminates.

  Code/structure enhancements:
    * Introduce MagickBooleanType and MagickStatusType types of unsigned int.
      These types are 100% compatible with the existing API but removes
      ambiguity.  Previously we got complaints that users did not realize that a
      return value of unsigned int in most cases meant a binary value (0/1).
      MagickStatusType is used for methods that return a bit mask.
    * Introduce MagickFalse and MagickTrue while we deprecate True/False.

And more...
2004-06-23 00:59:19 +00:00
adam
da08eef2c2 Changes 6.0.1-3:
* DrawSetStrokeDashArray() now respects the number_elements argument
* Since the WMF coder has Wand dependancies we only enable this coder when
  both WMF is available and module support enabled
* Some XCF tiles were not being read properly
* Fixed memory leak in EPT coder
* Fixed memory leak in DestroyImage()
* Close Windows registry when no longer needed
* RelinquishUniqueFileResource() was not freeing file resource properly
* Free the ImageInfo structure allocated by CloneImageInfo() in the
  WriteImages() method
* EPT images cannot support blobs
* Fixed temporary file resource limit leak in RelinquishUniqueFileResource()
* ConvolveImageChannel() incorrectly initialized non-selected channels to 0
* Added Cisco IP phone image format (write only)
2004-05-19 14:11:28 +00:00
minskim
740398d074 Enable pkgviews installation. 2004-04-25 05:12:27 +00:00
reed
4d238202dd Prepend shell command to remove share directory with a "-"
(to ignore any errors).

This is so in the rare case that you already have files from an
old install that it won't fail to install new package.

This was discussed with maintainer, tron@, in March.
2004-04-24 04:39:30 +00:00
adam
ecefab57e3 Changes 6.0.0:
* MagickWand API, a higher level C interface to the ImageMagick methods.
    * Increased stability.  The library was checked and cross-checked with
      splint and valgrind to eliminate security vulnerabilities and common
      programming mistakes as well as ensure no memory leaks.
    * A new -fx option to apply a mathematical expression to an image list from
      the command line.
    * Algorithms were improved to reduce processing requirements resulting in a
      significant speed-up over previous releases.
    * All regression tests pass at Q8, Q16, and Q32 on a variety of platforms
      including Linux, Solaris, FreeBSD, Mac OS X, and Windows.
    * The composite methods have been corrected to precisely conform to the
      SVG standard.
    * New image comparison utility, `compare'.
    * Better support for CMYK image workflow.
    * New string handling methods to help prevent potential buffer overflow
      problems.
    * Error reporting has more detail to help identify the cause of a
      particular problem.
    * Bug fixes
2004-04-21 13:49:09 +00:00
tron
a4a18612a3 Remove me as maintainer of this package. I did none of the last three
updates anyway.
2004-03-23 19:53:33 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18 09:12:08 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
heinz
1e3527af1b ImageMagick does not build with jasper 1.600.0 anymore. Demand jasper 1.701.0 2004-03-02 21:01:17 +00:00
adam
8f4d84f55c Changes 5.7.7-17:
* Bug fixes (memory leaks)
2004-03-02 10:31:48 +00:00
grant
d8094a0f2e bump PKGREVISION due to PLIST change. 2004-02-27 08:51:44 +00:00
grant
c3cfc834b1 fix ${MKDIR} of the modules directory, which was missed in a
previous commit.
2004-02-27 08:51:15 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
abs
58c62974b1 USE_LANGUAGES= c c++ 2004-02-13 23:43:19 +00:00
xtraeme
3f3e4601a4 bl3ify 2004-02-11 08:55:58 +00:00
jlam
3ac2d4b8aa In the new compiler selection framework, GCC_REQD is appended to, not
overridden.
2004-02-01 01:43:28 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
tron
8ab658b157 Remove package revision after package has been updated. 2003-09-30 21:17:38 +00:00
mycroft
5d42c0bd0a The checksum for 5.5.7-10 changed. Update to 5.5.7-11 while I'm here.
ChangeLogs?  We don't need no shtinking ChangeLogs!  (AFAICT, there is a
single bug fix to the MPEG code.)
2003-09-30 18:20:01 +00:00
recht
4235ecb8a4 Add missing PKGCONFIG_OVERRIDE.
Bump PKGREVISION because of the changed *.pc files.
2003-09-26 20:21:25 +00:00
grant
436e000995 style/quoting nit 2003-09-17 19:51:35 +00:00
grant
d6539e99dd require gcc3 on NetBSD/sparc64 2003-09-17 19:51:09 +00:00
grant
3ed95f6974 no need include compiler.mk 2003-09-17 19:49:24 +00:00
wiz
5329a24ecd Update for distfile change:
205a206
>   image->storage_class=DirectClass;
1179a1181,1182
>   if (!image->matte)
>         SetImageOpacity(image,OpaqueOpacity);
diff -r a/ImageMagick-5.5.7/magick/log.c b/ImageMagick-5.5.7/magick/log.c
503c503
<       count=0;
---
>       (void) MagickSeek(file,0,SEEK_SET);
diff -r a/ImageMagick-5.5.7/magick/version.h b/ImageMagick-5.5.7/magick/version.h
28c28
< #define MagickReleaseDate  "08/07/03"
---
> #define MagickReleaseDate  "09/09/03"

Closes PR 22767 by Ben Collver.
2003-09-12 22:10:45 +00:00
recht
2596582f25 gcc.buildlink2.mk is no more. So, include compiler.mk instead. 2003-09-12 17:55:51 +00:00
adam
2552c5da92 Bug-fix release; shared library major version is now 6 (not 0) 2003-09-03 11:59:20 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00