summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2005-08-04In order to fix PR#30875, do the following things:cube1-2/+11
o require at least gcc 3.4 on x86_64, as 3.3 gets an ICE. o depends on zlib>=1.2.1, which is povray's requirement, so that the package doesn't try to use its own zlib and libtiff (for some reason configure fails to configure the provided libs properly when gcc 3.4 is used) Bump PKGREVISION.
2005-08-04Added a patch that moves a variable declaration in above the code. This isrillig2-1/+25
needed for ISO C90 compliance.
2005-08-04PLIST correctionadam1-2/+1
2005-08-03Changes 2.37a:adam7-68/+58
* Appending from files does not set the string for "last loaded file". That could give an accidentally save over of used library files. * International Font support was broken for non-Latin fonts. * Other fixes
2005-08-02this shouldn't be a wprintf()drochner2-1/+15
hopefully fixes build error seen in 1.6.2 bulk build
2005-08-02Unlimit the "datasize" to fix build problems under NetBSD-macppc.tron1-1/+3
2005-07-31update to 1.1.8 to match latest lang/mono release.recht5-18/+18
changes: bugfixes and API enhancements
2005-07-30Update to KDE 3.4.2markd1-4/+4
Changes: * kpdf: Improve the rendering of pageview message on some decorations * kpdf: Made TOC work with a single click * kpdf: Make TOC links to external documents work * kpdf: Make opening pdf from hyperlinks work again * kpdf: Try fix for sizing problem * kpdf: Try fix for pdf regeneration problems * kpdf: Address bar does not update when changing pdf within inside kpdf * kpdf: Some improvements in rendering * KolourPaint: Enforce text box font height to prevent e.g. Chinese characters in buggy fonts from enlarging the text box and putting the cursor out of sync with the text * KolourPaint: Clicking in a text box selects a character based on its midpoint - not leftmost point - to be consistent with all text editors (esp. noticeable with big fonts) * KolourPaint: Return and Numpad 5 Key now draw * KolourPaint: Tool Actions placed outside the Tool Box resize with their toolbars * KolourPaint: Ensure Color Similarity maximum is 30, not 29 due to gcc4 * KolourPaint: Tool Box traps right clicks (for the RMB Menu) on top of tool options widgets and the empty part of the Tool Box
2005-07-29Changes 0.1.6:adam2-8/+6
Behavioral changes ------------------ Clips are changed to only affect destination operands, not sources. This gives the desired behavior for cairo. If the X server's Render implementation wants to use pixman it will have to select source clipping, (presumably through a new API call that we can add at that poin). Bug fixes --------- Fix leak of the clip region associated with an image in pixman_image_destroy. Fix units for stride return to be FbStip-sized, (this bug was causing non antialiased text in cairo to appear as garbage). Other changes ------------- The implementation has been merged considerably with xserver/fb. Most of the merge was just name changes, but there were likely some bug fixes or performance improvements in there as well.
2005-07-28Convert to options framework, patch provided by Leonard Schmidtwiz2-10/+48
in follow-up to PR 30318.
2005-07-28Make zlib and x11 explicit dependencies.wiz1-1/+3
2005-07-28Changes 0.42:adam5-47/+87
* Flowed text: text objects that automatically reflow in any shape (not only rectangle). * Text selection: finally you can shift+arrow or drag over part of a text and apply any style to the selected span. * Gradient tool: a completely redesigned and much easier to use gradient interface, with gradient handles displayed right on canvas. * Effects are now usable from within Inkscape on all platforms; this version ships with a collection of effects including path interpolation, randomization, and various fractal algorithms. * Color swatches: a standard facility in most graphic software, now in Inkscape too. * Colored clones: clones can now be painted differently from their original. * Tile tracing: the Tile Clones dialog can trace the existing image with the tiling, producing a multitude of exciting effects. * Grid arrange, baseline align, unclumping: new powerful ways to arrange objects. * Better PS/EPS export: gradient support, better text handling, a command line option for batch export. * Command line SVG analysis: use Inkscape from the command line to query coordinates and dimensions of objects in an SVG file. * Better SVG/CSS compliance: notably, internal CSS stylesheets are now supported (read-only). * OS X support: In addition to Linux and Windows, Inkscape 0.42 is available as a fully self-contained dmg package for Mac OS X.
2005-07-27update to 1.3.4drochner2-6/+6
changes: minor bugfixes and improvments in windowmanager communication
2005-07-27Reset MAINTAINER -- he stopped working on pkgsrc.wiz3-6/+6
2005-07-26Changes 10.26.12:adam2-6/+6
* ppmtompeg: fix uname() rc test (sometimes > 0 is success) * Fix bytesToWordInt()
2005-07-25Backout changes from package revision 1. It turns out that the originaltron3-7/+9
checksum and size were correct and I managed to download the outdated version from two different hosts. Must be Monday ... Oh yes, bump the package revision again.
2005-07-25The new distribution file causes package list changes unfortunately.tron2-4/+3
So bump the package revision.
2005-07-25Correct checksum (the usual ImageMagick problem).tron1-4/+4
2005-07-25Changes 6.2.3.5:adam3-7/+9
* Bug fixes
2005-07-24Add patch to fix a braino which leads to crash in GIMP when openingdillo4-5/+17
JPEG pictures with certain EXIF data, like those from SONY, Nikon or Canon digital cameras. Obtained from libexif CVS, exif-data.c, rev. 1.68, via FreeBSD. Noted by Leonard Schmidt on tech-pkg.
2005-07-23Remove some obsolete packages using gnome[1]-libs.wiz8-117/+1
List posted to tech-pkg by jmmv on June 15, no negative comments.
2005-07-22Fixed buildlink paths, after updating gtkmmadam1-16/+13
2005-07-22Added libgnomecanvasmm; removed libgnomecanvas20, libgnomecanvasmm26adam11-233/+2
2005-07-22Changes 2.10.0:adam5-0/+101
* Increased version for GNOME 2.10 release version. Changes 2.8.0: * Increased version for GNOME 2.8 release version. Changes 2.7.2: * Now builds against latest gnome-vfs 2.7 API. Changes 2.7.1: This is the first version for GNOME 2.7/2.8 with additional API: * Added Address. * Added ResolveHandle. * Added DnsSd functions. * Drive: Added get_hal_udi(). * Volume: Added get_hal_udi(). adamnb:{23} more libgnomecanvasmm.txt Changes 2.10.0: * Increased version for GNOME 2.10 release version. * WIN32 build fixes * Alpha build fix Changes 2.8.0: * Increased version for GNOME 2.8 release version
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz27-54/+54
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-19update to 2.1.6drochner3-8/+10
changes: -new --set-config option -cleanup -translation updates
2005-07-19Remove LICENSE= and license file because graphviz is licensed undergdt1-3/+1
the Common Public License, which is approved by OSI as an open-source license.
2005-07-19Set LICENSE to xv-license.wiz1-2/+2
2005-07-18Fix misnamed configuration filei (which cuased it to not installreed1-2/+3
the configuration from examples to configuration directory). Bump PKGREVISION. graphics/gimp/Makefile CVS: ----------------------------------------------------------------------
2005-07-18Remove an extra ";" that confused the build on Darwin.kristerw1-2/+2
2005-07-17gimp/Gimp -> GIMPhubertf5-5/+5
2005-07-17minor update by Leonard Schmidt <lems@gmx.net>hubertf1-2/+2
2005-07-17Update ruby-RMagick package to 1.9.0 provided by PR pkg/30759 fromtaca2-7/+7
OBATA Akio. Changes: o Added Image#monitor=, Image::Info#monitor=. Deprecated Magick.set_monitor. o Fixed bug #2070, support color names with embedded spaces o Fixed bug #2109, properly scope Magick constants in RVG
2005-07-16Remove some unnecessarily strong dependencies on perl that resultedjlam2-5/+9
from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam9-24/+16
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-07-15Drop support for TOOLS_DEPMETHOD.<tool>. The new way to specify ajlam1-4/+2
run-time dependency (DEPENDS) on a tool is to append a ":run" modifier to the tool name, e.g., USE_TOOLS+= perl:run Tools without modifiers or with an explicit ":build" modifier will cause build dependencies (BUILD_DEPENDS) on those tools to be added. This makes the notation a bit more compact.
2005-07-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam2-5/+4
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package.
2005-07-14Add lfind replacement function. From libtiff CVS.wiz7-1/+308
2005-07-14Update to 3.7.3:wiz6-140/+15
Many bugfixes and several new features. The runtime endianness check has been replaced with the compile time one. Support has been added for the new predictor type (floating point predictor) defined at the TIFF Technical Note 3, for custom tags passed by value, and for all DNG tags.
2005-07-14|fmt 70 75grant1-6/+7
2005-07-14s/Advances/Advanced/ in COMMENT.grant1-2/+2
2005-07-14include zlib/buildlink3.mk for zlib dependency (hi adam!), bumpgrant1-1/+3
PKGREVISION for dependency change.
2005-07-14Needs zlib>=1.2.2adam1-1/+2
2005-07-14Changes 6.2.3.3:adam5-14/+18
* Bug fixes
2005-07-14remove sunpro c++ runtime library hack, as this is handled in thegrant1-7/+1
sunpro-cxx wrapper now.
2005-07-13Ensure that the PTHREAD_LDFLAGS gets passed to the linker.kristerw2-4/+4
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam17-34/+34
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-07-13Added graphics/optipng-0.4.8adam1-1/+2
2005-07-13OptiPNG is a PNG optimizer that recompresses the image files to a smaller size,adam6-0/+64
without losing any information. The idea has been inspired from pngcrush, and is explained in detail in the PNG-Tech article: "A Guide to PNG optimization" <http://www.cs.toronto.edu/~cosmin/pngtech/optipng.html>. The implementation is carried forward in OptiPNG, which offers a faster execution per trial, and a wider search space.
2005-07-12Make this pkg compile on DragonFly by applying a patch sent tokristerw2-4/+13
tech-pkg by Joerg Sonnenberger.