summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2010-07-20update to 2.4.1drochner2-19/+8
changes: - Since May 2010, all patents regarding the TrueType bytecode interpreter have expired worldwide. Consequently, we now define TT_CONFIG_OPTION_BYTECODE_INTERPRETER by default (and undefine TT_CONFIG_OPTION_UNPATENTED_HINTING). - A new function `FT_Library_SetLcdFilterWeights' is available to adjust the filter weights set by `FT_Library_SetLcdFilter'. -increased robustness, bugfixes pkgsrc note: the "truetype" option was removed, the bytecode interpreter is now always enabled
2010-07-20Fix booleans in the patch.markd2-10/+10
2010-07-19recognize a 16bit greyscale format with "white is zero" (which isdrochner3-3/+16
generated by some neutron image plate detector) -- PIL is lacking some infrastructure here so it gets treated like "black is zero" but this is fine for me because I don't want to interpret it photometrically anyway
2010-07-19Changes 1.7.11:adam2-8/+7
(built with libpng-1.4.2 and zlib-1.2.5)
2010-07-17Make librsvg a build dependency by using its buildlink3.mk andwiz1-2/+4
setting the BUILDLINK_DEPMETHOD.librsvg variable to "build". Addresses final part of PR 43564 by David H. Gutteridge.
2010-07-16I've forgoten to add comments before commit.obache2-3/+6
2010-07-16Update clutter to 1.2.12.obache3-8/+23
Clutter 1.2.12 (14/07/2010) =============================================================================== * List of changes since Clutter 1.2.10 > Provide a fallback for MESA_copy_sub_buffer by using the EXT_blit_framebuffer extension. (BCP#2128) > Never promote clipped redraws to fullscreen redraws. (BCP#2136) > Fix rounding error in ClutterText. (BCP#2170) > Fix drawing of transparent stages on X11. (BCP#2050) > ClutterAnimator bug fixes. > ClutterAnimation fixes for vector-based API. (BCP#2149) > Fixes for the Windows backend event handling. (BCP#2135) > Fixes for the setup of the GL context on OSX. (BCP#1394) > Documentation improvements. (BCP#2081, BCP#2133) > Build fixes for the conformance test suite. (BCP#1930)
2010-07-16My commit to update to 8.25 inexplicably didn't go through yesterday;gdt2-6/+6
this commit moves from 8.24 (a non-production release which upstream has requested we don't package) to 8.25. Changes 8.15 to 8.25 are many minor bug fixes and improvements.
2010-07-16Changes 2.6.10:adam2-6/+6
* Bugs fixed: - TGA files saved with incorrect header yOrigin data - Save As... does not save Windows Bitmap as default in dialog - CMYK decompose broken - brush - color from gradient works wrong in greyscale - Error in gimp-hue-saturation PDB call - GIMP crashes when clicking any scroll bar from combo boxes - newly opened images are put into the background * Updated translations: German (de) Italian (it) Romanian (ro) Portuguese (pt)
2010-07-15bump PKGREV for poppler updatedrochner1-2/+2
2010-07-14sync w/ base pkgdrochner2-9/+7
2010-07-14belatedly bump ABI rev - the last update changed the shlib majordrochner1-3/+2
2010-07-14bump PKGREV fir gnome-desktop and e-d-s updatesdrochner1-2/+2
2010-07-14Recursive PKGREVISION bump for the net/mDNSResponder updatesbd27-53/+54
2010-07-14Arrange conditional PLIST for the "fiasco" converters since they'redholland2-6/+10
disabled on MacOS. From Edgar Fuss in PR 43464.
2010-07-13Changes 8.24:adam2-6/+6
* Added ability to write some Kodak APP3 Meta tags * Added a few new Olympus LensType's and new values for a couple of other tags * Added support for yet another Kodak MakerNote variation (M580) * Added conversion for OOXML DocSecurity tag (thanks Jeff Harmon) * Added another Nikon ExternalFlashFlags value (thanks Warren Hatch) * Decode more Canon VRD tags (thanks Gert Kello) and changed some tag names * Decode a couple of new Canon 7D tags (thanks Vesa Kivisto) * Decode a few more Sigma tags * Decode HTML tags written by Microsoft Office * Decode some MakerNotes tags from Samsung MP4 videos * Allow RFC 8601 date/time values to be written without seconds * Fixed conversion for Kodak Meta:SerialNumber * Changed conversion of Canon FocusDistanceUpper/Lower tags to add units (m) * Changed the names of some Nikon FlashExposureComp tags * Changed name of RTF CharactersNoWhiteSpace tag to CharactersWithSpaces to conform with what Microsoft does with their software as opposed to what they say in their RTF specification * Changed a few FlashPix tags for better consistency with OOXML and RTF * Properly convert OOXML Unicode character entities * Fixed problem writing some Sigma MakerNote tags * Fixed problem writing incorrect value for "Uncalibrated" XMP:ColorSpace * Fixed bug where some unknown Canon values were extracted twice with -U
2010-07-13Changes 10.35.76:adam6-59/+31
* Pnmtopng: -libversion doesn't report level of linked libz. It was a modularity violation and caused build failures on Mac OS X, because Pnmtopng per se doesn't know about libz -- it's used by libpng. * Build: don't fail due to SIGRTMIN, SIGRTMAX being undefined. Changes 10.35.75: * palmtopnm: fix for pixel size 16. * pamscale: fix -reduce. Introduced in 10.27. * configure: default to 'none' for Svgalib if it doesn't appear to be installed (per 'ldconfig'). Ported from 10.38, released March 2007. Changes 10.35.74: * pbmtext: don't crash when font file contains a blank line. Fail cleanly. * ppmtoilbm: fix arithmetic overflow with image dimension represented as 16 bit integer. * pbmpage: fix garbage output. * pnmhistmap: Fix crash with -width. Always broken. * Build: don't fail due to SIGPWR being undefined.
2010-07-12fix a typo.obache1-2/+2
2010-07-09Update clutter to 1.2.10.obache2-7/+6
Clutter 1.2.10 (08/06/2010) =============================================================================== • List of changes since Clutter 1.2.8 » Update the EGL X11 backend. » Build fixes for out of dir builds. » Regenerate the mipmaps whenever a texture is modified. » Reset the blend constants and equations even if they are the same » Flush the Journal when creating an FBO.
2010-07-06update to 2.30.2drochner3-23/+26
This switches to the gnome-2.30 release branch.
2010-07-06update to 2.30.0drochner3-8/+10
This switches to the gnome-2.30 release branch.
2010-07-04Update to KDE SC 4.4.5.markd5-14/+72
Several bugs in encoding and refreshing in Konsole have been fixed A couple of crashes in Okular's PDF viewer have been fixed Alarms have received some fixes in KDE PIM The changelog lists more, if not all improvements since KDE SC 4.4.4.
2010-07-04Changes 2.6.9:adam7-59/+37
* Bugs fixed: - Font selection remains visible - gimp.desktop: image/x-psd in MimeTypes twice - Unportable test(1) construct in configure script - Description of "histogram" procedure is slightly inaccurate - Tool options not saved/loaded correctly? - Importing PDF files with long titles - blur-gauss-selective.exe crashes - Dialog of "Save as BMP" ignores changes which are not made with a mous - Text-Tool crashes when edit a 2.4.2 version xcf - Text-Tool crashes when edit a 2.4.2 version xcf - Layer preview suddenly stops getting updated - leaks shared memory - Exporting to Alias PIX format fails - a few strings in Save as... > Raw image data dialog are always in English - GEGL Operation "path" crashes GIMP - Crashes when using path tool - GIMP 2.7.0 fails to build against libpng 1.4.0 - Saving to .ppm fails on indexed colorspace - the "Antialiasing..." message in the progress bar does not show translated - gimp-layer-new-from-visible should work from updated projection * Updated and new translations
2010-07-01Disable for 64bit platforms, doesn't compile due to int casts.joerg1-3/+4
2010-06-30Fix PLIST. Caught by <joerg>.asau1-7/+6
2010-06-30enable keybord interface on Clutter render.obache3-3/+23
taken form upstream r1380. Bump PKGREVISION.
2010-06-28Fix PLIST for Linux. From Aleksey Cheusov in PR 43532.wiz1-1/+2
2010-06-27Don't change ${PREFIX} during installation. Look inside DESTDIR.joerg1-2/+2
2010-06-26Security update to 1.4.3:wiz2-6/+6
Several versions of libpng through 1.4.2 (and through 1.2.43 in the older series) contain a bug whereby progressive applications such as web browsers (or the rpng2 demo app included in libpng) could receive an extra row of image data beyond the height reported in the header, potentially leading to an out-of-bounds write to memory (depending on how the application is written) and the possibility of execution of an attacker's code with the privileges of the libpng user (including remote compromise in the case of a libpng-based browser visiting a hostile web site). This vulnerability has been assigned ID CVE-2010-1205 (via Mozilla). An additional memory-leak bug, involving images with malformed sCAL chunks, is also present; it could lead to an application crash (denial of service) when viewing such images. Both bugs are fixed in versions 1.4.3 and 1.2.44. version 1.4.3beta01 [June 18, 2010] Added missing quotation marks in the aix block of configure.ac The new "vstudio" project was missing from the zip and 7z distributions. In pngpread.c: png_push_have_row() add check for new_row > height version 1.4.3beta02 [June 18, 2010] Removed the now-redundant check for out-of-bounds new_row from example.c version 1.4.3beta03 [June 18, 2010] In pngpread.c: png_push_finish_row() add check for too many rows. version 1.4.3beta04 [June 19, 2010] In pngpread.c: png_push_process_row() add check for too many rows. Removed the checks added in beta01 and beta03, as they are now redundant. version 1.4.3beta05 [June 20, 2010] Rewrote png_process_IDAT_data to consistently treat extra data as warnings and handle end conditions more cleanly. Removed the new (beta04) check in png_push_process_row(). version 1.4.3rc01 [June 21, 2010] Revised some comments in png_process_IDAT_data(). version 1.4.3rc02 [June 22, 2010] Changed char *msg to PNG_CONST char *msg in pngrutil.c Stop memory leak when reading a malformed sCAL chunk. Removed some trailing blanks. version 1.4.3rc03 [June 23, 2010] Revised pngpread.c patch of beta05 to avoid an endless loop. version 1.4.3 [June 26, 2010] Updated some of the "last changed" dates.
2010-06-25Needs msgfmt. From Aleksey Cheusov in PR 43514.wiz1-2/+2
2010-06-24Not MAKE_JOBS_SAFE, just like graphics/plotutils.asau1-1/+2
Problem caught by bulk build.
2010-06-23Make sure configure doesn't find an old (possibly non-Pkgsrc) libpng12-configdsainty1-2/+7
executable. If it does, it will override the Pkgsrc version, but fail to configure, and fail to build in PNG support. Bump PKGREVISION - previous revision may install for some without PNG APIs intact.
2010-06-20Add upstream bug report URL.wiz2-3/+5
2010-06-20Set LICENSE.wiz1-1/+2
2010-06-20Add bug report URL.wiz3-5/+9
2010-06-18* No need to require rubygems anymore.obache6-56/+20
* Work comment view again, taken form upstream. Bump PKGREVISION.
2010-06-18Fix build with png-1.4.x. Addresses PR 43486.wiz2-3/+21
2010-06-17Add tex-metapost{,-doc}.minskim1-1/+3
2010-06-16Import tex-metapost-doc-1.211 as graphics/tex-metapost-doc.minskim4-0/+23
This is documentation for tex-metapost.
2010-06-16Import tex-metapost-1.211 as graphics/tex-metapost.minskim4-0/+72
MetaPost uses a language based on that of MetaFont to produce precise technical illustrations. Its output is scalable PostScript or SVG, rather than the bitmaps MetaFont creates.
2010-06-16Add tex-eepic{,-doc}.minskim1-1/+3
2010-06-16Import tex-eepic-doc-1.1e as graphics/tex-eepic-doc.minskim4-0/+33
This is documentation for tex-eepic.
2010-06-16Import tex-eepic-1.1e as graphics/tex-eepic.minskim4-0/+28
Extensions to epic and the LaTeX picture drawing environment, include the drawing of lines at any slope, the drawing of circles in any radii, and the drawing of dotted and dashed lines much faster with much less TeX memory, and providing several new commands for drawing ellipses, arcs, splines, and filled circles and ellipses. The package uses tpic \special commands.
2010-06-16update to 4.4.4drochner2-7/+6
changes: bugfixes
2010-06-16update to 0.17drochner2-8/+7
changes: -based on DCRaw v 8.99 * Lens distortion corrections using lenfun. This feature is now fully implemented and enabled by default. * Added a despeckling/denoising algorithm to solve issues with images taken under very difficult lighting conditions, like deep sea diving. It may be useful in other situations too. Patch by Frank van Maarseveen. * Enabled hot pixel elimination by default. * Calculate live histogram from working color-space instead of display color-space. Calculate live histogram from cropped area only. Based on patches by Konrad. * Added auto-crop option. * Allow upto 400% zoom. pkgsrc change: the "lensfun" option is now enabled per default, as done upstream approved by gdt
2010-06-16update to 1.19drochner2-15/+7
changes: -fixed minor vulnerabilities -removed cosmetic comparation with zero in floating point approved by gdt
2010-06-16update to 3.9.4drochner2-6/+6
changes: -Complete the fixes for CVE-2009-2347. -Tiffcrop now supports custom page sizes. +minor bugfixes
2010-06-15work-around finding libpngadam1-1/+5
2010-06-15Update to 3.9.3, fixing CVE-2010-1411. Other changes are minor bug fixes;dholland2-7/+6
gory details at http://www.remotesensing.org/libtiff/v3.9.3.html.
2010-06-14ride on the png revbump and update to 0.1.2drochner6-142/+168
changes: some fixes and optimizations (API change)