summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2011-12-23Pullup ticket #3637 - requested by drochnertron3-7/+27
graphics/jasper: security patch Revisions pulled up: - graphics/jasper/Makefile 1.34 - graphics/jasper/distinfo 1.14 - graphics/jasper/patches/patch-ai 1.2 --- Module Name: pkgsrc Committed By: drochner Date: Thu Dec 22 16:17:57 UTC 2011 Modified Files: pkgsrc/graphics/jasper: Makefile distinfo pkgsrc/graphics/jasper/patches: patch-ai Log Message: add patches from Redhat to add some input validation and fix a memory allocation error; both could lead to heap buffer overflows (CVE-2011-4516, CVE-2011-4517) bump PKGREV
2011-12-07Pullup ticket #3624 - requested by dhollandtron9-10/+197
graphics/xart: build fix Revisions pulled up: - graphics/xart/distinfo 1.15 - graphics/xart/patches/patch-ad 1.3 - graphics/xart/patches/patch-ak 1.2 - graphics/xart/patches/patch-image.h 1.1 - graphics/xart/patches/patch-main.c 1.1 - graphics/xart/patches/patch-protocol.c 1.1 - graphics/xart/patches/patch-rw_readGIF.c 1.1 - graphics/xart/patches/patch-rw_readWriteXBM.c 1.1 - graphics/xart/patches/patch-rw_readWriteXWD.c 1.1 --- Module Name: pkgsrc Committed By: joerg Date: Mon Dec 5 22:48:59 UTC 2011 Modified Files: pkgsrc/graphics/xart: distinfo pkgsrc/graphics/xart/patches: patch-ad patch-ak Added Files: pkgsrc/graphics/xart/patches: patch-image.h patch-main.c patch-protocol.c patch-rw_readGIF.c patch-rw_readWriteXBM.c patch-rw_readWriteXWD.c Log Message: Fix build with newer GCC
2011-11-19Pullup ticket #3610 - requested by spztron2-6/+6
graphics/freetype2: security update Revisions pulled up: - graphics/freetype2/Makefile 1.85 - graphics/freetype2/distinfo 1.46 --- Module Name: pkgsrc Committed By: drochner Date: Tue Nov 15 19:42:17 UTC 2011 Modified Files: pkgsrc/graphics/freetype2: Makefile distinfo Log Message: update to 2.4.8 changes: -fixed vulnerabilities in handling CID-keyed PostScript fonts (CVE-2011-3439) -new API 'FT_Get_PS_Font_Value'
2011-11-02Pullup ticket #3586 - requested by teztron2-6/+6
graphics/freetype2: security update Revisions pulled up: - graphics/freetype2/Makefile 1.83 - graphics/freetype2/distinfo 1.45 --- Module Name: pkgsrc Committed By: tez Date: Wed Oct 26 19:24:45 UTC 2011 Modified Files: pkgsrc/graphics/freetype2: Makefile distinfo Log Message: update to 2.4.7 fixes SA46575 (CVE-2011-3256) CHANGES BETWEEN 2.4.6 and 2.4.7 I. IMPORTANT BUG FIXES - Some vulnerabilities in handling Type 1 fonts have been fixed; see CVE-2011-3256. II. MISCELLANEOUS - FreeType now properly handles ZapfDingbats glyph names while constructing a Unicode character map (for fonts which don't have one).
2011-10-06Pullup ticket #3530 - requested by hanstron2-3/+14
graphics/png: build fix Revisions pulled up: - graphics/png/distinfo 1.87 - graphics/png/patches/patch-aa 1.31 --- Module Name: pkgsrc Committed By: hans Date: Wed Oct 5 16:23:39 UTC 2011 Modified Files: pkgsrc/graphics/png: distinfo pkgsrc/graphics/png/patches: patch-aa Log Message: Fix typo to make this build again on SunOS.
2011-10-04Pullup ticket #3527 - requested by wiztron2-6/+6
graphics/pngcrush: security update Revisions pulled up: - graphics/pngcrush/Makefile 1.49 - graphics/pngcrush/distinfo 1.32 --- Module Name: pkgsrc Committed By: adam Date: Tue Oct 4 09:36:01 UTC 2011 Modified Files: pkgsrc/graphics/pngcrush: Makefile distinfo Log Message: Changes 1.7.17: * Changed "#if !defined(PNG_NO_STDIO)" to "#ifdef PNG_STDIO_SUPPORTED" as recommended in the libpng documentation. * Added PNG_UINT_32_NAME macro and used it to simplify chunk_type integer definitions.
2011-10-03fix broken bulk builddholland2-5/+5
2011-10-03Fix conflict with POSIX getline; fix LP64 issues found by gcc.dholland3-1/+63
2011-10-03Add USE_TOOLS+=perl:run so REPLACE_PERL works. PKGREVISION -> 3.dholland1-2/+3
2011-10-03USE_TOOLS+=perl:run. REPLACE_PERL doesn't accomplish much otherwise. Thisdholland1-2/+3
adds a dep on perl, so PKGREVISION -> 6.
2011-09-28Update to 1.5.5 to fix CVE-2011-3328, requested by tron.wiz2-6/+7
Version 1.5.5beta01 [July 13, 2011] Fixed some typos and made other minor changes in the manual. Updated contrib/pngminus/makefile.std (Samuli Souminen) Version 1.5.5beta02 [July 14, 2011] Revised Makefile.am and Makefile.in to look in the right directory for pnglibconf.h.prebuilt Version 1.5.5beta03 [July 27, 2011] Enabled compilation with g++ compiler. This compiler does not recognize the file extension, so it always compiles with C++ rules. Made minor changes to pngrutil.c to cast results where C++ expects it but C does not. Minor editing of libpng.3 and libpng-manual.txt. Version 1.5.5beta04 [July 29, 2011] Revised CMakeLists.txt (Clifford Yapp) Updated commentary about the png_rgb_to_gray() default coefficients in the manual and in pngrtran.c Version 1.5.5beta05 [August 17, 2011] Prevent unexpected API exports from non-libpng DLLs on Windows. The "_DLL" is removed from the test of whether a DLL is being built (this erroneously caused the libpng APIs to be marked as DLL exports in static builds under Microsoft Visual Studio). Almost all of the libpng building configuration is moved from pngconf.h to pngpriv.h, but PNG_DLL_EXPORT remains in pngconf.h, though, so that it is colocated with the import definition (it is no longer used anywhere in the installed headers). The VStudio project definitions have been cleaned up: "_USRDLL" has been removed from the static library builds (this was incorrect), and PNG_USE_DLL has been added to pngvalid to test the functionality (pngtest does not supply it, deliberately). The spurious "_EXPORTS" has been removed from the libpng build (all these errors were a result of copy/paste between project configurations.) Added new types and internal functions for CIE RGB end point handling to pngpriv.h (functions yet to be implemented). Version 1.5.5beta06 [August 26, 2011] Ensure the CMAKE_LIBRARY_OUTPUT_DIRECTORY is set in CMakeLists.txt (Clifford Yap) Fixes to rgb_to_gray and cHRM XYZ APIs (John Bowler): The rgb_to_gray code had errors when combined with gamma correction. Some pixels were treated as true grey when they weren't and such pixels and true grey ones were not gamma corrected (the original value of the red component was used instead). APIs to get and set cHRM using color space end points have been added and the rgb_to_gray code that defaults based on cHRM, and the divide-by-zero bug in png_handle_cHRM (CERT VU#477046, CVE-2011-3328, introduced in 1.5.4) have been corrected. A considerable number of tests has been added to pngvalid for the rgb_to_gray transform. Arithmetic errors in rgb_to_gray whereby the calculated gray value was truncated to the bit depth rather than rounded have been fixed except in the 8-bit non-gamma-corrected case (where consistency seems more important than correctness.) The code still has considerable inaccuracies in the 8-bit case because 8-bit linear arithmetic is used. Version 1.5.5beta07 [September 7, 2011] Added "$(ARCH)" option to makefile.darwin Added SunOS support to configure.ac and Makefile.am Changed png_chunk_benign_error() to png_warning() in png.c, in png_XYZ_from_xy_checked(). Version 1.5.5beta08 [September 10, 2011] Fixed 64-bit compilation errors (gcc). The errors fixed relate to conditions where types that are 32 bits in the GCC 32-bit world (uLong and png_size_t) become 64 bits in the 64-bit world. This produces potential truncation errors that the compiler correctly flags. Relocated new HAVE_SOLARIS_LD definition in configure.ac Constant changes for 64-bit compatibility (removal of L suffixes). The 16-bit cases still use "L" as we don't have a 16-bit test system. Version 1.5.5rc01 [September 17, 2011] Removed "L" suffixes from constants in pngpriv.h Version 1.5.5 [September 22, 2011] No changes.
2011-09-25Help finding glibmm's docutilsjoerg1-1/+3
2011-09-25Add workaround for fix build on NetBSD 5.99.55.ryoon3-5/+14
It seems behaviout of flex 2.5.35 had been changed from flex 2.5.4. Tested on NetBSD/i386 5.99.55, NetBSD/i386 5.1, and DragonFly/i386 2.10.1.
2011-09-24Fix curl/types.h falloutjoerg2-1/+14
2011-09-22Fix clang build failure.shattered2-6/+15
2011-09-21Move RUBY_VERSION_SUPPORTED=18 restriction to each Makefile fromtaca5-7/+10
graphics/ruby-clutter/Makefile.common, making it really work. A short discussion with joerg@. Thanks Joerg.
2011-09-20Fix build on case insensitive filesystem.ryoon1-1/+3
2011-09-15Update ruby-chunky_png package to 1.2.4.taca3-7/+9
* Added Canvas.from_data_url to import an canvas from a PNG data URL.
2011-09-14Fix build on SunOS.hans4-4/+24
2011-09-14Update ruby-chunky_png package to 1.2.3.taca3-7/+9
* Added data URL exporting. * A few bug fixes.
2011-09-12Update to 1.10, set LICENSE.wiz3-7/+9
August 19, 2011: Release 1.10 A DXF backend was added. The output is in the drawing interchange format used by computer aided design software. Thanks to Jonas Benedett Dorr for testing. The Gimppath backend was changed to be compatible with current versions of Gimp. The EPS, PDF, and SVG backends now use high-resolution bounding boxes. The default scaling of the EPS, PDF, and SVG backends is now fixed at 72dpi. A new option --flat was added to the SVG backend. A new option --tight was added to remove whitespace around the input image before calculating its scaling and placement. December 21, 2010: Release 1.9 The xfig and eps backends were improved, and a fixed pagesize PDF backend was added. Support for BMP version 4 and version 5 files, as well as top-down BMP files, was added. Minor speed improvements to Potrace and major speed improvements to mkbitmap. A Gaussian blur option was added to mkbitmap. Libtool is now used to build and optionally install the Potrace library. An optional simplified progress bar was added for dumb terminals. This release also contains some portability improvements, cross-compilation improvements, and minor bug fixes.
2011-09-12update to 0.11.1drochner6-95/+30
changes: -Tags can now be organized into hierarchical trees -Paired RAW + JPEG images are treated as a single photo when imported from a camera -Select different developers for RAW photos: use the development produced by Shotwell or by your camera -Shotwell now uses GSettings instead of GConf to store its configuration information -"Hide Photos Already Imported" setting persists between imports -Several all-new saved search options -JPEG mimics of RAW images are no longer stored in your home directory, and are now created on demand -Shotwell now supports Windows Bitmap (.bmp) images
2011-09-12update to 0.13.8drochner2-6/+6
changes: -Imported dcraw 9.10 (1.444) -Bugfix: green matching is turned off if output image is shrinked due to wavelet filtering or aberration correction
2011-09-12update to 2.34.1drochner2-8/+7
This switches to the latest release branch.
2011-09-12I'm apparently the last living gqview user, so take MAINTAINERshipdrochner2-4/+4
2011-09-09Add missing libs on Solaris.gdt1-1/+7
From Jörn Clausen in PR pkg/45351.
2011-09-09Fix building on Darwinadam1-2/+12
2011-09-09Include ../../sysutils/desktop-file-utils/desktopdb.mk per pkglint.wiz2-2/+4
2011-09-09Drop maintainership; this is obsolete, I no longer use it, and Igdt1-2/+2
would recommend to anyone wanting to use it to use geeqie instead.
2011-09-09Note that gqview is obsolete.gdt2-2/+3
2011-09-09On Solaris, add libraries needed for link.gdt1-1/+3
Patch from PR pkg/45336 by Jörn Clausen. No revbump because behavior only changes on SunOS and there it previously did not build.
2011-09-09Note that GQview is obsolete and point to geeqie.gdt2-2/+4
2011-09-08Remote const-discarding accessor as done for py-matplotlib itself.joerg4-2/+32
2011-09-08Fix compilation with clang by removing const-violating accessor.joerg2-1/+16
2011-09-06split giflib into 2 pkgs: one for the lib, one for cmd line utilsdrochner8-87/+282
2011-09-04* Add a patch for CVE-2008-4935, based on Debian's fix, adjust mktemp(1)obache5-3/+86
behavior differ between OpenBSD orign and FreeBSD one. * Add some missing includion of header files. * LICENSE=gnu-gpl-v2 Bump PKGREVISION.
2011-09-03Install utils and docs.obache4-18/+88
Based on PR pkg/45321 by Uwe Klaus. While here, set LICENSE=mit. Bump PKGREVISION.
2011-09-02Remove unwanted message.obache1-7/+0
graphics/aview-x11 package had been removed at the time x11 option was introduced to graphics/aalib, and x11 option is enabled by default.
2011-08-31No need to include "../../mk/bsd.prefs.mk" since there is no conditionaltaca1-3/+1
any more. No functional change.
2011-08-30update to 2.24.0drochner9-160/+36
This switches to the latest stable branch.
2011-08-30Forcibly disable compiling with SNMP.gdt1-1/+2
On systems with netsnmp, configure sort of finds SNMP, and adds -lnetsnmp. This is wrong because the package doesn't depend on netsnmp, and problematic because then looking for getenv() fails. No PKGREVISION++ because this doesn't change the behavior in cases that previously resulted in a successful build.
2011-08-25Update to darktable-0.9.2.jakllsch10-39/+44
pkgsrc changes: enable flickr module. upstream changes: 0.9.1 to 0.9.2: not yet available 0.9 to 0.9.1: - new rawspeed, dcraw, libraw - fixed various segfaults and deadlocks - the pipeline is now more real HDR (unbounded color management, no more gamut clipping in between) - fixed a nasty bug which could cause complete loss of history for an image - darktable-faster now plays nicely with darktablerc (non-gconf) - lots of opencl improvements - updated translations - second part of our GSoC: customizable keyboard shortcuts!
2011-08-21Ensure PTHREAD_STUBLIB is set in MAKE_ENV not just PKGSRC_MAKE_ENV - fixes ā†µabs1-1/+2
clean env build on Linux
2011-08-20Build fix: add -std=c++0x to the compiler flags for gcc-4.4+.wiz1-1/+7
2011-08-20Fix build on 64bit Linuxabs2-1/+27
2011-08-20Needs libXt for modular Xorg.joerg1-2/+2
2011-08-20Fix C++ syntaxjoerg3-1/+29
2011-08-20Remove unneeded conditional. Test with X11_TYPE=native.wiz1-3/+1
2011-08-20Add ad hoc change to fix build problem with X11_TYPE == "modular".taca1-1/+6
2011-08-19Remove png12, no packages need it.wiz11-203/+1