summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2006-06-01Update to KDE 3.5.3markd6-125/+7
Changes: * KPDF o Fix bug parsing some TOCs o Fix display of some JBIG2 files o Enable print action when opening files using drag and drop * KGhostView o Fix KGhostView .desktop files * Kuickshow o Fix remote browsing of http-urls o Don't display non-existing files
2006-06-01Explicitly add --tag for libtool calls to fix problems on SunOS.joerg2-6/+6
Patch from Andreas Tannert in PR 33588.
2006-05-31add a patch from freetype to make it build with 2.2.1drochner2-1/+53
2006-05-31update to 0.95.1drochner2-7/+8
changes: 3 minor bugfixes
2006-05-31Make this package build with version 2.2.1 or newer of the "freetype2"tron3-0/+114
package. Patch provided by Mark Davies. Bump package revision.
2006-05-31Make this package build with version 2.2.1 or newer of the "freetype2"tron2-3/+7
package. Patch provided by Mark Davies. Bump package revision.
2006-05-31Remove stale checksum for "patch-aa". Problem pointed out by Dave Sainty.tron1-2/+1
2006-05-31Update graphics/ruby-RMagick package to 1.11.1 applying patch fromtaca2-10/+7
OBATA Akio as PR pkg/33538. RMagick 1.11.1 o Fix bug #4511, add Makefile, rmagick_config.h as dependencies in the Makefile (bug report from Eric Hodel) o Ensure ExceptionInfo structures are freed RMagick 1.11.0 o Feature #3705, add resize_to_fit (thanks to Robert Manni for the code) o Added optimize_layers method to the ImageList class (available with ImageMagick 6.2.6) o Added limit_resource method to the Magick module o Replaced install.rb with setup.rb, improved gem install (bug report from Ryan Davis) o Added --disable-htmldoc option to setup.rb o Fix bug #4104, incorrect label on example (reported by Jason Lee) o Added contrast_stretch_channel to the Image class (available with ImageMagick 6.2.6) o Improved Magick exception handling to eliminate memory leaks when an exception is rescued and execution continues. o Tested with ImageMagick 6.2.7
2006-05-29Update "freetype2" package to version 2.2.1. Changes since version 2.1.10tron4-61/+9
include: - security fixes for SA20100 - version 2.2 no longer exposes its internals - various improvements in font handling
2006-05-28Fix label at end of compound statement.joerg3-1/+59
2006-05-28Triggers ICE with Propolice on DragonFly: disable.joerg1-1/+16
2006-05-28Add USE_LANGUAGES= objcrh3-4/+10
2006-05-27ignore warning of debug printhamajima4-4/+8
2006-05-27py-gtk2 dependency supports only Python 2.3 and 2.4.joerg1-1/+3
2006-05-27py-numarray dependency support only Python 2.2 and newer.joerg1-4/+4
2006-05-26Fix typo in last commit.joerg1-2/+2
2006-05-26Don't hard-code nb version of p5-Gdk-Imlib, bump revision.joerg1-3/+3
2006-05-25kde3.mk sets USE_PKGLOCALEDIR so don't bother here.markd1-2/+2
Uses C++.
2006-05-24Building really does not need c++, but the configure scriptwiz1-2/+2
breaks if it is not supplied. Set USE_LANGUAGES appropriately.
2006-05-23Fixed the automatic changes done by revbump. It had replacedrillig1-5/+4
${PYPKGPREFIX} with py24. While here, fixed pkglint warnings.
2006-05-22Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk wherejlam1-2/+2
it will live with other "check" targets run after package installation. Get rid of SHLIB_HANDLING, whose meaning had mutated over the years from one thing to another. Currently, it is used to basically note whether the system's "ldd" command can be usefully run on the package's binaries and libraries. Rename this variable to CHECK_SHLIBS_SUPPORTED for more clarity. CHECK_SHLIBS is now a variable set exclusively by the user in /etc/mk.conf to note whether the check for missing run-time search paths is performed after a package is installed. It defaults to "no" unless PKG_DEVELOPER is set.
2006-05-22USE_LANGUAGES=c++; update HOMEPAGE and MASTER_SITESwiz1-3/+4
2006-05-22USE_LANGUAGES=c++wiz1-1/+2
2006-05-22USE_LANGUAGES=c++wiz1-1/+2
2006-05-22USE_LANGUAGES=c c++wiz1-1/+2
2006-05-22Remove directories with ${RMDIR}, not ${RM}, and fix argument (needs %Dwiz1-4/+4
prefix).
2006-05-22Changes 6.2.7.7:adam5-17/+15
* Don't fault when processing bad TIFF profiles (4 characters or less). * Masks are now read properly for 16-bit DIB's. * The pixel cache file descriptor limit code failed because the pixel cache timestamp was not always being set properly. * Fixed a small memory leak in IsGrayImage(). * Fixed Cineon writing bug for very long filenames in 6.2.7 (reference http://redux.imagemagick.org/discussion-server/viewtopic.php?t=6590) * Begin the long journey of enhancing the conjure utility to support all options that are supported by the convert utility and PerlMagick (e.g. border, guassian-blur, etc.).
2006-05-21- xanimxtraeme1-2/+1
2006-05-21On NetBSD the DLL files are installed, too. Bumped PKGREVISION.rillig1-3/+3
2006-05-21Replaced the inclusion of the cmake buildlink3.mk file with arillig1-2/+2
BUILD_DEPENDS, since the buildlink3.mk file does not exist anymore.
2006-05-21USE_LANGUAGES=c c++wiz2-2/+4
2006-05-19Synchronized the Makefiles with the filesystem.rillig1-1/+2
2006-05-18Mark as BROKEN_IN pkgsrc-2006Q1 according towiz5-7/+13
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html
2006-05-17Update to 1.2.10:wiz5-34/+28
Package change: install old compat library as libpngcompat (pkgsrc specific, will probably be changed in the future). Makes package handling quite a bit easier. version 1.2.10beta1 [April 15, 2006] Renamed "config.h" to "png_conf.h" and revised Makefile.am to add -DPNG_BUILDING_LIBPNG to compile directive, and modified pngconf.h to include png_conf.h only when PNG_BUILDING_LIBPNG is defined. version 1.2.10beta2 [April 15, 2006] Manually updated Makefile.in and configure. Changed png_conf.h.in back to config.h. version 1.2.10beta3 [April 15, 2006] Change png_conf.h back to config.h in pngconf.h. version 1.2.10beta4 [April 16, 2006] Change PNG_BUILDING_LIBPNG to PNG_CONFIGURE_LIBPNG in config/Makefile*. version 1.2.10beta5 [April 16, 2006] Added a configure check for compiling assembler code in pnggccrd.c version 1.2.10beta6 [April 17, 2006] Revised the configure check for pnggccrd.c Moved -DPNG_CONFIGURE_LIBPNG into @LIBPNG_DEFINES@ Added @LIBPNG_DEFINES@ to arguments when building libpng.sym version 1.2.10beta7 [April 18, 2006] Change "exec_prefix=$prefix" to "exec_prefix=$(prefix)" in makefiles. version 1.2.10rc1 [April 19, 2006] Ensure pngconf.h doesn't define both PNG_USE_PNGGCCRD and PNG_USE_PNGVCRD Fixed "LN_FS" typo in makefile.sco and makefile.solaris. version 1.2.10rc2 [April 20, 2006] Added a backslash between -DPNG_CONFIGURE_LIBPNG and -DPNG_NO_ASSEMBLER_CODE in configure.ac and configure Made the configure warning about versioned symbols less arrogant. version 1.2.10rc3 [April 21, 2006] Added a note in libpng.txt that png_set_sig_bytes(8) can be used when writing an embedded PNG without the 8-byte signature. Revised makefiles and configure to avoid making links to libpng.so.* version 1.2.10 [April 23, 2006] Reverted configure to "rc2" state.
2006-05-16USE_LANGUAGES+=c++abs1-1/+2
2006-05-16update to 0.8.1drochner3-9/+13
changes: -Preliminary zoom support -some improvements in algorithms -support for EXIF data of Canon CRW and Fuji RAF -White balance presets for more cameras -bugfixes pkgsrc changes: -pull in exiv2 for Canon CRW EXIF support -use xdg dirs, use c++
2006-05-16add onedrochner1-0/+28
2006-05-15Uses C++.joerg1-1/+2
2006-05-15Uses C++.joerg2-2/+5
2006-05-15Uses C++.joerg2-2/+5
2006-05-15Uses C++.joerg2-2/+5
2006-05-15Uses C++.joerg1-1/+2
2006-05-15Disable WMF build for now, since it creates unresolved symbols injoerg1-1/+5
libMagick, which in turn breaks many configure scripts and other attempts at linking it. Making libMagick depend on libWand is not a good idea either. Bump revision.
2006-05-15+USE_LANGUAGES+=c++abs1-1/+2
2006-05-14when using alloca() on IRIX 5 alloca.h has to be includedschwarz3-3/+22
2006-05-14This package installs a perl script. Add a dependency on perl using USE_TOOLS.minskim1-2/+3
Bump PKGREVISION.
2006-05-14Fix a pkglint warning.minskim1-2/+2
2006-05-14Fix configure script for broken hostname implementations thatwiz2-1/+15
don't grok options (e.g. Solaris). From Gilles Dauphin in PR 33349.
2006-05-14Add patches for some issues from the known-bugs page, includingwiz5-3/+56
one that should fix PR 33347 by martijn (build on amd64). Bump PKGREVISION.
2006-05-14Fix typo on USE_LANGUAGES hence fixing the build.seb1-2/+2