summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2008-01-04Update blender to version 2.45markd9-283/+270
pkgsrc changes: use cmake rather than SCons to build. DESTDIR support 2.45 The 2.45 is a bugfix release, to stabilize the 2.4x series. No new feature have been added, but serious effort has been put in tracking bugs and fixing them. Some performance issues have also been addressed. 2.44 This release adds subsurface scattering, improved sculpting tools, ffmpeg support for additional platforms, a number of animation tool improvements, and a huge number of Python scripts and API enhancements. 2.43 This release features sculpting meshes that work as if they were clay, render passes, retopology painting, multi-resolution meshes, texture map and light map baking, support for multiple uv sets, fast 3D painting, defocus blur node, multi-layer image read/write, painting in video sequences, matte, key, and difference composite nodes, a number of improved 3D animation tools such as proxy objects, walk cycles, simulation tool improvements for fluid dynamics, hard body dynamics, and cloth and softbody dynamics. There were also additional compositing and video editing improvements. 2.42 This release is the result of work done for the Elephants Dream short film. It includes major feature additions such as node based materials, node based compositing, a renderer rewrite, improved UV tools, improved character tools, an array modifier, and a host of other improvements.
2008-01-04Update RMagick to 2.0.0.obache5-32/+23
RMagick 2 is the future of RMagick. This is the version that will get new methods and support new ImageMagick features. RMagick 2 does not support GraphicsMagick. Changes: RMagick 2.0.0 o Replaced configure/make/make install with standard Ruby setup.rb, extconf.rb o Removed support for Ruby earlier than 1.8.2 o Removed support for GraphicsMagick. As a result these methods are no longer available: Image#grayscale_pseudo_class, Image#statistics. o Removed support for all releases of ImageMagick earlier than 6.3.0. o Removed deprecated Image#random_channel_threshold. Use Image#random_threshold_channel instead o Removed deprecated Image#channel_threshold. Use Image#random_threshold_channel instead o Removed unecessary Image#montage= o Removed unecessary and undocumented Image#image_type= o Removed deprecated Image::Info#tile_info, tile_info= attributes. o Removed deprecated Image::Info#tile, tile= attributes. Use #extract, #extract= instead o Removed deprecated Image::Info#subimage, subimage= attributes. Use scene, scene= instead o Removed deprecated Image::Info#subrange, subrange= attributes. Use number_scenes, number_scenes= instead o Removed deprecated Magick.set_monitor. Use Image#set_monitor, Image::Info#set_monitor instead o Removed deprecated RunlengthEncodedCompression CompressionType. Use RLECompression instead o Deprecated Image#matte, matte= with ImageMagick 6.3.5 and later o Added Image::Info#stroke=, stroke_width= and undercolor= attributes o Added Image::Info#tile_offset= attribute o Added Draw#fill_pattern= and #stroke_pattern= annotate attributes o Changed Image::Info[] and Image::Info[]= to allow an omitted \"format\" argument o Added Image#destroy!, destroyed?, check_destroyed methods o Support Image object creation/destruction tracing with the Magick.trace_proc attribute o Added Magick::QuantumRange. Magick::MaxRGB is deprecated. o Added OptimizeTransLayer, RemoveDupsLayer, RemoveZeroLayer, OptimizeImageLayer ImageLayerMethods enum values (available with ImageMagick 6.3.3), MosaicLayer, FlattenLayer (available with ImageMagick 6.3.6) o RMagick works with Q32 version of ImageMagick o Added ChangeMaskCompositeOp, DivideCompositeOp, LinearLightCompositeOp CompositeOperator enum values o Added SplineInterpolatePixel InterpolatePixelMethod enum value o Added DitherVirtualPixelMethod, RandomVirtualPixelMethod, BlackVirtualPixelMethod, GrayVirtualPixelMethod, WhiteVirtualPixelMethod (available with ImageMagick 6.3.5), and MaskVirtualPixelMethod (available with ImageMagick 6.3.3) VirtualPixelMethod enum values o Added GIFInterlace, JPEGInterlace, PNGInterlace Interlace type enum values (available with ImageMagick 6.3.4) o Added SentinelFilter FilterTypes enum value (available in ImageMagick 6.3.6) o Added Image.combine o Added Image#separate (available with ImageMagick 6.3.2) o Added Image#distort (available with ImageMagick 6.3.5) o Added Image#each_pixel (thanks to Russell Norris for the suggestion and code) o Added Image#histogram? (available with ImageMagick 6.3.5) o Added Image#sync_profiles (available with ImageMagick 6.3.2) o Added Image#extent (available with ImageMagick 6.3.1) o Added Image#excerpt, Image#excerpt! (available with ImageMagick 6.3.5) o Added Image::Info#attenuate o Added Image#clut_channel (available with ImageMagick 6.3.5) o Feature Request #16264, added ImageList#composite_layers (available with ImageMagick 6.3.3, request from Steve Martocci) o Added Image#alpha= (available with ImageMagick 6.3.5) o Added Image#gravity= o Added Image#equalize_channel (available with ImageMagick 6.3.6) o Added new FilterTypes values KaiserFilter, WelshFilter, ParzenFilter, LagrangeFilter, BohmanFilter, BartlettFilter (available with ImageMagick 6.3.6) o Fix bug #10339, Image#trim does not support \"reset page information option\" (bug report from Nobody) o Renamed RMagick.so to RMagick2.so to prevent confusion between RMagick.rb and RMagick.so o Feature Request #16276, re-organize doc to not split Image method pages in the middle of an initial letter (request from Roy Leban) o Updated for ImageMagick 6.3.7-5 o Made changes as necessary to work with current Ruby 1.9.0
2008-01-01xsltproc is needed for build.joerg1-1/+3
2007-12-31Update RMagick to 1.15.12.obache2-7/+7
Changes: RMagick 1.15.12 o Fix bug #16221, starting with ImageMagick 6.3.2, get_exif_by_entry/number returns empty array/hash when no arguments are specified, even though the image has EXIF data (bug report from Paul Clegg) o Fix bug #16449, Image#store_pixels removes opacity channel (bug report from Hans de Graaff)
2007-12-27Update to 0.13, fixing build failure on Solaris (caused by non-POSIXgdt3-8/+10
signature of ctime_r) reported in pkg/37272. 12/11/2007 - UFRaw-0.13 released, based on DCRaw v 8.80. * Simplified output path logic - output path defaults to the path of the input path. * Added 'System profile' option to read display ICC profile from the X display. Based on code from Gimp. * Do not read/write display ICC profile from/to ID files. * Show camera white balance in EXIF page. Patch by Erik Burrows. * Automatically fit histograms to allocated height. * Read Canon lens from EXIF data. Patch by Andreas Steinel. * Improved PPG interpolation. Patch by Alain Desbiolles. * Remember maximized state of window between sessions. * Add color smoothing option to all interpolation. Based on patch by alexander melkozerov. AHD+smoothing is exactly the same as the now obsolete EAHD. * Added darkframe to GUI (patch by Bruce Guenter). * Darkframe subtraction also handles hot pixels (patch by Bruce Guenter). * Show spot values only if spot is selected and allow unselecting spot values. * Add FITS output. Patch by Andreas Steinel. This option is disabled by default. * Progressive JPEG encoding. Patch by Bruce Guenter. * Blink over/under exposure in preview. Patch by Bruce Guenter. * Enable --output option for stand-alone tool. It forces the output filename to the value specified. It is useful for F-Spot. Patch by Stephane Delcroix. * Reimplemented the EXIF page. Patch by Andrew Zabolotny. * Display flash mode in EXIF page. * Moved shrink/size controls from Save dialog to main window. * Added delete button to stand-alone tool. * Added 'send to Gimp' option to stand-alone tool. * Made the save-as button an icon only, to save space. * Added option to save as PNG 8 or 16 bits. * Write EXIF data to PNG files. Based on code from DigiKam. * Added aspect ratio control. Patch by Andrew Zabolotny. * New Spanish translation by Enrique Jorreto Ledesma. * New Polish translation by Tomasz Golinski. * New Korean translation by Homin Lee.
2007-12-27update sourceforge directoryjnemeth1-2/+2
2007-12-26Fix PNG support when building without x11 (PR#37594)adam2-6/+14
2007-12-22Fall back to c++ STL map instead of __gnu_cxx::hash_map even if we havetnn1-1/+3
the __gnu_cxx extensions. (The latter seems to trigger a crash.) Bump PKGREVISION.
2007-12-22Update to grap-1.41. Summary of changes:tnn4-32/+18
1.41: fix gcc-4.1/4.2 builds problems (this should include PR pkg/34378) 1.40: fixes regressions from 1.38 1.39: gcc-4.1 fixes 1.38: DESTDIR support (also enbled in pkgsrc) 1.37: fixes an EOF bug 1.36: grammar fixes 1.35: lex fixes 1.32: fixes parsing of color modifiers
2007-12-22Fixed the location of the info file. PKGREVISION++rillig2-5/+5
2007-12-21I18N (PR 37581) and DESTDIR support.joerg2-2/+9
2007-12-17+fotoxdrochner1-1/+2
2007-12-17import fotox-32, a simple image manipulation program, mostly for thedrochner5-0/+153
common tasks of improving digicam images, with some support for generation of HDR images and panoramas
2007-12-17update to 2.10.7drochner3-9/+17
changes: -bugfixes -french manual added
2007-12-17Changes 2.4.3:adam4-18/+17
- avoid filename encoding problems in the WMF import plug-in - fixed horizontal flipping of linked layers - raised the priority of the display idle renderer to improve performance on Win32 - fixed a missing update in the Lighting plug-in UI - fixed a potential crash in the projection code - fixed a minor Makefile issue - removed some pointless warnings from the JPEG and TIFF load plug-ins - fixed size calculation for the image size warning dialog - fixed loading of tool options for the rectangle tools - push/pop a context in the Fog filter - fixed potential crashes in the Python binding - corrected grid drawing with non-integer spacing - fixed grid snapping for coordinates less than the grid offset - made the healing brush work properly when dragged - update tool state when a device change happens - improved validation of strings sent over the wire - fixed integer check in Script-Fu - fixed potential out-of-memory problem in Script-Fu - fixed compilation on msys/mingw - fixed localisation of Python plug-ins on Win32 - translation updates (ca, cs, de, gl, it, ko, lt, sv, uk)
2007-12-17update to 1.01drochner2-6/+6
changes: fixed to compile on HP-UX added Canon EOS-5D custom function support custom timestamp prefs in exiftime listing suppress warnings on invalid user comments allow output of invalid tags in debug fixed looping from recursive IFD ref, resolves CVE-2007-6356 fixed handling of field offset overflow, resolves CVE-2007-6354 & CVE-2007-6355
2007-12-16pkglint says: ERROR: graphics/gnuplot/Makefile.common:4: PKGREVISIONrillig2-3/+5
must not be set outside the package Makefile.
2007-12-16Update to gimp-liquid-rescale-0.3.0.6.tnn2-7/+7
Fixes a bug with gimp plugin registration and a build problem on OSX.
2007-12-15Update rabbit to 0.5.4.obache4-27/+20
== Changes 0.5.4 from 0.5.3: 2007-12-15 * Documentation update * fixed ruby.st's URL (kitaj) * updated document of MacPorts (kimura wataru) * Theme related * added some color configuration to night-black theme * added slide-logo theme * added slide-footer theme * Bug fixes * fixed cairo backend availability check * fixed Wiki parser loading bug (reported by OBATA Akio) * suppressed warnings on Windows * fixed "/" handling on Windows (JunichiNakai, OBATA Akio) * logged progress in background (suggested by OBATA Akio) * changed default print format to PDF * supported "check" for itemize mark * added --show-native-window-id option * supported <<< LANG\n...\n>>> with Wiki parser * added block quote sample * supported an image file as source (Rabbit can be an image viewer) * added as_large_as_possible image size option * removed config.rb on 'setup.rb clean' (Kobayashi Noritada) * removed Tgif support * added --man option (Kobayashi Noritada) * supported slideshare.net as source * supported DnD
2007-12-13Changed docbook-xsl dependency from DEPENDS to BUILD_DEPENDSwulf1-2/+2
2007-12-12Pick up maintainership.wiz1-2/+2
2007-12-12Reset maintainer on his request.wiz1-2/+2
2007-12-11Updated gimp-docs to version 2.4.0: Bring inline with current version of GIMPwulf4-1825/+5922
2007-12-07Remove gimp-print support. As of 2.4, gimp no longer uses gimp-printgdt2-5/+3
in the print plugin. gimp-print 4.2 is itself obsolete, replaced by gutenprint 5, and gutenprint provides a gimp print plugin that links against gimp's libraries.
2007-12-07Updated Xfce to 4.4.2martti2-6/+8
Lots of bug fixes. For the official ChangeLog, please see http://www.xfce.org/documentation/changelogs/4.4.2
2007-12-06Need bsd.prefs.mk before using MACHINE_PLATFORM.obache1-3/+3
2007-12-05Add link to Apple work around into the makefile for documentation purposes.tron1-1/+2
2007-12-05Use Apple's suggested work around(*) to fix linker problems undertron1-1/+5
Mac OS X Leopard. (*) http://developer.apple.com/qa/qa2007/qa1567.html
2007-12-05Try to fix build problem on recent NetBSD release.obache4-11/+111
2007-12-05Using flex to build.obache1-2/+2
2007-12-05Switch to SUBST framework.obache1-5/+5
2007-12-02Update to 1.0.10: Use gtk2 instead of gdk-pixbuf.wiz3-27/+16
2007-12-02Remove Ex-MASTER_SITEs. From Zafer Aydogan.wiz2-8/+3
2007-12-02Remove Ex-MASTER_SITE. From Zafer Aydogan.wiz2-6/+4
2007-12-02Remove Ex-MASTER_SITEs. From Zafer Aydogan.wiz1-6/+2
2007-12-02Remove future MASTER_SITEs. From Zafer Aydogan.wiz1-8/+2
2007-12-02Remove ex-MASTER_SITE. From Zafer Aydogan.wiz8-22/+14
2007-11-30Remove openexr-display.wiz4-43/+1
2007-11-30Bump PKGREVISION because openexr now depends on ilmbase.wiz24-46/+48
2007-11-30Update to 1.6.1:wiz6-109/+34
1.6.1 New versions of OpenEXR and CTL are now available. This release fixes a buffer overrun in OpenEXR and a Windows build problem in CTL, and it removes a few unnecessary files from the .tar.gz packages. 1.6.0 * Reduced generational loss in B44- and B44A-compressed images. * Added B44A compression. This is a variation of B44, but with a better compression ratio for images with large uniform areas, such as in an alpha channel. * Bug fixes. 1.5.0 * OpenEXR supports a new image compression method, called B44. It has a fixed compression rate of 2.28:1, or 4.57:1 if used in combination with luminance/chroma encoding. B44-compressed images can be uncompressed fast enough to support real-time playback of image sequences. * The new playexr program plays back moving image sequences. Playexr is multi-threaded and utilizes the threading capabilities of the IlmImf library that were introduced in OpenEXR 1.3.0. The program plays back B44-compressed images with fairly high-resolution in real time on commodity hardware. * The playexr program and a new version of the existing exrdisplay image viewer both support color rendering via color transforms written in the new Color Transformation Language or CTL. CTL is not part of OpenEXR; it will be released separately. CTL support in playexr and exrdisplay is optional; the programs can be built and will run without CTL. * In preparation for the release of CTL, OpenEXR has been split into three separate packages: o IlmBase 0.9.0 includes the Half, Iex, Imath and IlmThread libraries o OpenEXR 1.5.0 includes the IlmImf library, programming examples and utility programs such as exrheader or exrenvmap o OpenEXRViewers 0.9.0 includes the playexr and exrdisplay programs * The "Technical Introduction to OpenEXR" document now includes a recommendation for storing CIE XYZ pixel data in OpenEXR files. * A new "OpenEXR Image Viewing Software" document describes the playexr and exrdisplay programs. It briefly explains real-time playback and color rendering, and includes recommendations for testing if other image viewing software displays OpenEXR images correctly. * The OpenEXR sample image set now includes B44-compressed files and files with CIE XYZ pixel data.
2007-11-30+ ilmbase.wiz1-1/+2
2007-11-30Initial import of ilmbase-1.0.1:wiz6-0/+121
Half is a class that encapsulates our 16-bit floating-point format. IlmThread is a thread abstraction library for use with OpenEXR and other software packages. It currently supports pthreads and Windows threads. Imath implements 2D and 3D vectors, 3x3 and 4x4 matrices, quaternions and other useful 2D and 3D math functions. Iex is an exception-handling library.
2007-11-30sync the patch dealing with 8-bit displays with the last versiondrochner2-22/+99
from https://bugs.freedesktop.org/show_bug.cgi?id=4945 ride on recent update
2007-11-30Updated Cenon to 3.83.rillig5-36/+18
Changes since 3.67: Version 3.83 - Text, Fix: text editing in changing scales works now - New menu item "Display -> Show/Hide Coordinates" to toggle the presence of the coordinate box of document - Inspector: Lock switch for crosshairs - Gerber-Export: improved - DXF-Import: improved - Apple, Document Window: area outside document is now transparent (Window color) - Apple, Fix: arcs with zero line width are printed with default line width - Apple, Fix: Build Contour of vertical centered Text positions result correctly - Apple, Fix: move graphic objects with cache, scaled (Apple workaround) - Apple, Fix: move vortex of graphic objects with cache, scaled (Apple workaround) - Apple, Fix: rotate graphic objects with cache, scaled (Apple workaround) Version 3.82 - New: Batch printing (Multiples) added, including serial numbers - New: Contour-Panel: switch, whether to replace the source graphics (or keep it) Panel has now it's own Unit Popup - New: convert TextPath to Path - New, Editing: with Control + Mouse you can drag Curve points within a path - TransformPanel: now with a nice bar of Icons to look better - Undo: number of undos increased to 25 instead of 10 - DIN-Import: for Excellon, the tools can be defined within the file - Fix, Curve-Inspector: display correct points for selected handles - Fix, HPGL-Import: Labels fixed - Fix, Join: two paths or polylines are joined by keeping the order Undo with two closed paths corrected - Fix, Path: Makes Undo work for moving several points in a path - Fix, Arc: 360 degree snap works better now - Fix, Snap: snapping on itself removed - Fix, Select: Selecting a point no longer creates a move point undo step - Fix, Punch: Undo added for groups - Fix, Punch: Undo without crash - Fix, Inspector: changing color on non-editable layer leaves color well with correct color - Fix, Layer-Inspector: display Layer, if non-visible layer is turned on editable - Fix, Text: editing at the top of a window now scrolls the text to visibility - Fix, DXF-Import: close of polylines corrected to work in all cases - Apple, PDF-Import: dynamic linking of import libraries works on OS X 10.4.7 - Apple: graphics cache is on as default - GNUstep: Our patch for loading images from a bundle has been applied Version 3.81 - Selection: the first click on an object now selects the entire object. A click on an edge of a selected object will select the control point. - Fix, GNUstep: crash with Layer-Inspector is fixed - Fix, GNUstep: correct defaults for zero line widths, drag boxes, ... - New Domain Cenon.eu registered Version 3.80 - New, Import: Import to existing layers by comparing layer names - New, Import: Import to existing layers by comparing colors with objects on the layer - Preferences: New entry "Select by border" to select filled objects at border only - Copy/Paste: lock is not copied - PolyLine: allows snap to own points - Fix, DXF-Import: closing of a PolyLine with an arc added - Fix, DXF-Import: fill color of stroked objects now defaults to stroke color - Fix, Punch with Rectangle: rectangles with rounded corners are displayed correctly - Fix, Apple: Contour of mirrored text is now placed correctly - Apple: Graphics cache is now available (Preferences switch is active) - Apple: Preferences switch to turn off Antialiasing activated - Copy/Paste: PDF Pasteboard Type added for Apple - Fix, Radial Fill: fill center is saved correctly - Fix, Radial Fill: center stays inside box, when object is rotated - Fix, Group: grouping with activate color well keeps color - Fix, Rectangle: correct display of rectangles with maximum edge radius - Fix, Rotate: more precise - Fix, Inspector: change from other App to Cenon keeps Inspector contents - Fix: Start of Cenon by double click on a document file allows modules to load their stuff Version 3.71 - New: Multi page documents (basic handling of pages + printing) Template layers for even, odd and all pages with wildcards for page number #PAGENUM# and page count #PAGECNT# - New: new editing Tool to add a vertex to Paths and PolyLines - New: removing of a vertex from Path and PolyLine - Punch: punch with Groups and Rectangles added - Undo for flatten text added - Optimization of memory usage - Fix: crash removed on Quit - Fix: several bug fixes for calculating contours of objects - Fix, Gerber-Export: Filled PolyLines are now filled don't export empty layers any more - Fix, many bug fixes Version 3.70 - Layer Inspector: direct adding of a layer with the given name - Punch: it is now possible to punch with an unfilled object - Ungroup: in mixed selection the groups can be ungrouped - Join: better closing (fill) of open paths - Printing: print always 100% - Fix, Printing: Print-Panel settings are stored - Gerber-Import: improved import of polygons - Gerber-Import: Arc angles close to 360 degree improved - Gerber-Export: output of complex paths improved - PostScript-Import: better support of CMYK color space - Display: better performance with many objects in groups or paths - Fix: loading of an empty group works - Fix, Contour: large images don't crash with contour fill and image contour - Fix for PolyLines within Paths - Antialiasing fixes for Apple and GNUstep - more bug fixes
2007-11-30update for icon-naming-utils-0.8.6 (and possibly later versions, whichdrochner2-34/+199
is an optimistic assumption), remove hicolor-icon-theme dependency which is outdated, bump PKGREVISION
2007-11-30Explained the icon-naming-utils dependency.rillig1-2/+6
2007-11-30This package needs exactly icon-naming-utils-0.8.2, since the list ofrillig1-1/+2
installed files depends on the version number of icon-naming-utils.
2007-11-30Fix various package list problems:tron6-11/+36
1.) Remove directory "share/gnuplot/4.2/PostScript" during deinstallation. 2.) Prevent installation of "share/texmf-local/tex/latex/gnuplot" if LaTeX is available (because we don't want to depend on "tetex"). 3.) Update package list of "gnuplot-nox11" for version 4.2. Bump revision of both packages.
2007-11-30Upgrade to 4.2.2. New features:cjs5-23/+33
* New plot styles o Histogram o Label plots o Image data o Filled curves o Vectors * Input from binary data files * New plot elements o RGB colors o Arbitrary rectangles * String handling o String and text data read from datafiles o User-defined string variables, operators, and functions * Macros * Auto-layout of multiple plots on a page * Internal variables * New or revised terminal drivers o wxt o emf o gif, jpeg, png o postscript o ai o epslatex, pslatex, pstex o windows * Canvas size
2007-11-29Update to 1.4.12:wiz3-7/+9
Release 1.4.12 (2007-11-26 Carl Worth <cworth@cworth.org>) ========================================================== This is the sixth update in cairo's stable 1.4 series. It comes five months after the 1.4.10 release. This fix includes various bug fixes originally developed during the 1.5.x development and backported to 1.4. Some of the most significant bug fixes prevent crashes: * Avoid overflow when allocating large buffers (Vladimir Vukicevic) * Fix crash with cairo_pattern_set_user_data (Carl Worth) * Fix broken locking in cairo-ft error path (Chris Wilson) * Avoid crash when cleaning up after Render extension (Carl Worth) * Avoid crash for zero-sized bitmap glyph (Chris Wilson) * Avoid crash with type-1 fonts and ft and atsui enabled (Brian Ewins) * Fix many error-handling cases in the Quartz/ATSUI code (Brian Ewins) * Eliminate cairo_stroke crash with scaling near zero (Carl Worth) Other fixes address rendering problems: * Fix PDF linear gradients without stops at 0.0 and 1.0 (Adrian Johnson) * Fix PDF CFF subsetting to work with Apple Preview (Adrian Johnson) * Report proper errors on out-of-memory on win32 (Vladimir Vukicevic) * Fix EXTEND_NONE gradients for cairo-quartz (Brian Ewins) * Fix odd-number-of-dashes dashing for cairo-quartz (Brian Ewins) * Fix erroneous results from cairo_stroke_extents (Carl Worth) * Force non-AA text when bitmap strikes are available (Keith Packard) * Fix cairo-atsui font metrics (Richard Hult) And some avoid raising cairo errors for innocent problems: * Avoid drawing shutdown for glyph-not-found in font (Behdad Esfahbod) * Don't raise an error for creating an empty path (Chris Wilson) At least one optimization managed to sneak in: * Free glyph surfaces after uploading to X server cache (Behdad Esfahbod) And there are a few very minor fixes, (such as build fixes).