summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz79-147/+158
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-06-11Now this package should be build on Ruby 2.2.taca1-3/+1
2015-06-09Update dia to 0.97.3, provided by David H. Gutteridge in PR 49954.wiz14-208/+71
dia-0.97.3: 2014-09-05 * Fix double free with some SVG rendering (regression from Dia 0.97.2) * Fixes to cope better with updated versions of Dia's dependencies: - don't crash at start-up with ABI breaking GLib 2-36 - don't assert in cairo 1.12 with invalid arc parameters - avoid kerning problems (character overlap) for all Pango versions - fix image files to be loadable by libpng16 * Backport fixes for some seldom crashes and other annoyances, see: http://bugzilla.gnome.org/buglist.cgi?product=dia&target_milestone=0.97.3 * Update translations for Brazilian Portuguese, German, Hungarian, Polish, Romanian, Serbian and Slovenian
2015-06-07Most dependencies don't support Ruby 2.2joerg1-1/+3
2015-06-07Update to MesaLib-10.5.7.tnn5-77/+63
MesaLib-10.5.7 2015-06-07 "The current release includes over a dozen nouveau fixes (mostly targeting nv30/nv40 era hardware), i965 patches and a crash fix common to all the gallium dri modules." MesaLib-10.5.6 2015-05-24 "This time around we have fixes from all over mesa - core mesa, driver specific patches (i965, nouveau, freedreno), reentrancy improvements in Clover (OpenCL), GLX and EGL loader patches, and Darwin build fixes."
2015-06-07Update libsoup buildlink path.youri2-4/+4
2015-06-07fix linking network libs on SunOS, now fails a bit laterwiedi1-2/+2
2015-06-07Use more modern macro to build with newer Ruby.taca2-1/+17
2015-06-07Update ruby-oily_png to 1.2.0.taca2-7/+7
Update HOEPAGE. No changes are available except commit log. <https://github.com/flori/tins/commits/master>
2015-06-07Update ruby-mini-magick to 4.2.7.taca2-7/+7
4.2.7 * Fix Ruby 1.9.3 4.2.5 * Fixed MiniMagick::Image#details parsing 4.2.4 * Fixed detecting MiniMagick version * Fix the private method 'format' called on mogrify for real 4.2.3 * Fixed a rush mistake 4.2.2 * Raise proper error in #cheap_info on invalid image * Improved MiniMagick::Image#details parsing * Attempt to solve private method 'format' called on mogrify 4.2.1 * Attempt to fix #279 4.1.1 * Fix MiniMagick::Image#composite defaulting to JPG extension. The default is now the extension of the base image, the one on which composite is called.
2015-06-07Update ruby-RMagick to 2.15.2.taca3-11/+18
## RMagick 2.15.2 - GitHub repository moved back to github.com/rmagick/rmagick - @wurde, @vassilevsky ## RMagick 2.15.1 - Fix loop in linked list in `ImageList` methods => they no longer hang - @u338steven RMagick 2.15.0 o Ability to remove alpha channel - @ollie o C local variables guarded against GC to avoid segfaults - @u338steven o trace_proc protected with a mutex to avoid segfaults - @u338steven RMagick 2.14.0 o RMagick.rb moved to deprecated directory - @mockdeep o Better ImageMagick feature detection - @bf4 o Prevent compilation failures if prefix is an empty string - @voxik o SplineInterpolatePixel preprocessor check removed - @joshk o Make error format a string literal - @mtasaka o Automatically set ARCHFLAGS on OS X - @u338steven o Fixed 'rmagick/version' require failure - @u338steven o Fixed escaping of '%' in Draw#get_type_metrics - @mkluczny o Silence warnings on Ruby 2.2 when comparing Enums - @meanphil o Multiple test suite improvements - @mockdeep, @bf4 o Ruby source code formatting with RuboCop - @vassilevsky
2015-06-07Allow this package build on Ruby 2.2.taca1-3/+1
2015-06-07Update to 6.9.1.4.wiz4-1156/+1154
Remove PLIST vars that only made more work during updates but didn't simplify things. 2015-06-01 6.9.1-4 Cristy <quetzlzacatenango@image...> * New version 6.9.1-4, SVN revision 18697. 2015-06-01 6.9.1-4 Cristy <quetzlzacatenango@image...> * Support 'restrict' keyword under Windows. 2015-05-25 6.9.1-4 Dirk Lemstra <dirk@lem.....org> * Added support for reading a user supplied layer mask in PSD files. 2015-05-24 6.9.1-3 Cristy <quetzlzacatenango@image...> * New version 6.9.1-3, SVN revision 18623. 2015-05-03 6.9.1-3 Dirk Lemstra <dirk@lem.....org> * Fixed transparency issue with 16-bit tga files (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27469). * Fixed writing label and comment in tiff images (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25516). * Jpeg images no longer have pixels per inch as a default value for density units when the density is not set (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27589). * Added support for setting the font color with -fill to the pango coder. 2015-05-03 6.9.1-3 Glenn Randers-Pehrson <glennrp@image...> * Fixed bug with "-define png:format=x" in png.c, introduced in version 6.8.9-0, that caused the define to be ignored. * Replaced some dead code in ReadJNGImage with an assert(). * Avoid palette-building when writing a grayscale PNG (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27580). 2015-04-20 6.9.1-3 Cristy <quetzlzacatenango@image...> * Support -define compose:clamp=false option (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26946). * Don't extend any user supplied image buffer in SeekBlob() (bug report from a.chernij@corp...). * Improved reproducible builds (reference https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783933). * Draw a rectangle of width & height of 1 (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24874). 2015-04-19 6.9.1-2 Cristy <quetzlzacatenango@image...> * New version 6.9.1-2, SVN revision 18429. 2015-04-09 6.9.1-2 Glenn Randers-Pehrson <glennrp@image...> * Avoid using a NULL alpha_image or color_image in the JNG decoder. 2015-04-07 6.9.1-2 Cristy <quetzlzacatenango@image...> * Fix JPEG-2000 transparency on write (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27304). * Identify now identifies PSD (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26948). * Speed up writing to TGA (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27369). 2015-04-06 6.9.1-2 Dirk Lemstra <dirk@lem.....org> * Reduce draw epsilon to increase mathematical stability. * Fixed UTF8 issue when determining the current working directory on Windows (reference http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27295).
2015-06-06Update homepage from berlios to sourceforge.gdt1-3/+2
(I can't find any evidence that lensfun has abandonded sourceforge yet, but if I'm wrong please let me know.)
2015-06-02Update maintainer email address.youri1-2/+2
2015-06-02version 0.4.3adam2-6/+6
This is a binary compatible release. * Android / gcc / iOS / MSVS build fixes and improvements * lossless decode fix (issue 239 -- since 0.4.0) * documentation / vwebp updates for animation * multi-threading fix
2015-05-31Build requires USE_TOOLS+=m4 - fixes build on Linux.dsainty1-2/+2
2015-05-28PR pkg/49923: pull in libxshmfence via bl3 for Linux.tnn2-5/+8
Needed for linking packages that use gl.pc because it lists libxshmfence as dependency.
2015-05-27Add freeimageplusmarkd1-1/+2
2015-05-27Add freeimageplus 3.17.0markd3-0/+45
C++ wrapper for freeimage.
2015-05-27Update to 3.17.0markd3-7/+51
Release 3.17.0 adds many improvements for ICO, TIFF, PNG, HDR, TGA, GIF, RAW, JXR, JP2, Exif plugins. It comes with new conversion functions for RGBA16/RGBAF formats, as well as new functions used to deal with external pixel buffers (ConvertFromRawBitsEx, CreateView). Other useful added functions are ReslaleRect, GetMemorySize, SetMetadataKeyValue and the FIQ_LFPQUANT quantizer algorithm. The library has been updated with the new LibPNG (1.6.16), LibTIFF (4.0.4), LibRaw (0.17.a1), LibWebP (0.4.2), OpenEXR (2.2.0). FreeImage is also distributed with updated VB6, Delphi and C++ wrappers.
2015-05-24Fix lambda used in tags reducekefren3-6/+6
2015-05-23Add gif patch from PR/48074kefren3-20/+37
PKGREVISION++
2015-05-23Fix the buildkefren8-151/+400
2015-05-23Provide a useful pkg-config file. PKGREVISION++kefren3-10/+17
2015-05-23add flickrnet subdirkefren1-1/+2
2015-05-23Add flickrnet, a .NET library for accessing Flickrkefren6-0/+70
2015-05-23Switch to latest mono. This will still not reach post-configure askefren1-3/+9
pkgsrc lacks flickrnet
2015-05-23Update gdiplus to 3.12 - latest on mono-project site, probablykefren5-222/+23
released as part of mono-3.12. No other information available from master site.
2015-05-22Changes 1.4.3:adam2-6/+6
- fix bug that could cause jpegoptim crash when processing certain jpeg files
2015-05-17Update ruby-gnome2 to 2.2.5.tsutsui3-6/+3
It is a GLib 2.44 support release. === Changes ==== Ruby/GLib2 Improvements Supported GLib 2.44. [GitHub#361][Reported by Benjamin Maisano] === Thanks Benjamin Maisano
2015-05-16Fix OSX build errors. patches from FDO bug 66346 and 90249.tnn3-1/+84
Reported on IRC by Youri Mouton.
2015-05-16regen (for committed version of ↵wiz1-2/+2
patch-src_gallium_winsys_svga_drm_vmw__screen__ioctl.c)
2015-05-15Moved define of _KERNEL_STRUCTURES to patch instead of settingnros2-7/+8
it in the Makefile.
2015-05-12Fix build on DragonFlyBSD.nros1-1/+4
-D_KERNEL_STRUCTURES are needed for ERESTART on DragonFlyBSD.
2015-05-11Update to MesaLib-10.5.5.tnn2-7/+7
MesaLib-10.5.5 2015-05-11 "This release includes a selection of i965 and nouveau driver fixes. Everyone using a gallium driver (r300, r600 and others) is also encouraged to update." MesaLib-10.5.4 2015-04-24 "This release includes fixes for the mesa state-tracker used by all the gallium drivers, a drirc workaround for Second Life, plus i965 fixes."
2015-05-11Assume that __GNUC__ implies that it has __builtin_ffsll as a lasttnn2-10/+12
ditch resort in case ffsll(3) is found to be not available.
2015-05-11Fix path to tex-texinfo.wiz1-2/+2
2015-05-09Add tex-animate{,-doc}markd1-1/+3
2015-05-09Add tex-animate{,-doc} 2014markd8-0/+49
The package provides an interface to create portable, JavaScript driven PDF animations from sets of graphics files or from inline graphics, such as LaTeX picture environment, PSTricks or pgf/TikZ generated pictures, or just from typeset text.
2015-05-09Change version from v0.9 to just 0.9markd2-4/+4
2015-05-08more tex packages.wiz1-1/+70
2015-05-08Add metapost packages from texlive.wiz276-0/+2806
2015-05-08+ tex-mfpic*wiz1-1/+3
2015-05-08Import tex-mfpic-doc-1.10 as graphics/tex-mfpic-doc.wiz4-0/+36
Documentation for tex-mfpic.
2015-05-08Import tex-mfpic-1.10 as graphics/tex-mfpic.wiz4-0/+34
Mfpic is a scheme for producing pictures from (La)TeX commands. Commands \mfpic and \endmfpic (in LaTeX, the mfpic environment) enclose a group in which drawing commands may be placed. The commands generate a Meta-language file, which may be processed by Metapost (or even Metafont). The resulting image file will be read back in to the document to place the picture at the point where the original (La)TeX commands appeared. Note that the ability to use Metapost here means that the package works equally well in LaTeX and PDFLaTeX.
2015-05-05+ tex-pictex*wiz1-1/+3
2015-05-05Import tex-pictex-doc-1.1 as graphics/tex-pictex-doc.wiz4-0/+24
Documentation for tex-pictex.
2015-05-05Import tex-pictex-1.1 as graphics/tex-pictex.wiz4-0/+42
PicTeX is an early, and very comprehensive drawing package, that mostly draws by placing myriads of small dots to make up pictures. It has a tendency to run out of space, most especially of allowable dimensions registers; packages m-pictex and pictexwd deal with the register problem, in different ways. Note that full documentation may be bought via the PC-TeX site, though a command summary is available as free software. Alternatively, a front-end package such as mathsPiC, which covers all of PicTeX and has a complete and free manual, could be used.
2015-05-04Recursive PKGREVISION bump for libzip shlib major bump.wiz1-2/+2