summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2006-08-26Changes 2.2.13:adam4-14/+17
* Bug fixes - avoid endless looping when loading a corrupt XCF file - fixed regression in file dialogs - fixed right-to-left layout in layers dialog - avoid a crash when loading a corrupt gradient file - fixed segfault in Warp plug-in on 64bit architectures - fixed crash in GimpDrawablePreview - fixed error in Winicon load plug-in - fixed errors in Autocrop plug-in - fixed compile errors in regression tests on OS X - fixed regression in Gaussian Blur plug-in - fixed crash when opening an RGB image in an indexed image - fixed a possible crash in the Save dialog - fixed Lighten Only layer mode on SSE2 platforms - work with newer versions of autoconf - protect against bogus values returned from GDK - fixed handling of indexed images in the Winicon save plug-in
2006-08-25Update to 3.5:wiz3-10/+21
Comix 3.5 - Added a bunch of new icons, including a new "logo". - The magnifying lens code has been polished a bit. It is now substantially faster so the lens should appear less choppy. - Added horizontal and vertical lossless JPEG flip commands. - Added a JPEG desaturation command. - Added support for SVG, PCX, PNM, PBM, PGM, PPM, Targa and Sun raster image files. - Rearranged the toolbar a bit and added tooltips to it. - When a directory is given as a command line parameter, Comix now recursively searches for cbr, cbz and cbt files as well as image files. - Changed install.py so that it aborts installation if the required dependencies are not found. - Fixed a bug that caused the space key to not scroll down when in double page mode and manga mode and the window is wider than the pages. - Applied a workaround for a bug(?) in WindowMaker that caused problems when using the "fullscreen as default" preference. - Fixed a memory leak in the magnifying lens code. - Some internal and some minor changes.
2006-08-23Changes 6.2.9.1:adam2-6/+6
* Bug fixes
2006-08-23Update MASTER_SITES.wiz1-5/+8
2006-08-23Changes 0.5.4:adam3-21/+6
* Added user options -out and -dir, to specify the name of the output file or directory. * Added support for builds based on the system-supplied libpng.
2006-08-22Regenerate (patch-ab added).jdc1-1/+2
2006-08-22Make this compile with gcc4.jdc1-0/+22
2006-08-22Add two patches to work around issues from CVE-2006-3467. Patches arejoerg4-3/+514
directly from FreeType CVS. Bump revision.
2006-08-22vasprintf exists on DragonFly as well.joerg2-1/+15
2006-08-22Needs pkg-config.joerg1-2/+2
2006-08-20Security fix for CVE-2006-3376:salo3-3/+35
"A vulnerability in libwmf can be potentially exploited by malicious people to compromise an application using the vulnerable library. The vulnerability is caused due to an integer overflow error when allocating memory based on a value taken directly from a WMF file without performing any checks. This can be exploited to cause a heap-based buffer overflow when a specially crafted WMF file is processed. Successful exploitation may allow execution of arbitrary code." http://secunia.com/advisories/20921/ http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3376 Patch from Red Hat. Bump PKGREVISION.
2006-08-19Update to 1.2.4:wiz3-10/+10
Release 1.2.4 (2006-08-18 Carl Worth) ========================================================= This is the second bug fix release in the 1.2 series, coming less than two weeks after the 1.2.2 release made on August 8. The big motivation for a quick release was that there were a log of build system snags that people ran into with the 1.2.2 release. But, by the time we got those all done, we found that we had a bunch of fixes for cairo's rendering as well. So there's a lot of goodness in here for such a short time period. Rendering fixes --------------- Fix image surfaces to not be clipped when used as a source (Vladimir Vukicevic) http://gitweb.freedesktop.org/?p=cairo;a=commit;h=72e25648c4c4bc82ddd938aa4e05887a293f0d8b Fix a couple of corner cases in dashing degenerate paths (Jeff Muizelaar) http://gitweb.freedesktop.org/?p=cairo;a=commit;h=fbb1758ba8384650157b2bbbc93d161b0c2a05f0 Fix support for type1 fonts on win32 (Adrian Johnson) http://gitweb.freedesktop.org/?p=cairo;a=commit;h=da1019c9138695cb838a54f8b871bbfd0e8996d7 Fix assertion failure when rotating bitmap fonts (Carl Worth) http://gitweb.freedesktop.org/?p=cairo;a=commit;h=0bfa6d4f33b8ddb5dc55bbe419c15df4af856ff9 Fix assertion failure when calling cairo_text_path with bitmap fonts (Carl Worth) http://gitweb.freedesktop.org/?p=cairo;a=commit;h=9878a033531e6b96b5f27e69e10e90dee7440cd9 Fix mis-handling of cairo_close_path in some situations (Tim Rowley, Carl Worth) http://gitweb.freedesktop.org/?p=cairo;a=commit;h=53f74e59faf1af78f2f0741ccf1f23aa5dad4efc Respect font_matrix translation in _cairo_gstate_glyph_path (Behdad Esfahbod) http://gitweb.freedesktop.org/?p=cairo;a=commit;h=f183b835b111d23e838889178aa8106ec84663b3 Fix vertical metrics adjustment to work with non-identity shapes (Behdad Esfahbod) http://gitweb.freedesktop.org/?p=cairo;a=commit;h=b7bc263842a798d657a95e539e1693372448837f [PS] Set correct ImageMatrix in _cairo_ps_surface_emit_bitmap_glyph_data (Behdad Esfahbod) http://gitweb.freedesktop.org/?p=cairo;a=commit;h=d47388ad759b0a1a0869655a87d9b5eb6ae2445d Build system fixes ------------------ Fix xlib detection to prefer pkg-config to avoid false libXt dependency (Behdad Esfahbod) http://gitweb.freedesktop.org/?p=cairo;a=commit;h=0e78e7144353703cbd28aae6a67cd9ca261f1d68 Fix typos causing win32 build problem with PS,PDF, and SVG backends (Behdad Esfahbod) http://gitweb.freedesktop.org/?p=cairo;a=commit;h=aea83b908d020e26732753830bb3056e6702a774 Fix configure cache to not use stale results (Behdad Esfahbod) http://gitweb.freedesktop.org/?p=cairo;a=commit;h=6d0e3260444a2d5b6fb0cb223ac79f1c0e7b3a6e Fix to not pass unsupported warning options to the compiler (Jens Granseuer) http://gitweb.freedesktop.org/?p=cairo;a=commit;h=97524a8fdb899de1ae4a3e920fb7bda6d76c5571 Fix to allow env. variables such as png_REQUIRES to override configure detection (Jens Granseuer) http://gitweb.freedesktop.org/?p=cairo;a=commit;h=abd16e47d6331bd3811c908e524b4dcb6bd23bf0 Fix test suite to not use an old system cairo when converting svg2png (Behdad Esfahbod) http://gitweb.freedesktop.org/?p=cairo;a=commit;h=6122cc85c8f71b1ba2df3ab86907768edebe1781 Fix test suite to not require signal.h to be present (Behdad Esfahbod) http://gitweb.freedesktop.org/?p=cairo;a=commit;h=6f8cf53b1e1ccdbe1ab6a275656b19c6e5120e40 Code cleanups ------------- Many useful warnings cleanups from sparse, valgrind, and careful eyes (Kjartan Maraas, Pavel Roskin)
2006-08-16add xplot-develgdt1-1/+2
2006-08-16Tim Shepard's plotting program. This is most often used to generategdt7-0/+103
TCP time-sequence plots. This is a development version with new features that has not undergone extensive testing.
2006-08-15enable glewabs1-1/+2
2006-08-15Import graphics/glew-1.3.4 into pkgsrc.abs7-0/+112
The OpenGL Extension Wrangler Library (GLEW) is a cross-platform C/C++ extension loading library. GLEW provides efficient run-time mechanisms for determining which OpenGL extensions are supported on the target platform. OpenGL core and extension functionality is exposed in a single header file.
2006-08-15Updated PerlMagick to p5-PerlMagick-6.2.9.0 to match ImageMagickabs1-2/+1
2006-08-15Update graphics/ImageMagick from 6.2.8.8 to 6.2.9.0abs3-12/+8
* Add -adaptive-resize option. * Permit x100 as a geometry in Magick++. * Respect width/height for image MVG element.
2006-08-15add gtk2 bl3; this package uses gtk2 in its own right.gdt1-2/+4
2006-08-14Update to 0.9.1gdt2-7/+6
11/08/2006 - UFRaw-0.9.1 released, based on DCRaw v8.29. * Recognize Sony's *.arw file type. * Redirect exiv2 warnings from the terminal to the log. * Fix build for some build environments (libjpeg errors). * Treat Minolta's Alpha and Maxxum models as the Dynax model for WB presets. 03/08/2006 - UFRaw-0.9 released, based on DCRaw v8.28. * Display EXIF data in user interface. * Add darkframe subtraction option. * More conservative highlight unclipping. * Support filenames in URI format. * Some bug corrections.
2006-08-12Added graphics/zphoto (it's amazing!)xtraeme1-1/+2
2006-08-12Initial import of zphoto-1.2.2 from pkgsrc-wip, packaged byxtraeme6-0/+131
OBATA Akio. zphoto - a flash-based photo album generator.
2006-08-11gmake is needed to build, from Gilles Dauphin per PR pkg/34177drochner1-2/+2
(this is not Solaris specific, it happened to me too on i386/current)
2006-08-10install gtk-doc generated API documentation at the default location,drochner2-33/+32
so that it is found by "devhelp" bump PKGREVISION
2006-08-10libpixman is part of cairo, the separate distribution is obsoletedrochner8-119/+1
2006-08-10two pkgsrc related changes which I wanted to piggyback on the next update:drochner2-55/+52
-remove dependency on libpixman which was stale for ages -don't bother setting the gtk-doc installation path to share/doc, the new "devhelp" will find it at the default location (and the previous versions didn't find it at share/doc either)
2006-08-10Update to 1.2.2, some pkglint cleanup:wiz9-65/+34
Release 1.2.2 (2006-08-08 Carl Worth) ========================================================= This is the first bug fix release in the 1.2 series since the original 1.2.0 release made six weeks ago. There were some very serious bugs in the 1.2.0 release, (see below), so everybody is encouraged to upgrade from 1.2.0 to 1.2.2. The 1.2.2 release maintains source and binary compatibility with 1.2.0 and does not make any API additions. Fix crashes with BGR X servers ------------------------------ With cairo 1.2.0 many people reported problems with all cairo-using programs, (including all GTK+ programs with GTK+ >= 2.8) immediately crashing with a complaint about an unsupported image format. This bug affected X servers that do not provide the Render extension and that provide a visual with BGR rather than RGB channel order. report: https://bugs.freedesktop.org/show_bug.cgi?id=7294 fix: http://gitweb.freedesktop.org/?p=cairo;a=commit;h=9ae66174e774b57f16ad791452ed44efc2770a59 Fix the "disappearing text" bug ------------------------------- With cairo 1.2.0 many people reported that text would disappear from applications, sometimes reappearing with mouse motion or selection. The text would disappear after the first space in a string of text. This bug was caused by an underlying bug in (very common) X servers, and only affected text rendered without antialiasing, (either a bitmap font or a vector font with antialiasing disabled). The bug was also exacerbated by a KDE migration bug that caused antialiasing to be disabled more than desired. report: https://bugs.freedesktop.org/show_bug.cgi?id=7494 fix: http://gitweb.freedesktop.org/?p=cairo;a=commit;h=456cdb3058f3b416109a9600167cd8842300ae14 see also: Xorg: https://bugs.freedesktop.org/show_bug.cgi?id=7681 KDE: http://qa.mandriva.com/show_bug.cgi?id=23990 Fix broken image fallback scaling (aka. "broken printing") ---------------------------------------------------------- The various "print" backends, (pdf, ps, and svg), sometimes fallback to using image-based rendering for some operations. In cairo 1.2.0 these image fallbacks were scaled improperly. Applications using cairo can influence the resolution of the image fallbacks with cairo_surface_set_fallback_resolution. With the bug, any calue other than 72.0 would lead to incorrect results, (larger values would lead to increasingly shrunken output). report: https://bugs.freedesktop.org/show_bug.cgi?id=7533 fix: http://gitweb.freedesktop.org/?p=cairo;a=commit;h=1feb4291cf7813494355459bb547eec604c54ffb Fix inadvertent semantic change of font matrix translation (Behdad Esfahbod) ---------------------------------------------------------------------------- The 1.2.0 release introduced an inadvertent change to how the translation components of a font matrix are interpreted. In the 1.0 series, font matrix translation could be used to offset the glyph origin, (though glyph metrics were reported incorrectly in 1.0). However in 1.2.0, the translation was applied to the advance values betwen each glyph. The 1.2.0 behavior is fairly useless in practice, and it was not intentional to introduce a semantic change. With 1.2.2 we return to the 1.0 semantics, with a much better implementation that provides correct glyph metrics. fix: http://gitweb.freedesktop.org/?p=cairo;a=commit;h=84840e6bba6e72aa88fad7a0ee929e8955ba9051 Fix create_similar to preserve fallback resolution and font options (Behdad Esfahbod) ------------------------------------------------------------------------------------- There has been a long-standing issue with cairo_surface_create_similar such that font options and other settings from the original destination surface would not be preserved to the intermediate "similar" surface. This could result in incorrect rendering (particulary with respect to text hinting/antialiasing) with fallbacks, for example. report: https://bugs.freedesktop.org/show_bug.cgi?id=4106 fixes: http://gitweb.freedesktop.org/?p=cairo;a=commit;h=9fcb3c32c1f16fe6ab913e27eb54d18b7d9a06b0 http://gitweb.freedesktop.org/?p=cairo;a=commit;h=bdb4e1edadb78a2118ff70b28163f8bd4317f1ec xlib: Fix text performance regression from 1.0 to 1.2.0 (Vladimir Vukicevic) ---------------------------------------------------------------------------- Several people noticed that upgrading from cairo 1.0 to cairo 1.2.0 caused a significant peformance regression when using the xlib backend. This performance regression was particularly noticeable when doing lots of text rendering and when using a high-latency connection to the X server, (such as a remote X server over an ssh connection). The slowdown was identified and fixed in 1.2.2. report: https://bugs.freedesktop.org/show_bug.cgi?id=7514 fix: http://gitweb.freedesktop.org/?p=cairo;a=commit;h=b7191885c88068dad57d68ced69a752d1162b12c PDF: Eliminate dependency on FreeType library dependency (Adrian Johnson) ------------------------------------------------------------------------- The cairo 1.2 series adds a supported pdf backend to cairo. In cairo 1.2.0 this backend required the freetype library, which was an undesirable dependency on systems such as win32, (cairo is designed to always prefer the "native" font system). As of cairo 1.2.2 the freetype library is not required to use the pdf backend on the win32 platform. report: https://bugs.freedesktop.org/show_bug.cgi?id=7538 fix: http://gitweb.freedesktop.org/?p=cairo;a=commit;h=a0989f427be87c60415963dd6822b3c5c3781691 PDF: Fix broken output on amd64 (Adrian Johnson) ------------------------------------------------ report: http://bugzilla.gnome.org/show_bug.cgi?id=349826 fix: http://gitweb.freedesktop.org/?p=cairo;a=commit;h=f4b12e497b7ac282b2f6831b8fb68deebc412e60 PS: Fix broken output for truetype fonts > 64k (Adrian Johnson) --------------------------------------------------------------- fix: http://gitweb.freedesktop.org/?p=cairo;a=commit;h=067d97eb1793a6b0d0dddfbd0b54117844511a94 PDF: Fix so that dashing doesn't get stuck on (Kent Worsnop) ------------------------------------------------------------ Kent notices that with the PDF backend in cairo 1.2.0 as soon as a stroke was performed with dashing, all subsequent strokes would also be dashed. There was no way to turn dashing off again. fix: http://gitweb.freedesktop.org/?p=cairo;a=commit;h=778c4730a86296bf0a71080cf7008d7291792256 Fix memory leaks in failure paths in gradient creation (Alfred Peng) -------------------------------------------------------------------- fix: http://gitweb.freedesktop.org/?p=cairo;a=commit;h=db06681b487873788b51a6766894fc619eb8d8f2 Fix memory leak in _cairo_surface_show_glyphs (Chris Wilson) ------------------------------------------------------------ report: https://bugs.freedesktop.org/show_bug.cgi?id=7766 fix: http://gitweb.freedesktop.org/?p=cairo;a=commit;h=e2fddcccb43d06486d3680a19cfdd5a54963fcbd Solaris: Add definition of cairo_private for some Sun compilers (Alfred Peng) ----------------------------------------------------------------------------- report: https://bugzilla.mozilla.org/show_bug.cgi?id=341874 fix: http://gitweb.freedesktop.org/?p=cairo;a=commit;h=04757a3aa8deeff3265719ebe01b021638990ec6 Solaris: Change version number of Sun's Xorg server with buggy repeat (Brian Cameron) ------------------------------------------------------------------------------------- report: https://bugs.freedesktop.org/show_bug.cgi?id=7483 fix: http://gitweb.freedesktop.org/?p=cairo;a=commit;h=e0ad1aa995bcec4246c0b8ab0d5a5a79871ce235 Various memory leak fixes ------------------------- Fix memory leak in _cairo_surface_show_glyphs (bug 7766) Fix file handle leak in failure path (bug 7616) Fix some memory leaks in the test cases. Fix some memory leaks in font subsetting code used in print backends. Documentation improvements (Behdad Esfahbod) -------------------------------------------- Added new documentation for several functions (cairo_show_page, cairo_copy_page, cairo_in_stroke, cairo_in_fill). Fixed some syntax errors that were preventing some existing documentation from being published. Fixed several minor typographical errors. Added an index for new symbols in 1.2.
2006-08-09Fix include file so that it doesn't conflict with code. Variable 'nib' thatdarcy3-3/+17
was declared external is only used in one place and is declared static in that file (quill0p.c).
2006-08-08Backout previous change since something wrong with generating sometaca2-3/+5
image files. It should be fixed and PLIST should not be changed. Noted by OBATA Akio on pkgsrc-changes. Bump PKGREVISION.
2006-08-07Correct PLIST and bump PKGREVISION.taca2-4/+3
2006-08-07Finally, update path in the checksup to match DIST_SUBDIR.tv1-4/+4
2006-08-07Make a DIST_SUBDIR with datestamp to put the modified-checksum distfile in.tv1-1/+4
Noticed by salo. Avoided using PKGNAME (with nbX revision) in the dir name, as PKGREVISION can be bumped for other reasons.)
2006-08-07#@$^@#$%&!#$%@#%&@#$%@#%&@$^%!#@$^@#$%^ CHECKSUM CHANGED AGAIN!tv3-6/+8
Don't these people know what RESPONSIBLE software development is? Bump to nb1 just in case something changed, because I have no way to be sure.
2006-08-07Update to 6.2.8-8 -- -7 is no longer available on most ImageMagickperry2-6/+6
mirrors. The ChangeLog between -7 and -8 says: * Add -unique-colors to discard all but one of any pixel color. * The montage program properly parses the -channel option. * Make -colors work consistently as an image operator. * Some DPX images do not contain a television header. * Restore ability to read 10-bit grayscale Cineon images. * Improve handling of corrupt GIF images.
2006-08-06Update to 1.22:wiz2-6/+7
2006-07-16 v1.22 Tels 123 tests * fix bug #19071: byteorder for TIFF on 64-bit systems broken * better error message in case SOI is missing in a JPEG (still no fix for #20183) * SVG: + use the correct MIME type "image/svg+xml" + version extraction was broken + comments had too much whitespace at front/end (these should be ignored and not extracted anyway) * add svg.t * resize test.jpg and test.png to make dist smaller * add interlace.png and beef up t/png.t
2006-08-06add .fi mirrorjdolecek1-2/+3
2006-08-06Needs intltool.wiz1-2/+2
2006-08-06Wants c compiler too.wiz1-2/+2
2006-08-06Reomove BROKEN_IN for packages that built in the latestkristerw4-12/+4
NetBSD 3.0_STABLE/i386 bulk build.
2006-08-05Update to 1.0.18.wiz10-81/+44
Reanem hp3900 option to sane-backends-hp3900, and add legacy handling for the old option name. New with 1.0.18, released 2006-07-02: * New backends: dell1600n_net (Dell 1600n), hp3500 (HP ScanJet 3500 series), pixma (Canon Pixma series), stv680 (Aiptek Pencam and similar). * Updated backends: avision, canon, dll, epson, fujitsu, genesys, gt68xx, microtek2, mustek_pp, niash, plustek, snapscan, sp15c, test, u12, umax1220u. * Scanimage batch mode fixes. * Scanner lists contain USB vendor/product ids and some statistics now. * Udev/hotplug lists are generated autmatically from the .desc files now. * Portability fixes (especially for DragonFlyBSD and HP/UX). * Build system updates. * Updated translations. * Documentation updates. * Bugfixes.
2006-08-05Update to 3.4:wiz3-7/+17
Comix 3.4 - Added more image data to the properties dialog. - Added a "delete image" command that can remove single images from Comix. It is currently not possible to remove image files within archives. - Added lossless JPEG rotation commands. It is currently not possible to rotate image files within archives. The `jpegtran` program (part of the jpeg library) must be present for this to work. Comix can still run as normal without `jpegtran`, but then without the new JPEG rotation capabilities. - Changed the buttons in the toolbar. - Improved the space key smart scrolling mode so that it automatically performs all the sideways scrolling as well. - Added a preference to set the magnitude of the space key scroll in percentages of either the window size or the page size. - Added a Traditional Chinese translation by Hsin-Lin Cheng. - Comments are now displayed using a monospaced font. - Comments can now be dragged around with the mouse just like an image. - Directories can now be given as command line parameters as well as files. If a directory is given it will be recursed into and the first image file found will be loaded. - Improved cover guessing of comicthumb and the library a bit. - Handling of files that have filenames encoded with the wrong character encoding is now more sturdy. - Fixed a bug that could cause outdated thumbnails to be left in the ~/.comix/menu_thumbnails/ directory when running multiple instances of Comix at the same time. - Applied a workaround for a bug(?) in WindowMaker that caused the "Open dialog" to be invisible while in fullscreen mode when using WindowMaker. The same problem applies to the library window, but there is no workaround for that in place currently. - Fixed a bug that could cause no images to be displayed when turning double page mode off, then on again and flipping to the next couple of pages in that order. - Some minor changes.
2006-08-05Changes 0.5.3:adam4-12/+17
* Upgraded libpng to version 1.2.12-optipng [private] * Implemented basic support for TIFF (grayscale, RGB and RGBA, uncompressed). * Avoided the redundant trial when the search space is singular (e.g. when running "optipng -o1 example.tif"). * Prevented accidental file corruption when using option "-log". * Fixed (again) a small typo in the online help.
2006-08-03Just fixing pkglint warnings doesn't help. Sometimes they are justrillig2-5/+14
pointers that something else is wrong. In this case, the file contained _three_ instances of __sun__, but only two were in the patch, so pkglint could not warn on the third one. Now pango really builds on Solaris with SunPro (tested).
2006-08-03update to 2.14.3drochner2-6/+6
changes: - Properly sort image filenames containing numbers - Thumbnailing fixes - Fix printing for images with alpha channel - Several code cleanups - Make transparent color selection work - Avoid losing EXIF data when saving changed jpeg images - Fix crash with fast image switching - Updated translations
2006-08-03update to 1.1.13.6 (last stable version)drochner2-7/+6
sorry, no useful changelog found
2006-08-03Fixed a build failure of devel/pango by replacing __sun__ with __sun inrillig3-7/+7
patch-ab, as told by pkglint. Maybe that warning is really useful. :) Bumped PKGREVISION.
2006-08-03Modify patch to tif_dir.c to be compiled by gcc prior to 3.x.taca2-13/+20
Requested by solo@.
2006-08-02Security fixes for SA21304:salo10-3/+677
"Some vulnerabilities have been reported in libTIFF, which can be exploited by malicious people to cause a DoS (Denial of Service) or potentially compromise a vulnerable system. The vulnerabilities are caused due to various heap and integer overflows when processing TIFF images and can be exploited via a specially crafted TIFF image. Successful exploitation allows crashing applications linked against libTIFF and may also allow execution of arbitrary code." http://secunia.com/advisories/21304/ http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3459 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3460 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3461 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3462 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3463 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3464 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3465 Patches from Tavis Ormandy, Google Security Team via SUSE. Bump PKGREVISION.
2006-08-02Update to KDE 3.5.4markd2-13/+14
kfax * Fix crash on multipage TIFF when doing zoom out and hitting "PgDown". KPDF * Update the thumbnail selection when toggling a search. * Fix the rendering of incorrect glyphs on some documents with Type 3 fonts. * Do not crash while printing some documents with jpeg images. * Make watching of ps files work. * Make space scroll by viewport-page, not by document-page. * Fix PDF files sometimes opening as ASCII. * Fix find next is quickly disabled when the "search as you type" feature is used. * Make the find dialog remember searched texts. * Do not crash on files that have GfxImageColorMap we can not parse. kview * Install photobookui.rc to the correct place.
2006-08-01Split Mesa/Makefile.common into Makefile.common and Makefile.lib.jlam7-80/+95
The latter is used by packages that build libraries from the Mesa sources, while the former is only if the package builds from the Mesa sources. Modify the various Mesa packages to include the proper Makefile, and add some documentation to the Makefiles. As a side effect, this suppresses the "duplicate target" warning in graphics/glx-utils that was caused by having the same distfile listed in DISTFILES more than once.