summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2012-04-13Select radiance's "sparcstation" build for Solaris. It might work...dholland1-1/+3
2012-04-11+shotwell-gtk3drochner1-1/+2
2012-04-11add shotwell-0.12.1, the new major branch, based on gtk3drochner6-0/+476
2012-04-11bump PKGREV for libgexiv2 shlib name changedrochner1-2/+2
2012-04-11update to 0.4.1 (needed for newer shotwell)drochner5-17/+17
change: thread safety improvement
2012-04-10Add fix for CVE-2012-1173 from upstream.taca4-2/+80
Bump PKGREVISION.
2012-04-09Add patch for CVE-2012-1610 from ↵tez4-6/+35
http://www.imagemagick.org/discourse-server/viewtopic.php?t=20629
2012-04-08All supported python versions in pkgsrc support eggs, so removewiz5-10/+10
${PLIST.eggfile} from PLISTs and support code from lang/python.
2012-04-08Remove python24 and all traces of it from pkgsrc.wiz12-36/+12
Remove devel/py-ctypes (only needed by and supporting python24). Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE lines that just mirror defaults now. Miscellaneous cleanup while editing all these files.
2012-04-08Fix build on MirBSD by working around a bug in configure.bsiegert1-1/+6
The problem is the following: When checking the CFLAGS / LIBS for including pthread support, any warning on stdout is counted as a no. However, the test does not use CFLAGS on the command line, which produces a harmless debug warning. This workaround has the consequence of adding the default CFLAGS twice on the command line but this is not a problem.
2012-04-08Assume that native MesaLib is built with dri if builin dri exists.obache1-1/+5
(required for OpenBSD-5.0).
2012-04-07Don't install cat pages. Bump revision.joerg2-114/+4
2012-04-07Workaround hangs with Python 2.5 by not using pipes for both stdin andjoerg8-13/+83
stdout.
2012-04-03Fix building on Mac OS X (PR#46117)adam4-23/+122
2012-03-31Restrict depends to avoid matching the kde4 packagedholland4-11/+11
2012-03-31Bump BUILDLINK_API_DEPENDS to require at least 1.1.0, which was thedholland1-2/+2
first kde4 version of this package in pkgsrc. Otherwise, the kde3 package can match, which causes difficulties.
2012-03-30Add some security fix regarding totaca5-2/+65
http://www.imagemagick.org/discourse-server/viewtopic.php?f=4&t=20629. [CVE-2012-0259] JPEG EXIF tag crash. [CVE-2012-0260] Excessive memory use with JPEG restart markers. [CVE-2012-1798] Copying of invalid memory when reading TIFF EXIF IFD. Bump PKGREVISION.
2012-03-29Update to 1.5.10 (security fix):wiz3-23/+6
Version 1.5.10beta01 [February 24, 2012] Removed two useless #ifdef directives from pngread.c and one from pngrutil.c Always put the CMAKE_LIBRARY in "lib" (removed special WIN32 case). Removed empty vstudio/pngstest directory (Clifford Yapp). Eliminated redundant png_push_read_tEXt|zTXt|iTXt|unknown code from pngpread.c and use the sequential png_handle_tEXt, etc., in pngrutil.c; now that png_ptr->buffer is inaccessible to applications, the special handling is no longer useful. Fixed bug with png_handle_hIST with odd chunk length (Frank Busse). Added PNG_SAFE_LIMITS feature to pnglibconf.dfa and code in pngconf.h to reset the user limits to safe ones if PNG_SAFE_LIMITS is defined. To enable, use "CPPFLAGS=-DPNG_SAFE_LIMITS_SUPPORTED" on the configure command or put "#define PNG_SAFE_LIMITS_SUPPORTED" in pnglibconf.h. Revised the SAFE_LIMITS feature to be the same as the feature in libpng16. Added information about the new limits in the manual. Version 1.5.10beta02 [February 27, 2012] Updated Makefile.in Version 1.5.10beta03 [March 6, 2012] Removed unused "current_text" members of png_struct and the png_free() of png_ptr->current_text from pngread.c Added palette-index checking. Issue a png_warning() if an invalid index is found. Version 1.5.10beta04 [March 10, 2012] Fixed PNG_LIBPNG_BUILD_BASE_TYPE definition. Fixed CMF optimization of non-IDAT compressed chunks, which was added at libpng-1.5.4. It sometimes produced too small of a window. Version 1.5.10beta05 [March 10, 2012] Reject all iCCP chunks after the first, even if the first one is invalid. Issue a png_benign_error() instead of png_warning() about bad palette index. Fixed an off-by-one error in the palette index checking function. Revised example.c to put text strings in a temporary character array instead of directly assigning string constants to png_textp members. This avoids compiler warnings when -Wwrite-strings is enabled. Version 1.5.10 [March 29, 2012] Prevent PNG_EXPAND+PNG_SHIFT doing the shift twice. Revised png_set_text_2() to avoid potential memory corruption (fixes CVE-2011-3048).
2012-03-28Fix build with clang.wiz2-1/+16
2012-03-26No direct include of mk/x11.b3.mk.joerg1-2/+1
2012-03-26Allow deprecated glib features.joerg1-1/+3
2012-03-26oops - revert unwanted changedrochner1-2/+2
2012-03-26add upstream changeset #12975 to fix build against xine-lib>=1.2drochner3-3/+23
2012-03-25Fix typo in MASTER_SITES.wiz1-2/+2
2012-03-24update to 1.5.0drochner5-49/+40
This fixes a vulnerability caused due to an error when parsing a CMAP record which can be exploited to cause an out-of-bounds write via specially crafted JPEG files. (SA48498)
2012-03-24Dont build/install doxygen docs if it happens to find doxygen.markd1-1/+2
2012-03-23former tclsh path fixes also resolve an unwanted symbolic link creation inobache2-3/+4
BUILDLINK_DIR. Bump PKGREVISION.
2012-03-21Update to 2.5.0markd10-124/+520
Changes unknown
2012-03-21Update to 2.5.0markd4-154/+212
Change unknown
2012-03-21add libkfacemarkd1-1/+2
2012-03-21Import libkface 2.5.0markd5-0/+75
Libkface is a Qt/C++ wrapper around LibFace library to perform face recognition and detection over pictures This library is used by kipi-plugins, digiKam and others kipi host programs.
2012-03-21Include sys/types.h for size_t.hans2-1/+17
2012-03-21Make sure that the solaris-gcc makefile is used when necessary.hans1-1/+6
2012-03-21On both SunOS 5.10 and 5.11 sm3600 is built.hans1-4/+2
2012-03-21update to 2.4drochner2-6/+6
changes: minor fixes and improvements
2012-03-21update to 6.7.5-10drochner4-9/+11
This fixes incomplete fixes for CVE-2012-0247 / CVE-2012-0248 (CVE-2012-1185 / CVE-2012-1186)
2012-03-21Tell location of TCLSH and WISH to configure script.obache1-1/+3
PR 46112.
2012-03-21Update ruby-gnuplot to 2.4.1.taca3-7/+9
2.4.1 * Quote escape more strings. Thanks for the tip! 2.4.0 * Allow for 3D plots, fix examples. Thanks everybody!
2012-03-21Update py-actdiag to 0.3.2.obache3-17/+30
while here, install man page. 0.3.2 (2012-03-15) ------------------ * Fix bugs 0.3.1 (2012-02-15) ------------------ * Add autolane plugin * Update to new package structure (blockdiag >= 1.1.2)
2012-03-21Update py-seqdiag to 0.7.3.obache3-17/+24
while here, install man page. 0.7.3 (2012-03-16) ------------------ * Allow to insert separators in subedge-group * Fix bugs 0.7.2 (2011-12-12) ------------------ * Fix bugs
2012-03-21Update py-blockdiag to 1.1.4.obache3-7/+9
1.1.4 (2012-03-15) ------------------ * Add new edge.hstyles: oneone, onemany, manyone, manymany * Add edge attribute: description (for build description-tables) * Fix bugs 1.1.3 (2012-02-13) ------------------ * Add new edge type for data-models (thanks to David Lang) * Add --no-transparency option * Fix bugs
2012-03-21Make flickcurl use raptor2 instead of raptor.wiz1-1/+2
Bump PKGREVISION of the only dependency.
2012-03-20Changes 0.7.1:adam3-24/+6
* Fixed a regression in the reduction of palette-encoded grayscale images. This regression was introduced in version 0.7.
2012-03-20Update to 2.95:wiz2-7/+6
Jan 24 2011: Fixed bug in jhead -cmd that caused metatdata to be deleted. Mar 3 2011: Handle very large unsigned rational numbers in exif header
2012-03-20Remove bogus patch entriesmarkd11-55/+11
2012-03-20KDE 4.8.0 changesmarkd1-2/+13
2012-03-20Update to KDE SC 4.8.0markd55-583/+581
remove kdegraphics4 add libksane, kamera, ksaneplugin, ksnapshot, kcolorchooser, kgamma, kruler, kolourpaint, kdegraphics-mobipocket, kdegraphics-thumbnailers, kdegraphics-strigi-analyzer, svgpart
2012-03-19add {gwenview,gwenview-i18n,libkdcraw,libkexiv2,libkipi}-kde3markd1-2/+6
remove gwenview-i18n
2012-03-19Update to KDE SC 4.8.0markd9-470/+39
2012-03-19Reimport gwenview-i18n 1.4.2nb11 as gwenview-i18n-kde3markd4-0/+199