summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2009-01-30sortjnemeth1-2/+2
2009-01-29Add some missing html documentation installed with the latest version.abs2-2/+18
Bump PKGREVISION For reference, in case configure is picking up something different, here is what it found on my system: GEGL docs: yes SIMD: sse:yes mmx:yes enscript: yes GIO: yes GTK+: yes Ruby: yes Cairo: yes Pango: yes pangocairo: yes GDKPixbuf: yes JPEG: yes PNG: yes OpenEXR: yes rsvg: yes
2009-01-29xzgv crashes when it tries to render 32-bit pixels (alpha+rgb, 8 bitshattered3-2/+178
each) to 24-bit visuals (happens with modular-xorg-server 1.4 and newer). Add patch from http://bugs.debian.org/457252. OK by wiz@.
2009-01-28Strip out obsolete compiler option "-Wno-long-double" to fix build withtron2-2/+6
GCC 4.2.1 under Mac OS X.
2009-01-28Fix build problems under Mac OS X:tron3-3/+30
1.) Pull in patch from GNOME SVN to get definition of "gzize" in the Mac OS X specific part o "babl-cpuaccel.c". 2.) Fix broken build of extensions which need to be built as bundles and not shared libraries. This fixes PR pkg/40473.
2009-01-28For Linux, pull in stdint.h to make this patch work. This fixes thedsainty2-8/+16
compile for some platforms, and is no change for platforms where this package previously successfully compiled. XXX The serious portability issues in the patched file remain, but are no doubt more widespread than this one file anyway.
2009-01-27update to 2.3.8drochner4-7/+31
changes: -improvements for fonts in an SFNT wrapper (used on Mac) -FT_MulFix is now an inlined function; by default, assembler code is provided for x86 and ARM. See FT_CONFIG_OPTION_INLINE_MULFIX and FT_CONFIG_OPTION_NO_ASSEMBLER (in ftoption.h) for more -handling of `tricky' fonts has been generalized and changed slightly -API additions -bugfixes
2009-01-27+geeqiedrochner1-1/+2
2009-01-27Import geeqie-1.0alpha3, an image viewer which continues gqviewdrochner6-0/+155
(which is abandoned). Still alpha, but works well for Greg Troxel and me.
2009-01-27Update GraphicsMagick to 1.3.5.obache2-6/+6
1.3.5 (January 26, 2009) ========================= Security Fixes: * BMP and DIB formats were throwing an assertion for negative height values. This caused the process to crash. Bug fixes: * Don't install Magick++ headers if C++ is disabled. * Linux RPM SPEC file needs to always install the loadable module .la files or else the modules won't load. * Windows runtime DLLs were for the wrong compiler version, resulting in failure to execute if the correct runtime DLLs are not available. New Features: * None Feature improvements: * FITS: Parsing is more robust. Performance Improvements: * None
2009-01-26update to 2.4.4drochner2-6/+6
changes: -Updated translations -SIGUSR2 added ... "exit interval capture after next shot"
2009-01-26deal with desktopdbdrochner1-1/+2
2009-01-24Removed gimp26, gimp updated to 2.6.4adam11-2308/+1
2009-01-24Changes 2.6.4:adam8-209/+223
* Bugs fixed: Perspective transformation jagged edges / comb effect jpg save dialog: "cancel" is treated like "commit" for settings Using clone tool on a layer with a part out of canvas causes crashes crash when the drawable is changed while a color tool is active GIMP crashes on selecting Tools->GEGL operation python-fu-foggify does not check if image is in rgb mode Hue selection mode does not cross the 0-360 degrees line Scrollbars not resized when we extend the canvas size PF_PALETTE: 'TypeError' when used in a plugin that is registered in <Image> Compilation with --as-needed PF_SLIDER and PF_SPINNER 'Step' values do not change consistently... Default image dimensions are not correctly transferred in the file/new dialog box GIMP can't save to mounted filesystem if file exists * Updated translations
2009-01-24Changes 0.0.22:adam4-28/+20
GeglOperation * operation names are now prefixed, the ops in GEGL use 'gegl:' as prefix. * gegl:opacity - combine value and aux mask input when both are available. * gegl:src-in - deal correctly with extens. * gegl:path - new op covering the stroke/fill needs of SVG. * deprecated gegl:shift, the affine familiy of operations now uses the same fast code paths for integer translations. GeglBuffer * Profiling motivated speed ups in data reading/writing. * Remove left-over swapfiles from dead processes at startup. GeglNode * made gegl_node_add_child and gegl_node_remove_child public API. GeglPath * Vector path representation infrastructure, supporting poly lines and beziers by default, the infrastructure allows extensions from applications with other curve types (smooth curves, spiro curves and others.).
2009-01-24Use BUILDLINK_PREFIX.glut instead of PREFIX for builtin glut, a part of PR ↵obache1-2/+2
40457.
2009-01-23Give up maintainership, as I have not so much as looked at pkgsrc injschauma3-6/+6
well over a year now. Sorry. :-(
2009-01-20Fix comment syntax.sketch3-9/+38
2009-01-19Update to mono 2.2kefren2-6/+6
2009-01-18Update to 1.8.2:wiz2-6/+6
Overview of changes from pycairo 1.8.0 to pycairo 1.8.2 ======================================================= Pycairo 1.8.0 resulted in crashes for some applications using threads. So upgrading to 1.8.2 is recommended for threaded applications. Bug Fixes: #19287: Threading support results in crashes in cairo.ImageSurface New Methods: Context.set_scaled_font API Changes: Matrix multiplication: old code: matrix3 = matrix1 * matrix2 new equivalent code: matrix3 = matrix1.multiply(matrix2) matrix3 = matrix1 * matrix2 is now equivalent to matrix3 = matrix2.multiply(matrix1) which is consistent with standard matrix multiplication.
2009-01-18Add pfstools and pfstmo.obache1-1/+3
2009-01-18Import pfstmo-1.3.2 as graphics/pfstmo.obache5-0/+78
Based on PR 39438 by Thomas Zander. Pfstmo package contains the implementation of state-of-the-art tone mapping operators. The motivation here is to provide an implementation of tone mapping operators suitable for convenient processing of both static images and animations.
2009-01-18Import pfstools-1.7.0 as graphics/pfstools.obache7-0/+258
Based on PR 39437 by Thomas Zander. A set of command line tools for reading, writing, manipulating and viewing high-dynamic range (HDR) images and video frames.
2009-01-17Update RMagick to 2.9.0.obache3-7/+12
Changes: RMagick 2.9.0 o Fix #23209, improve RVG's letter spacing (patch from Jonah Fox) o Add Draw#kerning= attribute(available in ImageMagick 6.4.7-8) o Add Draw#interword_spacing= attribute (available in ImageMagick 6.4.8-0) o Add Draw#kerning, Draw#interword_spacing primitive methods (available in ImageMagick 6.4.8-3) o Feature #23171, support ImageList, Draw, Pixel marshaling. o Support all the new EvaluateOperator constants
2009-01-16GL/glut.h include GL/glu.h, so need to include glu/buildlink3.mk.obache1-1/+2
2009-01-16Update GraphicsMagick to 1.3.4.obache2-6/+6
1.3.4 (January 13, 2009) ========================= Security Fixes: * None. Bug fixes: * Now runs under Windows Vista (as a 32-bit application). * Fix for colorspace transform math overflow in Q32 build. New Features: * Windows build supports OpenMP and requires Windows 2000 or later (source code still supports Windows '98). * Support large files under Windows. * Support reading/writing 16 and 24 bit float TIFF files. * Support reading/writing 64 bit integer TIFF files. * Added "Log", "Max", "Min", and "Pow" options to -operator. Feature improvements: * Debug logging now properly prints 64-bit offset values. Performance Improvements: * Improve resource estimation for Microsoft Windows systems.
2009-01-14Update to 2.24.3. Add gnome-vfs dependency (no effective change, but thewiz3-8/+27
configure script asks for it). Add dependency version patterns. Changes: version 2.24.3 - Added Catalan documentation
2009-01-14Update to 2.24.3.1. Sync list of dependencies with eog's configurewiz2-16/+12
script. Version 2.24.3.1 ---------------- * Re-roll 2.24.3 tarball using gtk-doc 1.11 to avoid build errors due to using a too recent version in the original release (bug #567578).
2009-01-14Update description from http://www.cairographics.org/ahoka1-9/+16
2009-01-14Changes the path to put videodev.h. Fixes PR 40394.obache1-5/+6
And changes the path for such a purpose to ${BUILDLINK_DIR}/include.
2009-01-13Add an ignore pattern.wiz1-1/+2
2009-01-13Update to 2.24.3:wiz2-7/+6
Version 2.24.3 -------------- * Memory leaks fixes (Felix Riemann) * Compilation fixes (Daniel Macks) * Code fixes (Tom Parker, Friedrich Oslage, Felix Riemann) * Documentation improvements (Felix Riemann) Bug fixes: #560070, Sub-optimal -I flag ordering (Daniel Macks) #560073, Poor linking against convenience libs (Daniel Macks) #564290, eog_image_load doesn't correctly clear errors on read issues (Tom Parker) #564526, eog SIGBUS on sparc (Friedrich Oslage) New and updated translations: - Ivar Smolin [et]
2009-01-13Also need to buildlink freetype2 and libxml2, Magick-config --libs show upsobache1-1/+3
those libraries.
2009-01-13jasper and wmf support was split up into individual options.obache1-2/+6
2009-01-12drop maintainershipjmcneill1-2/+2
2009-01-12Update to 2.23.1:wiz2-7/+7
2.23.1: * CanvasAA: Added a CanvasAA(GnomeCanvas*) constructor, to allow use with libglademm or Gtk::Builder. (Murray Cumming) Bug #541007 (Federico Poloni)
2009-01-10pkgsrc changes;jmcneill5-3/+62
* install xdg desktop shortcut * install hicolor 48x48 icon * use /dev/video0 as the default device instead of /dev/video
2009-01-10+ frameworksjmcneill1-1/+2
2009-01-10Import graphics/frameworks version 0.3.7.jmcneill6-0/+171
Frameworks is stop-motion animation frame capture software primarily for Linux. Frameworks captures images from a camera and strings them together into an animation. These still images may then be combined into a single video file using other software. Only video4linux webcams are currently supported; work is being done to add other types of digital cameras including IEEE 1394 camcorders, and USB still cameras. Frameworks is designed to be easily used alongside the GIMP Animation Package (GAP). Frameworks provides an interface to camera brightness and other controls. It captures images as frame_0001.png, frame_0002.png, and so on. Frameworks provides animation assistance in the form of onion skinning: displaying ghost images of previous frames, and continuous preview: continuous playback of the most recent few seconds followed by the live view from the camera. No editing features are provided.
2009-01-10Add libv4l1 compatibility support, bump PKGREVISION.jmcneill10-21/+478
2009-01-09silgraphite uses C99 features.minskim1-2/+2
2009-01-08Fix PLIST. Bump revision.joerg2-3/+4
2009-01-08Disable OpenMP support. It is randomly detected under Mac OS X Leopardtron1-1/+2
with the latest version of Xcode Tools which breaks the build, probably because "buildlink3" doesn't allow to pick up the library.
2009-01-08Changes 1.6.13:adam2-7/+7
* Added "-time_stamp" directive, to cause pngcrush to write a new timestamp on the output file instead of replicating the timestame from the input file.
2009-01-08Update ucview to 0.22.jmcneill3-7/+9
- small changes to plugin api - support video downscaling for ogg/theora videos - russian translation
2009-01-08Update unicap to 0.9.3.jmcneill21-152/+139
0.9.3: - optionally use libv4l to support more cameras - fix installation directory of plugins for x64 systems - fix scaling of ogg/theora video - use categories for v4l2 properties 0.9.2: - Severall small bug fixes and improvements ( see ChangeLog ) - The EeePC packages got updated
2009-01-07Update to 5.8:wiz3-13/+15
2009.01.01 v.5.8 + Visual feedback for brightness/contrast/color edits was made faster by using the window image instead of the (usually much larger) main image. The main image is updated when the changes are committed. + Erratic mouse drag in warp function was fixed. + Color balance was separated from brightness/whiteness adjustments. + Bug fix: last translation in a .po file sometimes got comment appended. + Sharpen, blur and noise reduction, when applied within an image area, can now use "blend width" to soften the boundaries. + Added a modified "top hat" noise reduction method, which is more effective for some types of noise. + Zoom- returns to normal display at once instead of many steps
2009-01-07Update to production release 7.60.gdt2-7/+6
Many minor changes omitted. Highlights: - Added read support for Panasonic RW2 raw images (and extract meta information from embedded PreviewImage as Doc1) - Recognize DCP (DNG Camera Profile) files - Added read/write support for EXIF files - Added ability to write EXIF as a block (finally!) - Decode CameraOrientation for a number of Canon EOS models (thanks Bogdan)
2009-01-07Fix cairo DEPENDS.wiz1-2/+2
2009-01-07Update to 1.8.0:wiz2-7/+7
Overview of changes from pycairo 1.6.4 to pycairo 1.8.0 ======================================================= General Changes: Pycairo 1.8.0 requires cairo 1.8.0 (or later). Add documentation (available separately) Bug Fixes: 18101: Add support for threading 18947: cairo.SurfacePattern should INCREF the used surface New Methods: ScaledFont.get_scale_matrix Surface.mark_dirty_rectangle Surface.set_fallback_resolution New Constants: cairo.EXTEND_PAD cairo.HAS_IMAGE_SURFACE cairo.HAS_USER_FONT API Changes: Surface.mark_dirty: no longer accepts keyword arguments with default values. PycairoPattern_FromPattern (C API): has a new 'base' argument - to fix #18947. Other Changes: Allow unknown cairo Pattern/Surface types to use the pycairo base Pattern/Surface type.