summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2004-12-28Bump PKGREVISIONs due to libtiff update.reed48-84/+96
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-28Upgrade tiff to 3.7.1.reed30-1725/+218
Remove OpenWindows workaround in pkgsrc for this. Too many changes to include here. See http://www.remotesensing.org/libtiff/v3.7.1.html and http://www.remotesensing.org/libtiff/v3.7.0.html and previous change files for changes information. tiff-3.7.1 now includes the lzw compression code again. It also uses autoconf and libtool now. A new tool is bmp2tiff. Docs are placed under share/doc/tiff/html instead of share/doc/html/tiff. Many manpage symlinks are now missing. (This was reported to tiff list.)
2004-12-28Added epeg-0.9.0.xtraeme1-1/+2
2004-12-28Initial import of epeg-0.9.0 from pkgsrc-wip, packaged by Peter Bex.xtraeme5-0/+49
Epeg is a library which provides facilities for scaling JPEG images very quickly.
2004-12-28Fix libGL recognition in configure script by adding -lXext.wiz2-1/+42
2004-12-28The default location of the pkgsrc-installed rc.d scripts is nowreed2-3/+4
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
2004-12-27Update to 0.5.6, provided in PR 26372 by Sergio Jimenez.wiz7-605/+14
Changes: 0.5.6 ======================================================================= Image Viewer o Added 2 features: reflect left/right and up/down (contributed by Jean-Pierre Demailly) o Added feature for save file when reflect or rotate. Other: o EPS image format supported (need GhostSCript installed). o SGI image format supported. o Added Rename Sequence function. o Added Timestamp function. o Improvement in code source. i18n: o Added Polish translation (contributed by Leszek Pietryka) Bug: o Improvement in im_xcf.c and im_psd.c files (contributed by Jean-Pierre Demailly) o Fixed problem of ICO plugin (wrong color bug) (contributed by Jean-Pierre Demailly) 0.5.5.1 ======================================================================= Image Browser: o Show a progress bar while reading a directory. o Sort by file type. Other: o TGA image format supported. o XWD image format supported. o SUN RASTER image format supported. o OS/2 BMP (2.2.x, 2.1.x and 1.x) image format supported. o Improvement in PNM, PBM, PPM and PGM files support. o Changes in Delete function: * use Delete key. * delete single or selection of files. * selection bar stay in the next file. o Changes in Rename function. i18n: o Added Russian and Ukrainian translation (contributed by Dmitry Goroh) Bug: o Fixed GTK See crash when doing "Refresh" in "Small icons" or "Thumbnails" mode. (report by Dmitry Goroh) o Fixed problem when launching GIMP (reported by Jan Keirse and Dmitry Goroh) 0.5.4 ======================================================================= Other: o Changes in configure and configure.in scripts for compile GTK See in Solaris 9 (sparc) (contributed by Holger Weiss) Bug: o Fixed problem reading BMP files (reported by Kevin Krumwiede) 0.5.3 ======================================================================= i18n: o Added german translation (contributed by Dirk Ruediger) Image Browser: o Go to fullscreen (and return from) with double click (contributed by huzheng) Other: o Man page (contributed by Dirk Ruediger) o Command line parsing with getopt (contributed by Laurent Maestracci) o Support zipped images (i.e., foo.bmp.zip) Bug: o Fixed problem reading indexed PNG files with alpha values associated with palettes entries (reported by Andreas Grosse)
2004-12-27Added and enabled gimp-docs-2.0.6, a documentation package for The Gimp ↵wulf1-1/+2
image manipulation software
2004-12-27A documentation package for The Gimp image manipulation softwarewulf4-0/+1917
2004-12-26Update graphics/p5-GD to 2.19. Changes from version 2.16 includejlam2-6/+7
adding support for animated GIFs, dynamic bitmapped fonts, fontconfig, and other freetype2 improvements.
2004-12-24Allow building without X11 support with "PKG_OPTIONS.ImageMagick=-x11".tv2-8/+20
Idea inspired by post to tech-pkg from <imil@home.imil.net>.
2004-12-24Update to version 2.0.seb15-234/+264
Package changes: - use GD library from the graphics/gd package Changes since last packaged version (1.16): December 11, 2004 - release 2.0 - new CPL license - re indent all sources December 11, 2004 - release 1.18 dotneato - fix bugs: 451, 536, 545, 547, 548, 559, 561, 565, 572 - increase max size of HTML tables. - spline cluster edges in fdp - center userimages in nodes - support user images in HTML table cells - syntax extension for node:port:compass as well as node:compass - FreeBSD fixes - sync with gd-2.0.32 - attempt to catch some out-of-memory conditions with very large graphs - support background and node-fill partial transparency when truecolor=true
2004-12-24Adjust dependencies after ocaml has been splitted into three differentjmmv1-3/+4
packages: ocaml, ocaml-graphics and labltk. Bump PKGREVISION.
2004-12-23Fix for security problem:markd4-2/+45
http://www.kde.org/info/security/advisory-20041223-1.txt Bump PKGREVISION.
2004-12-23Update to 0.8, and add fix against vulnerability.wiz3-213/+14
* Changes in xzgv 0.8 ** New features Added support for the Exif orientation tag (Exif in this context is a form of JPEG). If you enable the "Use Exif Orientation" option in the viewer (or `exif-orient' config/option), it'll compensate for the (e.g.) digital camera's orientation when viewing, so pictures taken with the camera side-on will display the way you would probably want them to. However, since this differs from how most *other* programs will see the files - which are, after all, carefully constructed to be compatible with JFIF/JPEG files - and has the potential to be extremely confusing if you don't know exactly what's going on, it's not enabled by default. Thanks to Fraser Wright for suggesting this feature. ** Bugfixes Broken GIFs could overrun a buffer previously - fixed. Added call to gtk_set_locale() which should hopefully avoid problems when GTK+'s default font is set to something which isn't ASCII-friendly. Thanks to Alexander Pohoyda for this one. Fixed JPEG segfault bug on files which were corrupted after the image itself. Thanks to Aaron Brick for spotting this one. Fixed long-standing bug with interpolation, which could have resulted in segfaults (though it's hard to say if it ever actually did). Stopped selector getting permanently hidden if two middle-button presses were too close together. Thanks to José Luis González González for spotting this. No longer sets background colour to black for mono PNG files, where this may cause problems. This change was ported from zgv; thanks to Morten Bo Johansen for spotting it there. ** Other changes Added 9/0 keys as yet another way of doing file untag/tag. These are last-ditch alternatives for keyboards where -/= don't make sense (some non-US/UK keyboards), and where keypad -/+ aren't easily accessible (e.g. laptops). Thanks to Szabó, Balázs for inspiring this one.
2004-12-22recognize a PowerShot A95drochner3-7/+9
2004-12-22Enable pkgviews installation.minskim1-1/+3
2004-12-22patch-ag and patch-ao already had security fixes for CESA-2004-006.reed5-11/+11
But now these are improved in response to iDEFENSE Security Advisory 12.21.04 www.idefense.com/application/poi/display?id=173&type=vulnerabilities libtiff STRIPOFFSETS Integer Overflow Vulnerability December 21, 2004 This fix (in two files) was from that advisory and also seen in tiff 3.7.1. PKGREVISION is bumped to 6 and BUILDLINK_RECOMMENDED is adjusted for this possible security issue. Other packages depending on this are not bumped.
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant14-19/+28
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-19Create a modifier PERL5_OPTIONS that specifies properties of the perljlam1-1/+2
installation needed when including perl5/buildlink3.mk. The only option currently supported is "threads", which implies that a perl that supports threads is required. The requirement is checked at pre-install time using an INSTALL script template by both the package build and the binary package. Add PERL5_OPTIONS+=threads to both devel/p5-SDL and graphics/p5-GD since those modules require a perl that supports threads.
2004-12-16patch-aa was removed from distinfo during lastwiz1-13/+0
update, so remove it from file system too (hi drochner!).
2004-12-14Add build dependency on pkgconfig.minskim1-3/+5
While here, rearrange paragraphs so that buildlink3.mk files are included before overriding targets.
2004-12-14Fix build using latest ImageMagick.markd3-32/+50
Bump PKGREVISION.
2004-12-13Make this package work better on platforms where the install utility canagc1-8/+10
only take one file to be installed.
2004-12-13share/kde/locale -> ${PKGLOCALEDIR}/locale. Bump PKGREVISION.markd2-115/+115
2004-12-10Bump PKGREVISION, security fix:salo11-17/+526
"Multiple buffer overflows in imlib 1.9.14 and earlier, which is used by gkrellm and several window managers, allow remote attackers to execute arbitrary code via certain image files." (1.9.15 is also affected) http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1026 Patch from Pavel Kankovsky.
2004-12-10locale files moved to under ${PKGLOCALEDIR}/locale/...markd8-91/+92
Bump PKGREVISION.
2004-12-10Update to kde 3.3.2markd3-39/+32
Changes: * kfax: fix kfax does not save printer settings * kfax: fix Truncations occur on dialog * kfax: fix kfax prints all pages in one g3-file to one page * kfax: fix can not print to printer or file * kfax: fix BoundingBox: line in PS file has width and height interchanged * kfax: fix KFax has its own printer dialog * kfax: fix rotation not honored when printing * kfax: fix G3/G4/tiff-files not assigned to kFax * kfax: fix zoom error * kfax: fix Problem with format of fax-files * kfax: fix CTRL-R shortcut for rotate does not work in kfax * kfax: fix Can't print only part of a document * kolourpaint: Fix crash due to text box when scaling image behind it * kolourpaint: Don't get stuck on a wait cursor after attempting to paste empty text into a text box * kolourpaint: Smaller selection and text box resize handles - covers up fewer selected pixels, doesn't cover up text
2004-12-05Fix the build on Darwin. From darwinports.recht1-1/+4
2004-12-05Disable pkgviews installation until automake is pkgviews-enabled.minskim1-2/+3
This closes PR/pkg 28323.
2004-12-05Update to 1.2.8:wiz4-13/+13
Changes since the last public release (1.2.7): Fixed bug in png_text_compress() that would fail to complete a large block. Fixed bug, introduced in libpng-1.2.7, that overruns a buffer during strip alpha operation in png_do_strip_filler(). Added PNG_1_2_X definition in pngconf.h #ifdef out png_info_init in png.c and png_read_init in pngread.c (as of 1.3.0) Reduce color_type to a nonalpha type after strip alpha operation in png_do_strip_filler(). Revised definitions of PNG_MAX_UINT_32, PNG_MAX_SIZE, and PNG_MAXSUM Fixed (again) definition of PNG_LIBPNG_VER_DLLNUM in png.h (Cosmin). Added PNG_LIBPNG_BUILD_PRIVATE in png.h (Cosmin). Set png_ptr->zstream.data_type to Z_BINARY, to avoid unnecessary detection of data type in deflate (Cosmin). Deprecated but continue to support SPECIALBUILD and PRIVATEBUILD in favor of PNG_LIBPNG_BUILD_SPECIAL_STRING and PNG_LIBPNG_BUILD_PRIVATE_STRING. Despammed mailing addresses by masking "@" with "at". Added scripts/makefile.elf with supporting code in pngconf.h for symbol versioning (John Bowler). Added projects/visualc71 (Simon-pierre).
2004-12-05Changes 6.1.6-0:adam3-10/+10
* 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-04Update to 2.8.2:jmmv3-7/+8
- Eel dependency removed (Paolo Borelli) - Important crash fixes (James Henstridge, Jens Finke) - AIX compilation fixes (Sandie Vanderme) - Translation Updates: Alexander Shopov (bg), David Lodge (en_GB), Dwayne Bailey (zu, nso), Martin Willemoes Hansen (da), Mohammad DAMT (id)
2004-12-04Switch to use RUBY_DLEXT as suffix of extention library.taca2-5/+5
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz21-48/+48
Suggested by Roland Illig, ok'd by various.
2004-12-03Changes 1.9.15:adam4-34/+34
* Minor bug fixes
2004-12-03Force use of bundled libgd: fix build when libgd is installed beforehand.seb1-1/+2
Please note that for now the use of an external libgd is still considered experimental by graphviz team. Reported by abs@. Thanks!
2004-12-02Make sure that the AUTOM4TE and AUTOCONF is defined in the environmentreed1-3/+3
because old (or wrong) versions may be used or the tool may be missing (such as not in path). When not in path, you may receive errors like: sh: autom4te: not found aclocal-1.9: autom4te failed with exit status: 1 (noticed under Solaris) Or if wrong versions are used, you may receive: autom4te: unknown language: Autoconf-without-aclocal-m4 aclocal-1.9: autom4te failed with exit status: 1 (noticed under Mac OS X) Maybe the correct fix would be to fix the pkgsrc-installed aclocal and automake scripts so that the autom4te and autoconf scripts used from within are using the correct path and version (as also installed from pkgsrc).
2004-12-02Remove files before creating symlinks (as required on Solaris).reed1-3/+3
2004-12-02Rename round() to ngraph_round(), to avoid conflict with functionwiz2-1/+150
defined in math.h. [bulk build fix]
2004-12-02Changes 10.18.17:adam2-6/+5
* pnmtoxwd: fix endianness on little-endian machines * pnmtoxwd: include 256 colour map in direct colour instead of zero * pnmtoxwd: fix bug: doesn't work if you specify an option
2004-12-02Make it compile on NetBSD 1.6.X, really this is fix for traditionaltaca2-1/+23
C compile which needs to define variable in first in function.
2004-11-30Bump PKGREVISION for removal of db3 buildlink3.mk file fromwiz3-6/+6
GConf's buildlink3.mk file. Bump BUILDLINK_DEPENDS where appropriate.
2004-11-30Allow to select font rendering engines with PKG_OPTION. Possibletaca5-15/+172
options are freetype, vflib and xft2. Default is xft2 which is the same as previous magicpoint package. This work is written by Kouichirou Hiratsuka and I modified to use bsd.options.mk framework. Bump package revision.
2004-11-30Changes 1.8.4:adam3-14/+14
* Require gtk+-2.4. * The framerate limiter is more accurate and is by default enabled at 100 fps. * Faster collection loading, the file is now mmapped. * Slovak translation. Changes 1.8.3: * New menu item to open the current image directory menu. * The PageUp and PageDown can be used to switch images. * Fixed a thinko in the case where automatic centering is disabled. * Transitions can be disabled in a more intuitive way.
2004-11-30Changes 2.5.1:adam2-8/+7
* Bug fixes
2004-11-30filmgimp is dead, long live cinepaintadam1-2/+2
2004-11-30filmgimp has been renamed to cinepaintadam5-575/+0
2004-11-30CinePaint is a free open source painting and image retouching program designedadam4-0/+452
to work best with 35mm film and other high resolution high dynamic range images. It is the most popular open source tool in the motion picture industry - used in 2 Fast 2 Furious, Scooby-Doo, Harry Potter, Stuart Little and other feature films. CinePaint is used for painting of background mattes and for frame-by-frame retouching of movies. It is being extended to do film restoration. CinePaint is available for Linux, Macintosh OS X, Windows, and other popular operating systems. Animation renderers and 35mm film scanners are capable of creating greater color bit-depth than can be displayed on monitors (8-bit per channel) or can be manipulated in most programs. The 32-bit per channel color capacity of CinePaint appeals most to cinematographers and professional still photographers. However, CinePaint is a general-purpose tool useful for working on images for motion pictures, print, and the Web. CinePaint supports many file formats, conventional formats such as JPEG, PNG, TIFF, and TGA images -- and more exotic motion picture digital intermediate formats such as Cineon and OpenEXR. CinePaint is free software. The generosity and commitment of its developers, users and sponsors make CinePaint possible
2004-11-30Fix PLIST for hicolor-icon-theme>=0.5, and depend on that versionwiz2-35/+33
PKGREVISION++.