summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2004-08-04use gcc3 on alpha to avoid an internal compiler error with gcc-2.95.3dmcmahill1-1/+4
2004-08-03Add gwenview.markd1-1/+2
2004-08-03Import gwenview from pkgsrc-wip. Packaged by Ian Zagorskih andmarkd4-0/+154
slightly modified by me. Gwenview is an very powerful image viewer for KDE whose aims are ease of use and speed.
2004-08-02add vtk* and mayavidrochner1-1/+6
2004-08-02import the MayaVi Data Visualizer, version 1.3, from -wipdrochner4-0/+281
2004-08-02import the Python support part of vtk-4.2.6 from -wipdrochner3-0/+212
This includes the Python extension in wip/py-vtkmodule: vtk-python already links against a specific Python version, so the Python extension cannot be built for multiple Python versions anyway.
2004-08-02import test/example data for vtk-4.2 from -wipdrochner4-0/+827
2004-08-02import HTML documentation for vtk-4.2 from -wipdrochner4-0/+6263
2004-08-02import vtk-4.2.6 from -wipdrochner6-0/+887
2004-08-02Changes 2.1.9:adam3-9/+8
I. IMPORTANT BUG FIXES - The function `FT_Get_CharMap_Index' was only declared, without any real code. For consistency, it has been renamed to `FT_Get_Charmap_Index'. (This function is needed to implement cmap caches.) - `FT_Outline_Get_BBox' sometimes returned incorrect values for conic outlines (e.g., for TrueType fonts). - Handling of `bhed' table has been fixed. - The TrueType driver with enabled byte code interpreter sometimes returned artifacts due to incorrect rounding. This bug has been introduced after version 2.1.4. - The BDF driver dropped the last glyph in the font. - The BDF driver now uses the DEFAULT_CHAR property (if available) to select a glyph shape for the undefined glyph. II. IMPORTANT CHANGES - George Williams contributed code to handle Apple's font distortion technology found in GX fonts (`avar', `cvar', `fvar', and `gvar' tables; the Multiple Masters API has been slightly extended to cope with the new functionality). - The `FT_GlyphSlotRec' structure has been extended: The elements `lsb_delta' and `rsb_delta' give the difference between hinted and unhinted left and right side bearings if autohinting is active. Using those values can improve the inter-letter spacing considerably. See the documentation of `FT_GlyphSlotRec' and the `ftstring' demo program how to use it. III. MISCELLANEOUS - A new documentation file `formats.txt' describes various font formats supported (and not supported) by FreeType.
2004-08-02Remove patch-ae. I added this patch to correct problem compiling releaseshannonjr2-15/+3
2.0 with gcc 3.4. The patch is no longer required with 2.0.3.
2004-07-31Don't try and install/use things in /usr/share.markd11-3/+176
Bump PKGREVISION.
2004-07-28Set USE_BUILDLINK3=yes, and enable pkgviews installation.schmonz1-1/+7
2004-07-28Add kphotobook and kphotools.markd1-1/+3
2004-07-28Import kphotobook from pkgsrc-wip. Packaged by Ian Zagorskih andmarkd6-0/+162
slightly modified by me. KPhotoBook is a powerful, easy to use, intuitive and fast application to manage and organize your photos. The main idea is to be able to annotate your photos with tags and to refind the photos using the given tags. The tags which can be created by yourself are arranged in a tree. The KPhotoBook GUI comes up with several points which makes the handling with many photos very easy. This is just a short excerpt of it's goodies: * It is very easy to annotate tags to one or more images at a time * It is very easy to find images by the given tags (actually one mouse click only is needed) * It is very easy to edit the image database with an external program - it's saved as XML file
2004-07-28Import kphotools from pkgsrc-wip. Packaged by Ian Zagorskih andmarkd4-0/+59
slightly modified by me. KPhoTools is a program for KDE which helps you creating fast online photo galleries in HTML. But that's not all it has (and will get) much more features like: * Rotating images * Rezising images * Create thumbnails * Image filters (*) * Several styles * Logo Blending * Features of the albums are: * Simple and clean indexing * Nice overview of your pics * Slideshows * No PHP needed! (only HTML & Javascript) * Preloading (no empty boxes on screen) * Not present pics won't be loaded (box will be shown) * Screenshot function * Screenshots from desktop * Screenshots from selected areas on your desktop * Screenshots of single windows
2004-07-28add showimgmarkd1-1/+2
2004-07-28Import showimg from pkgsrc-wip. Packaged by Ian Zagorskih andmarkd4-0/+393
slightly modified by me. ShowImg is a feature-rich image viewer for KDE including an image management system. It is highly configurable and supports numerous image formats. Viewer * display JPEG, PNG (alpha layer supported), GIF, XCF, PSD, etc. files * open several directories, and archives (.tar.gz, .tar.bz2, .zip, ...) * apply filters to displayed image * preview, fullscreen, slideshow, ``fit-to-screen'', efficient zoom * open files with external programs * support EXIF header (JPEG file metadata) * display a hexadecimal view Management * batch rename * search for exact and similar images * several formats conversion * manage photo albums Configuration * digikam ; plugins supported * configurable interface
2004-07-28USE_LANGUAGES=c c++ ; USE_LIBTOOL=yesmarkd1-5/+6
2004-07-27Do not rely on GNOME_DATADIR being set; hopefully fixes the bulk build.wiz2-5/+5
2004-07-25Upgrade to Image-Imlib 1.03:kim3-11/+10
1.03 Tue Jul 13 11:30:47 IST 2004 * fixed minor POD tyop * new flip_horizontal, flip_vertical, flip_diagonal (thanks to Tuomas Jormola) 1.02 Tue May 25 22:18:32 BST 2004 * renamed Changes to CHANGES * new set_quality function (thanks to Andreas Plesner) 1.01 Mon Nov 3 19:18:14 GMT 2003 * document get_width and get_height methods (thanks to Andreas Plesner) * added NINJA support 1.00 Sun Sep 14 09:47:42 BST 2003 * applied patch to make the module work under threaded perls (thanks to Mathieu Jondet, Andreas Plesner Jacobsen, zak3) * applied patch to make the module work without X (spotted by Mike Castle, Jens Gassmann) * applied patch to pass the correct compiler flags (thanks to Christian Laursen)
2004-07-23Checksum corrected for the archive re-releaseadam1-3/+3
2004-07-22Changes 2.0.28:adam2-5/+5
* Restored support for reading and writing GIF images * Fix for a possible problem in gdImageTrueColorToPalette
2004-07-22add python as categoryrecht8-16/+16
ok'd a while back at pkgsrcCon by agc and wiz
2004-07-21USE_IMAKE implies USE_X11BASE, remove pointless USE_X11.salo1-2/+1
2004-07-21USE_IMAKE implies USE_X11BASE, remove it.salo1-2/+1
2004-07-19Changes 2.0.3:adam3-14/+16
* several build fixes (#144632, #144780) * documentation fixes (#144267) * avoid use of uninitialized values in GimpColorArea widget (#144786) * fixed Levels tool on grayscale images with alpha channel (#141930) * fixed Save/Load functionality in channel-mixer plug-in (#145380) * fixed brokeness in GimpContext that caused tool options and device settings to be saved incorrectly * fixed bug in Colorize tool * fixed undo stack corruption that occured with some undo settings (#145379) * fixed long-standing bug that caused the tablet pointer to change inadvertently (#115774) * allow to undo script 'Round Corners' (#146344) * implemented gimp-path-get-point-at-dist PDB function (#138754) * don't crash while loading JPEG files with corrupt EXIF data (#145212) * fixed loading of CMYK TIFF images on big-endian hosts (#147328) * fixed palette handling in MNG plug-in (#139947) * fixed bug in Script-Fu console (#139200) * fixed corruption when saving RLE-encoded BMPs on big-endian hosts (#147759)
2004-07-16This needs libart2>=2.3.16, fixes PR pkg/25579 by Martin Huseman.xtraeme1-1/+3
2004-07-16Changes 2.0.27:adam2-5/+5
Fixes * Potential memory overruns in gdImageFilled Polygon * The sign of Y-axis values returned in the bounding box by gdImageStringFT
2004-07-13Changes 4.1.3:adam5-40/+12
* Make the EGifPutExtension{First,Next,Last} family of functions use WRITE so user defined WRITE methods will output them correctly. * Modify EGifSpew and EGifPutComment to use EGifPutExtension{First,Next,Last} so we won't output broken GIFs when dealing with GIFs with multiple subblocks. * More -Wall fixes revealed while testing on Solaris and FreeBSD. * Updated the gif_lib.html documentation to not use EGifPutExtension when dealing with multiple subblocks. Use EGifPutExtension{First,Next,Last} instead. * Some Windows code from the old CVS repository now available in the windows subdirectory. I don't have a Windows environment to test and maintain this but maybe someone out there will find it useful. Caveat hacker. Changes 4.1.2: * Numerous bug fixes from people on the old libungif mailing list. * GIF_ERROR and GIF_MESSAGE are on the deprecation list as they are also utility helper functions rather than essential to the functioning of the library. * Complete deprecation list is now in the README file * Audited the sources with gcc -Wall. Everything detectable has now been fixed. * Ran the library code through indent. Changes 4.1.1: * libungif is now hosted on sourceforge: http://sourceforge.net/projects/libungif * Merge in many bug fixes that were sent in while I was hiking the Appalachian Trail. * The qprintf methods of the library are now deprecated. Do not use GifQuietPrint or GifQprintf. These should have been pushed out into the utility helper library instead of sitting around in the library proper at the same time as the getarg functions were moved out. Getting rid of these will let us get rid of our dependence on stdarg.h/varargs.h (Which a Gif reading library has no business requiring.)
2004-07-12For USE_MMX users, do the following:cube1-3/+5
o only include it in the BUILD_DEFS if the current platform is concerned. For now that only includes i386, but we might find amd64 users in the future. o test against [Yy][Ee][Ss], for consistency. Fixes part of PR 26243.
2004-07-12Updated XFce to 4.0.6martti3-6/+8
As usual, this is a maintenance release, aimed at bug-fixing; no new features are being added to the 4.0 branch. The main purpose of this release is compatibility with recent GTK+ releases along with other fixes.
2004-07-10Make build with new freetype2 header structure.wiz2-1/+16
2004-07-10Add some missing header files so this compiles with gcc3.wiz8-17/+81
Fix PLIST while here.
2004-07-10Unconditionally install icon and gnome desktop file.wiz2-1/+22
Should fix bulk build.
2004-07-10the "pgmramp" program included in this package needs to be linkedgrant2-1/+18
against libm for fabs(). this is the same fix as is already in netpbm-latest.
2004-07-10Fix path to pkgconfig file in PKGCONFIG_OVERRIDE.wiz1-3/+3
Bump PKGREVISION, since now the pkgconfig file contains the right rpath.
2004-07-09It's EXTRACT_SUFX not EXTRACT_SUFFIX, from Georg Schwarz on tech-pkg.xtraeme1-2/+2
2004-07-08Changes 6.0.3-1:adam3-10/+10
* bug fixes
2004-07-07Remove XPM support in graphics/p5-GD so you can install useful programs,xtraeme3-7/+6
on a server without X11. Bump PKGREVISION.
2004-07-06Remove references to buildlink2.wiz1-37/+0
2004-07-06Unused.wiz7-313/+0
2004-07-06add missing gtkmm-2.0/2.2 componentsdrochner1-1/+2
2004-07-06import libgnomecanvasmm20-2.0.1 which is a component of the gtkmm-2.0/2.2drochner5-0/+118
family of C++ bindings for gnome libraries fortunately, these families can coexist
2004-07-06bump PKGREVISIONs since libxslt needs libgcrypt nowrecht1-1/+2
2004-07-06Backou last change. The program with the offending license has beentron1-3/+1
removed from the distribution in the meantime. Pointed out by Klaus Klein in PR pkg/21351.
2004-07-06Set the license of this package to "no-commercial-use" because thetron1-2/+4
included program "hpcdtoppm" has a restrictive license. This fixes PR pkg/21351 by Klaus Klein.
2004-07-05Add gqview-gtk1.wiz1-1/+2
2004-07-05Initial import of the GTK1-version of gqview, as requested bywiz4-0/+66
David Griffith in PR 25237.
2004-07-04lib/gimp shared with gimp(2).wiz1-2/+2