summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2006-11-02DESTDIR support.joerg5-10/+15
2006-10-30Add and enable xmorphagc1-1/+2
2006-10-30Initial import of xmorph-20060817 into the Packages Collection.agc5-0/+118
xmorph is a digital image warping and dissolving program, also known as a "morphing" program. It runs under the X Window System. The primary use of xmorph is to generate and modify meshes which control the shape of an image. xmorph also has the capacity to dissolve images together, and to generate a sequence of warped and dissolved images. When this sequence is made into a movie, it is called a "morph".
2006-10-30update to 2.16.1drochner3-8/+13
release for 2.16.1, just translation updates
2006-10-30update to 2.16.1.1drochner3-8/+73
changes: -fixes for memory leaks and minor bugs, cleanup -translation updates
2006-10-29Pull in pthread support too. From Stoned Elipot via email.dsainty2-2/+8
2006-10-29Update PLIST for openexr-1.4.0. This includes files used internally fordsainty2-2/+10
the newly introduced libIlmThread library. Bump PKGREVISION, since this update is necessary to fix the build of some buildlink client applications (E.g. koffice). XXX Possibly BUILDLINK_API_DEPENDS should be bumped too...
2006-10-29Remove patch-aa, it has clearly been applied upstream, so is no longer ↵dsainty2-14/+1
necessary (but was harmless). No functional change.
2006-10-28Some more HOMEPAGE/MASTER_SITES updates from Sergey Svishchev.wiz1-2/+2
2006-10-28Update RMagick to 1.14.1.obache1-0/+16
pkgsrc changes: You can select backend imaging library, GraphicsMagick or ImageMagick, default is GraphicsMagick now. Changes: o Feature request #5015, support CMYK->RGB conversions. Added the add_profile and delete_profiles to the Image class. Fixed the profile!, iptc_profile, and color_profile methods. Added the black_point_compensation attribute. (requested by Niklas Ekman) o Added adaptive_blur, adaptive_blur_channel, find_similar_region, sketch methods to the Image class (available with ImageMagick 6.2.8-6) o Added adaptive_resize to the Image class (available with ImageMagick 6.2.9) o Added resample method to the Image class (thanks to Ant Peacocke for the Update RMagick to 1.14.1. pkgsrc changes: You can select backend imaging library, GraphicsMagick or ImageMagick, default is GraphicsMagick now. Changes: 1.14.1: o Handle change to the type of the ColorInfo.color field introduced by ImageMagick 6.3.0. 1.14.0: o Feature request #5015, support CMYK->RGB conversions. Added the add_profile and delete_profiles to the Image class. Fixed the profile!, iptc_profile, and color_profile methods. Added the black_point_compensation attribute. (requested by Niklas Ekman) o Added adaptive_blur, adaptive_blur_channel, find_similar_region, sketch methods to the Image class (available with ImageMagick 6.2.8-6) o Added adaptive_resize to the Image class (available with ImageMagick 6.2.9) o Added resample method to the Image class (thanks to Ant Peacocke for the idea) o Added four new compositing methods to the Image class: blend, displace, dissolve, and watermark o Feature request #5418, add get_iptc_dataset and each_iptc_dataset to the Image class (requested by Oliver Andrich) o Added the bias and mask attributes to the Image class o Added optional qualifier argument to Image#rotate o Patch #5742 from Douglas Sellers, adds channel method to the Image::Info class. o Feature request #5418, add get_iptc_dataset and each_iptc_dataset to the Image class (requested by Oliver Andrich) o Added the bias and mask attributes to the Image class o Added optional qualifier argument to Image#rotate o Patch #5742 from Douglas Sellers, adds channel method to the Image::Info class. o Added new ChannelType enum values o Added texture= attribute writer to the Image::Info class o Added tile= attribute writer to the Draw class o Added pixel_interpolation_method attribute, InterpolatePixelMethod enum class to the Image class (available with ImageMagick 6.2.9) o Added "Magick Command Options and Their Equivalent Methods" page to the documentation o Fix bug #5079, Image#quantum_operator method doesn't work (bug report from Pedro Martins) o Fix bug #5080, incorrect RVG images when non-0 values used for the min_x or min_y arguments to RVG#viewbox (bug report from Daniel Harple) o Fix bug #5370, the clip_mask= attribute doesn't work o Fix bug #5506, wrong argument used to intialize AffineMatrix (bug report from Michael Shantzis)
2006-10-28*** empty log message ***obache3-22/+27
2006-10-26Changes 1.4.0a:adam3-13/+13
* Fixed the ReleaseDLL targets for Visual Studio 2003. Changes 1.4.0: * Production release. * Bug Fix: calling setFrameBuffer() for every scan line while reading a tiled file through the scan line API returns bad pixel data.
2006-10-25Move msgfmt into Makefile.common, as it is needed by configure andjoerg2-5/+3
dia-python fails otherwise.
2006-10-23Include using libraries' bulidlink3.mk files.obache1-1/+15
2006-10-23remove graphics/libgdgeda. This was previously only used by the cad/gedadmcmahill6-83/+1
suite and those packages now use the standard graphics/gd library instead of the customized libgdgeda one.
2006-10-23MAKE_JOBS_SAFE=NOdan1-1/+2
first symptom with -j is that it blows up looking for .la file too soon.
2006-10-22Fixed file ownership.rillig1-1/+2
2006-10-22Fixed PKGMANDIR.rillig1-1/+3
2006-10-22Fixed PKGMANDIR and file ownership.rillig1-1/+2
2006-10-22Fixed PKGMANDIR.rillig3-4/+7
2006-10-22Oops, fixed the .orig file instead of the real one.rillig2-15/+15
2006-10-22Changes 6.3.0-0:adam5-22/+23
* Destroy MagickCore API environment when END{} is called in PerlMagick * Support -fx conditionals (e.g. x ? y : z), assignment (e.g. zz=3.1), and statement separators (e.g. zz=2.1; zz). * Add new pixel: attribute (e.g. -format '%[pixel:s]'). * Add support for Supplementary Plane Unicode characters Changes 6.2.9-8: * The plasma: coder is once again opaque. * Bogus relinquish in rare circustances produced incorrect resource utilization statistics. Changes 6.2.9-7: * Add CMYK support to the PAM image format. * Do not write PDF soft mask if image is PaletteMatteType. * Patches from Sven Koehler to improve PerlMagick's build script. Changes 6.2.9-7: * Add additional ordered-dithering options. Changes 6.2.9-6: * Ensure cache_resources in magick/cache.c is a valid splay-tree before we add/remove nodes to/from it. * Automatically threshold the alpha channel at 50% when color reducing an image. * Make ParseMagickOptions() more robust to handle ordered dither options.
2006-10-22Fixed "test ==".rillig3-1/+77
2006-10-22Update to 3.6.1:wiz2-6/+6
Comix 3.6.1 - Updated Brazilian Portuguese and Dutch translations.
2006-10-19Fixed "test ==".rillig4-1/+156
2006-10-19Removed unnecessary .gz.rillig1-2/+2
2006-10-19Fix build with old msgfmt.markd5-1/+113
2006-10-19Fixed "test ==".rillig4-1/+43
2006-10-17Update to 2.0.2:gdt3-8/+10
- Update translations de, fi, pl, pt_BR, ru, sk, vi, zh_TW. - Add translations be, ca, ko. - Add %w macro to editor commands. * Thumbnail check order fix. * Allow data cache reader to tolerate (ignore) future features. * Do not allow to rename a folder when folder with new name exists. * Avoid possible hang in corrupt exif data. * Fix compile time warnings on newer gcc and gtk+.
2006-10-17Update to 2.1.2:gdt3-8/+10
+ Add more flexible auto-renaming option to rename dialog. - Update translations de, fi, fr, it, pl, pt_BR, ru, sk, vi, zh_TW. - Add translations be, ca, ko * Allow data cache reader to tolerate older/future features. * Fix renaming a folder to an existing folder from clobbering the existing folder. * Exif timezone fix. * Fix compile time warnings on newer gcc and gtk+.
2006-10-17Fix build with recent png. From GraphicsMagick CVS.markd2-1/+26
2006-10-16Remove patch-ac; was already in distfile.gdt2-19/+1
No PKGREVISION++ because patch was idempotent.
2006-10-15Fix MASTER_SITES. Noted by Robert Elz in PR pkg/34828markd1-2/+2
2006-10-15Update kbarcode to 2.0.4markd3-15/+26
Version 2.0.4 Fixed compilation on KDE < 3.5 Fixed a database access bug Raphael Pinson updated the french translation Fixed text alignment in label editor Version 2.0.3 Fixed adding articles from the SQL table Fixed barcode support when only barcode writer in pure postscript is available Added an action map Added the possibility to keep the batch printing window open after printing Version 2.0.2 Fixed translations in the barcode combo Fixed [field0] - [field9] Fixed case sensitive barcode encoding in SQL database Version 2.0.1 Fixed compilation on slackware amd64 Fixed spec file RHFC4 Added turkish translation by Furkan Duman Barcode properties are used immediately in the barcode dialog Added TBarcode2 support Fixed database settings Barcodes values are validated before generating a new barcode for barcode writer in pure postscript. Requires PCRE. Fixed database barcode modes Version 2.0.0 Increased version number Version 2.0.0rc2 Fixed saving barcodes to images (correct fileformat is now detected) Fixed the --print commandline option with --batch Updated german translation Patch by Simon Munton fixes a crash Fixed printing bug: Printing started on the second label Updated Barcode Writer in Pure Postscript version Fixed importing articles Removed the build time dependency on GNU Barcode Version 2.0.0rc1 Added missing #include <stdlib.h> to fix compilation Fixed desktop files Updated admin/ directory to KDE 3.5 Comitted a patch by Jan Zuchhold to support Codabar without checksum Added default value for [serial] field Improved commandline options, --prints now immediately and exits KBarcode after printing. Fixed 3 small memory leaks (one in the SQL code and one during XML parsing) Selection is not removed after changing properties of a text element Formattings in the text editor are kept for new paragraphs now [Lots more changes since version 1.8.1]
2006-10-15xscreensaver >= 5.00 no longer conflicts.markd1-2/+2
2006-10-14Update showimg to 0.9.5markd4-12/+80
[Seems I didn't actually commit this back on the 6th] Major feature enhancements and bugs fixed. New Features: Database added to manage images using KexiDB [not enabled in pkgsrc yet] Video support added, SVG support added, RAR archive file support added.
2006-10-14Fixes to tcpdump2xplot:bad3-2/+38
- Strip output added by modern tcpdump versions in verbose mode from input lines (IP options, tcp checksum status). - Split sack ranges on consecutive spaces instead of just a single space. While here use a string comparison operator to compare second filed against "IP" by copying the code from graphics/xplot patch-ab.
2006-10-14Fixes to tcpdump2xplot:bad3-8/+25
- Strip output added by modern tcpdump versions in verbose mode from input lines (IP options, tcp checksum status). - Split sack ranges on consecutive spaces instead of just a single space.
2006-10-14Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-3/+3
2006-10-14Fixed "test ==".rillig4-2/+30
2006-10-13update to 4.4.0 to sync with dx-4.4.xdrochner4-14/+18
2006-10-13update to 4.4.4drochner7-71/+50
changes: -bugfixes -minor feature additions -updated Java support (unused in pkgsrc)
2006-10-12Changes 2.3.12:adam5-21/+99
- merged the Perspective Clone tool - allow to pan the image view using the Space bar - show a thumbnail in the "Rotate JPEG?" query dialog - added file information to the Image Properties dialog - more work on the new selection tools - give immidiate feedback when tool modifier keys are pressed - added Lens Distortion plug-in - internationalize Python binding and Python plug-ins - improved internal message infrastructure, use the statusbar for warnings - added an URL loader backend based on libcurl - build a color-managed CMYK color selector if lcms is available - localize Script-Fu procedure descriptions - lots of user interface polishing - bug fixes and code cleanup
2006-10-12update to 1.2.2drochner3-31/+7
changes: -updated for newer cairo versions -distutils support (unused in pkgsrc because broken) -new example to demonstrate pattern masks -cairo.svg module removed
2006-10-12include zlib/buildlinkdrochner1-1/+2
2006-10-12include tiff/buildlink directly instead relying on gtk to pull it indrochner1-1/+2
2006-10-12Update to KDE 3.5.5markd1-4/+4
Changes: KPDF * Fix possible crash when the document has an incorrectly defined blend mode. * Several memoryleaks fixed. * Make "find as you type" work better. * Fix middle-click zoom not working after dragging to the top of the screen. * Fix crash on some malformed documents. * DCOP currentPage() not updated while in Presentation mode. * Fix bug that prevented the correct restoring of the document viewport on session restore. * More friendly for RightToLeft languages: fix the mini-progressbar, the message pane and the previous/next page buttons to look and work correctly for that writing style.
2006-10-12Regenerate to fix some pkglint warnings.martti2-10/+9
2006-10-11Fixed "test ==".rillig2-1/+15
2006-10-11Fixed "test ==" and a few pkglint warnings.rillig3-4/+18