summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2008-06-12Add DESTDIR support.joerg61-129/+227
2008-06-11update to 2.3.6drochner3-7/+8
This fixes some integer overflow/memory corruption/heap overflow security problems: CVE-2008-1806, CVE-2008-1807, CVE-2008-1808 other changes: -new function `FT_Get_CID_Registry_Ordering_Supplement' gives access to those fields in a CID-keyed font -code to validate the new `MATH' OpenType table -API for cmap 14 support -A new face flag FT_FACE_FLAG_CID_KEYED -misc bugfixes and other improvements
2008-06-09Need pkg-config to build.obache1-1/+2
Noticed by Hasso Tepper in PR 38917.
2008-06-07Update to 0.17.gdt4-71/+15
Significant Changes from version 0.16 * Exiv2 utility - [tools] exiv2 now writes a proper XMP sidecar file (it used to just dump the XMP packet to a file). - [tools] exiv2 can now also save Exif and IPTC data in the XMP sidecar file (conversion of Exif/IPTC to/from XMP). * Exiv2 library - 0000546: [exif] Exiv2 crashes while converting Nikon lens information for pretty printing.
2008-06-07Add patch:gdt3-2/+66
From upstream SVN, svn diff -r 1388:1399. Fixes http://dev.robotbattle.com/bugs/view.php?id=0000546. PKGREVISION++.
2008-06-06Update GraphicsMagick to 1.2.3.obache2-6/+6
1.2.3 (June 5, 2008) ==================== Security Fixes: * Cineon reader: Fixed crash with broken file from Sami Liedes. * Palm reader: Fixed crash with broken files from Sami Liedes. * PICT reader: Fixed crash with broken files from Sami Liedes. * DPX reader: Validate file data better to avoid improper operation with intentionally (or accidentally) defective files. * XCF reader: Fixed crash with broken files from Sami Liedes. Security Issue Not Fixed: * JP2/JPC reader: Several JPEG-2000 files from Sami Liedes "broken" collection cause crashes in Jasper. This is not GraphicsMagick's fault. Bug fixes: * Noise generators were only working properly for Q8 build.
2008-06-05Fix broken hack which instead of removing the "-fvisibility=hidden"tron2-4/+4
compiler flag actually added it. This causes all the link failures in packages using the "glut" library (e.g. "gle"). Bump package revision because of this fix. Error analysis provided by Raymond Meyer on "pkgsrc-users" mailing list.
2008-06-05Need msgfmt to build.obache1-2/+2
Noticed by Hasso Tepper in PR 38866.
2008-06-05make it build on DragonFly, from Hasso Tepper per PR pkg/38843drochner3-7/+21
2008-06-03Don't offer "dri" as an option on systems which use XFree86 because ittron1-4/+5
breaks the build. This fixes PR pkg/38676 by Roland Sieker.
2008-06-03Add Linux to DRI platforms. Add a patch to fix compilation under Linux. ↵dsainty4-6/+27
Bump PKGREVISION.
2008-06-02add a patch from redhat bugzilla (#449073) to fix the xpm halfdrochner3-3/+17
of CVE-2008-2426, the pnm half was fixed in pkgsrc in 2006 bump PKGREVISION
2008-06-01Update home page URL.tron1-2/+2
2008-05-31disable asm targets for Darwin too, breaks build for unknown reasons.tnn1-4/+3
Reported by Mark E. Perkins on pkgsrc-users@
2008-05-31Update to 7.30. Selected changes since 7.25:gdt2-6/+6
May 31, 2008 - Version 7.30 (production release) - Added new Canon CustomFunctions values from the EOS 1DmkIII firmware update, and a new CanonExposureMode value (thanks David Pitcher) - Added ability to read/write XMP in GIF images - Added ability to write to GIF87a images (by upgrading them to GIF89a) - API Changes: - Extract FileSize information from images passed as a scalar reference
2008-05-31Changes 2.4.6:adam4-14/+32
- fixed handling of the "antialias" tool option - when loading a TIFF image, always set a filename on it - fixed initial state of curve type in Curves tool - fixed potential crash in the Dicom load plug-in - respect the brush mask in the Heal tool - plugged some minor memory leaks - fixed a glitch in the DND code - gimp-image-convert() must not accept palettes with > 256 colors - fixed parameter description in the Map Object plug-in - fixed compilation of unit tests on Mac OS X - fixed handling of "argc-lower-val-y" PDB parameter in Curve Bend plug-in - fixed overlap problem in Hue-Saturation tool - fixed asymmetry in Unsharp Mask plug-in - don't show non-existant color profiles in the selector - fixed issues with default aspect ratio in the Crop tool - fixed compilation of the PDF import plug-in with libpoppler 0.8 - fixed bug in clipboard brush code - corrected layer mask flag in PSD save plug-in - fixed an issue with tablets and newer X.Org releases - keep the JPEG save plug-in from writing an empty EXIF tag - fixed crash in Selective Gaussion Blur plug-in - added new translations (Belarusian, Catalan, Norwegian Nynorsk) - translation fixes and updates
2008-05-30PR pkg/38795: Hasso Tepper: Add dri option to MesaLib for DragonFlytnn1-2/+3
2008-05-30Update to 2.03:wiz5-22/+53
January 23 2008 - V2.02 Improvements to clustering, training and classifier. Major internationalization improvements for large-character-set languages, eg Kannada. Removed some compiler warnings. Added multipage tiff support for training and running. Updated graphics output to talk to new java-based viewer. Added ability to save n-best lists. Added leptonica support for more file types. Improved Init/End to make them safe. Reduced memory use of dictionaries. Added some new APIs to TessBaseAPI. April 21 2008 - V2.02 (again) Fixed namespace collisions with jpeg library (INT32). Portability fixes for Windows for new code. Updates to autoconf system for new code. April 22 2008 - V2.03 Fixed crash introduced in 2.02. Fixed lack of tessembedded.cpp in distribution. Added test for leptonica header files and conditional test for lib.
2008-05-30Bump PKGREVISION for gtkspell API bump.wiz1-2/+2
2008-05-30Drop lang/mono/Makefile.common which is not needed anymore.tnn1-3/+1
2008-05-29Revert previous, sharing the distinfo doesn't work because of thetnn3-4/+19
MESA_PATCHLEVEL junk. Instead make graphics/glx-utils not track the mesa patchlevel at all.
2008-05-29update commenttnn1-2/+1
2008-05-29Actually let's just reach over for the distinfo now that it works.tnn2-15/+3
2008-05-29Regen distinfo as documented in graphics/Mesa/Makefile.commontnn1-1/+10
2008-05-29update to 2.22.2drochner2-6/+6
changes: -bugfixes -translation updates
2008-05-29The Tru64 compiler doesn't know __FUNCTION__ so just define it to __FILE__tnn1-1/+5
2008-05-29Update GraphicsMagick to 1.2.2.obache3-147/+150
1.2.2 (May 28, 2008) =================== Bug fixes: * Documentation is now installed according to the conventions established by the configure script. This results in documentation being installed under /usr/local/share/doc/GraphicsMagick by default. * HWB colorspace now works correctly. * Composition with CopyOpacity now produces an image with transparency (as expected). * Composition now preserves the canvas colorspace. * Composition with a displacement map (-displace) no longer leaks an image. * Composition now handles CopyBlack properly for CMYK images. * Alpha composition now works as expected when both pixels involved include transparency. * -gamma multiple channel syntax now works as documented. * PerlMagick: Dissolve composition with Opacity now works correctly. * TIFF: Was accidentially converting CMYK images to RGB. * TIFF: Reject JPEG compression when writing CMYK images. * Should now compile with Visual C++ 2008. * Detects libbz2 and libxml2 and builds properly with them in a MinGW build. Performance improvments: * Exploratory support for OpenMP in the image resize code. Can result in significant performance improvement when significantly reducing the image size on multi-core systems, but little to no improvement when the input and output images are close to the same size. Add --enable-openmp to the configure options to enable using OpenMP. Feature improvements: * Composition now supports CopyCyan, CopyMagenta, CopyYellow, and CopyBlack in order to copy CMYK channels into an image. CMYK copy composition operators automatically set the image colorspace to CMYK so that everything just works.
2008-05-28Fix embarassing lack of '3' in a conditional.bjs1-2/+2
2008-05-26Mark as not for bulk building on HPUXtnn1-1/+2
2008-05-26Mark some packages as not for bulk building on HPUX.tnn2-2/+4
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg12-33/+49
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
2008-05-25Explicitly add pax dependency in those Makefiles that use it (or havejoerg2-2/+4
patches to add it). Drop pax from the default USE_TOOLS list. Make bsdtar the default for those places that wanted gtar to extract long links etc, as bsdtar can be built of the tree.
2008-05-25Assert OWNERship of some packages, relinquish others entierly.dillo1-2/+2
2008-05-24Needs a C99 compiler for c++-style comments and inline keyword.tnn1-1/+2
Actual problem seems to be that the package incorrectly requests -ansi. Noted by Peter Bex on IRC.
2008-05-21Update MESA_PATCHFILES, too; without this, the update isn't of much use. ;)bjs1-2/+2
Thanks to dsainty@ for pointing it out. Obviously I did update this while testing it, but I did a cvs up -dPAC at some point and lost it.
2008-05-21Add comment about not using -ffast-math pending further testing.bjs1-3/+5
It seems to cause instability, at least for me on NetBSD/amd64 (4.99.63).
2008-05-21Add new round of distribution patches (update code to head of Mesa_7_0_branch).bjs2-8/+15
While here, ensure that all instances of pthread_getspecific are replaced with __libc_thr_getspecific on NetBSD (fixes linking issues with compiz, at least).
2008-05-20-sodipoditnn1-2/+1
2008-05-20Remove sodipodi.tnn11-375/+0
No development has taken place for years, homepage points at domain farm. Considered abandoned in favour of inkscape (graphics/inkscape), which started out as a sodipodi fork.
2008-05-20Update to 1.2.29:wiz3-14/+14
version 1.2.27beta04 [April 18, 2008] Added AC_LIBTOOL_WIN32_DLL to configure.ac Rebuilt Makefile.in, aclocal.m4, and configure with autoconf-2.62 version 1.2.27beta05 [April 19, 2008] Added MAINTEINERCLEANFILES variable to Makefile.am version 1.2.27beta06 [April 21, 2008] Avoid changing color_type from GRAY to RGB by png_set_expand_gray_1_2_4_to_8(). version 1.2.27rc01 [April 23, 2008] Fix broken URL for rfc2083 in png.5 and libpng-*.txt version 1.0.33 and 1.2.27 [April 30, 2008] No changes. version 1.0.34 and 1.2.28 [April 30, 2008] Rebuilt Makefile.in, aclocal.m4, and configure with autoconf-2.61 due to backward incompatibilities. Removed a stray object file from contrib/gregbook version 1.2.29beta01 [May 1, 2008] Removed some stray *.diff and *.orig files version 1.2.29beta02 [May 1, 2008] Reverted Makefile.in, aclocal.m4, and configure to the libpng-1.2.26 versions. version 1.2.29beta03 [May 2, 2008] Added --force to autogen libtoolize options and --force-missing to automake options. Changed $(ECHO) to echo in Makefile.am and Makefile.in Updated all configure files to autoconf-2.62 #ifdef out pnggcrd.c code if using MSC_VER version 1.2.29rc01 [May 4, 2008] No changes. version 1.0.35 and 1.2.29 [May 8, 2008] No changes.
2008-05-19Remove pkglint warning as suggested by joerg@.darcy1-2/+2
2008-05-19Specify languages used.darcy1-1/+2
2008-05-19Fix build on IRIXtnn3-7/+18
2008-05-17Fix shell pattern so it doesn't try to copy the "CVS" directory whentnn1-2/+2
the shell is bash and nocaseglob is enabled (ugh, misfeature). PR pkg/38671.
2008-05-17Fix CVEs CVE-2008-1102 and CVE-2008-1102 for blender:tonnerre5-3/+52
- Fix arbitrary code execution vulnerability in .bend files which contain a crafted RGBE file (CVE-2008-1102). - Create various temporary files in safer paths (CVE-2008-1103).
2008-05-15update to 4.2.3drochner6-28/+26
changes: * NEW options front and back to "set colorbox" * NEW character encoding support for emf and pdf terminals * NEW "format" keyword for "set tics" and "set {x|y|...}tics" * NEW allow user to set colorbar label rotatation if the bar is vertical +bugfixes
2008-05-15Use the proper way to pass the necessary arguments for the Mac OS X Leopardtron1-2/+2
link bug workaround to the linker.
2008-05-14Fix to instal cairo-quartz-font.pc.obache4-8/+30
(and while here, enable quartz-image) Then atsui support for pango again. Bump pkgrevision.
2008-05-13Update to v1.8.sborrill2-6/+6
Changes from 1.7: v1.8 2007/04/09 (2007/04/08) PS1 - portability: use 'test' instead of '[' in shell scripts. (2007/04/08) PS1 - test suite: run PDF checks as a separate test. (2007/04/06) PS1 - fixed logical expressions in flate.c (2007/02/19) PS1 - portability: replacements for inline and M_PI (2007/01/16) PS1 - test suite: added checks for rotation in PostScript, PDF, and PGM backends (2007/01/16) PS1 - pdf backend: added rotation (2007/01/16) PS1 - pdf backend: renamed shipcom() function (2007/01/14) PS1 - autoconf: check if getopt_long reorders its arguments. (2007/01/13) PS1 - made pseudo-random number generation thread-safe and much faster. (2006/12/20) PS1 - renamed some structures in lzw.c, main.h (2006/12/20) PS1 - portability: fixed some compiler issues for Amiga, reported by Andreas Kleinert. (2006/12/20) PS1 - main.c: changed some return types to void. (2006/08/14) PS1 - made curve.c:privcurve_free_members() static. (2005/12/22) PS1 - renamed README.win as README-WIN (2005/11/11) PS1 - portability: use binary file i/o in Cygwin. Suggested by Henry He. (2005/06/24) PS1 - potracelib: fixed allocation bug, reported by Jung Shin. (2005/06/23) PS1 - potracelib_demo.c: free resources properly. (2005/06/23) PS1 - initialize unused private state to 0. (2005/06/23) PS1 - decompose.c: improved memory allocation scheme. (2005/05/06) PS1 - added "alphacurve" field to private curve structure, so that backends that don't use the public interface (such as the EPS backend) can be warned of non-conforming curves.
2008-05-11If we use XF86DGA from pkgsrc, we still have a DGA extension, so activate ittonnerre1-1/+2
in the PLIST because otherwise packages will be incomplete. Confirmed by xtraeme.