summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2006-09-15Update to 2.16.0:jmmv4-21/+49
2006-08-31 Dom Lachowicz <cinamod@hotmail.com> * configure.in: 2.16.0 2006-08-23 Dom Lachowicz <cinamod@hotmail.com> * rsvg-text.c: Bug 344116. The 5 crashes I mentioned before aren't reproducible. I'm enabling this code, and watching out for regressions. 2006-08-23 Dom Lachowicz <cinamod@hotmail.com> * configure.in: Hopefully fix --disable-gtk-doc (341421) * doc/Makefile.am: Ditto 2006-08-23 Dom Lachowicz <cinamod@hotmail.com> * librsvg.def: Make export symbols work on OSX (bug 352512) * rsvg-private.h: Some preparation work for color normalization 2006-08-22 Dom Lachowicz <cinamod@hotmail.com> * Bug 344116: Committed patch from Kouhei Sutou <kou@cozmixng.org> that makes librsvg use Pango-Cairo instead of PangoFT2+rendering text as a path. This patch is disabled for now, as it crashes on at least 5 known SVGs (see bug 344116) 2006-08-22 Dom Lachowicz <cinamod@hotmail.com> * rsvg-base.c (rsvg_handle_write_impl): Have libxml2 replace entities for us. This fixes a bug where style definitions don't get properly expanded, but causes a (2.15.x-only feature) regression when importing external ENTITIES. 2006-07-27 Dom Lachowicz <cinamod@hotmail.com> * configure.in: 2.15.90 2006-07-22 Dom Lachowicz <cinamod@hotmail.com> * configure.in: Bug 348329 make gnome-print dependency optional * rsvg-text.c: Don't leak PangoFt2 fonts (bug 344235). This is a work-around for Pango bug 143542. * rsvg.c: Document _render_sub better (bug 346964) * rsvg-cairo-render.c: Ditto 2006-07-22 Dom Lachowicz <cinamod@hotmail.com> * configure.in: Require cairo-png 2006-07-20 Dom Lachowicz <cinamod@hotmail.com> * rsvg-text.c: Fix build breakage caused by newer freetype versions (https://sourceforge.net/project/shownotes.php?release_id=416463&group_id=3157). For some reason, they thought that breaking API compatability in such a low-level, widely-used library was ok. 2006-06-28 Dom Lachowicz <cinamod@hotmail.com> * rsvg-private.h: Use G_GNUC_PRETTY_FUNCTION so as to not depend on GCC extensions (3461163) * gdk-pixbuf-loader/Makefile.am: Remove trailing slash so that install.sh works on Solaris. It seems that it doesn't like test -d dir/ 2006-05-14 Dom Lachowicz <cinamod@hotmail.com> * configure.in: New better way to invoke gtk-doc (see 341421) * Makefile.am: Ditto * doc/Makefile.am: Ditto * gtk-doc.make: Removed. Auto-generated 2006-05-07 Dom Lachowicz <cinamod@hotmail.com> * gdk-pixbuf-loader/io-svg.c: Fix build on GTK+ >= 2.9. (329850) 2006-05-04 Dom Lachowicz <cinamod@hotmail.com> * rsvg-base.c: Fix some cast warnings (340666) 2006-05-03 Emmanuel Pacaud * rsvg-base.c: Fix rounding error in rsvg_pixbuf_from_file() (340664) 2006-05-03 Dom Lachowicz <cinamod@hotmail.com> * configure.in: Require cairo 1.1.2 or better * rsvg-convert.c: Remove code made unecessary by cairo 1.1.2 2006-05-03 Paolo Borelli <pborelli@katamail.com> * rsvg-filter.c: * rsvg-marker.c: * rsvg-mask.c: * rsvg-paint-server.c: * rsvg-private.h: Factor out rsvg_get_url_string. Bug 340505. 2006-05-03 Paolo Borelli <pborelli@katamail.com> * rsvg-text.[ch]: pass the lenght to rsvg_make_valid_utf8. * rsvg-base.c: avoid some strdups and avoid a leak in the !utf8 case of rsvg_characters(). Bug 340471. 2006-05-02 Dom Lachowicz <cinamod@hotmail.com> * rsvg.c: Use g_try_malloc0 so that the app doesn't abort() if we can't malloc the requested # of pixels. Part of bug 340440. 2006-04-30 Dom Lachowicz <cinamod@hotmail.com> * rsvg-base.c: Implement the XInclude spec to some large-ish degree. Currently doesn't support the "xpointer" bit. * rsvg-gobject.c: Only initialize the SAX handler once (on class init) rather than at object-init 2006-04-29 Dom Lachowicz <cinamod@hotmail.com> * rsvg-paint-server.c: Fix a "type-punned pointer" issue found by Thomas VS * rsvg-base.c: xmlChar vs. char (#340114) 2006-04-27 Dom Lachowicz <cinamod@hotmail.com> * rsvg-base.c: Handle system, public, and unparsed entity declarations better. Probably not 100% conformant, but probably better than not doing it at all. * rsvg-styles.c: Add support for the CSS @import directive. Probably isn't 100% conformant, but probably better than not doing it at all. 2006-04-27 Dom Lachowicz <cinamod@hotmail.com> * rsvg-css.c (rsvg_css_parse_xml_attribute_string): Code borrowed from Expat. Takes a XML attribute+value string and turns it into attribute+value pairs. * rsvg-base.c (rsvg_processing_instruction): Implement <?xml-stylesheet?> as best I know how. (related to #338163) 2006-04-27 Dom Lachowicz <cinamod@hotmail.com> * rsvg-base.c (rsvg_processing_instruction): Stub out how to handle the <?xml-stylesheet?> processing instruction 2006-04-25 Dom Lachowicz <cinamod@hotmail.com> * rsvg-image.c: Initialize node->super, to avoid a crash (#339637) 2006-04-24 Dom Lachowicz <cinamod@hotmail.com> * librsvg.def: Export rsvg_error_get_type() (#339641) 2006-04-19 Dom Lachowicz <cinamod@hotmail.com> * *.[ch]: Use rsvg_return_if_fail where appropriate, to make life easier for language bindings and to report errors more consistently (bug #338881) 2006-04-17 Sebastian Rittau <srittau@jroger.in-berlin.de> * Update API documentation to match deprecated symbol list 2006-04-01 Dom Lachowicz <cinamod@hotmail.com> * rsvg-convert.c: Ditch popt in favor of GOption (#336090) * rsvg-convert.c: Ditto * test-display.c: Ditto * test-performance.c: Ditto * configure.in: Ditto, bump version number (2.15.0) 2006-03-22 Dom Lachowicz <cinamod@hotmail.com> * rsvg-base-file-util.c: rsvg_handle_set_base_uri() in rsvg_handle_new_from_file() is too late (#335450) 2006-03-19 Dom Lachowicz <cinamod@hotmail.com> * rsvg-base.c: Fix a crash exposed by bug 335107 * rsvg-convert: Prevent warnings/crash after getting a null RsvgHandle back 2006-03-16 Dom Lachowicz <cinamod@hotmail.com> * rsvg-convert.c: rsvg-convert 'crashes' because it calls g_error() on an error condition, instead of fprintf(stderr, ...) (#334813)
2006-09-15Update to 2.16.0.1:jmmv4-923/+3197
Version 2.16.0.1 * Updated system-lock-screen icon to fill all sizes -- bug #354257 (Lapo Calamandrei) * Updated accessories-text-editor icon to fill all sizes -- bug #354256 (Lapo Calamandrei) * Updated 24x24 utilities-terminal icon from 22x22 icon -- bug #354279 (Rodney Dawes) Version 2.16.0 * Add gtk-edit icon at 16x16, 22x22, and 24x24 sizes (Lapo Calamandrei) * Install 24x24 video-display icon -- bug #354112 (Rodney Dawes) * Update 24x24 computer icon from updated 22x22 source -- bug #354111 (Rodney Dawes) * Add a new logviewer icon (Lapo Calamandrei) * New help-browser, emblem-new, and user-desktop icons (Lapo Calamandrei) * New text-x-generic-template icon (Andreas Nilsson) * Add scalable and 32x32 go action icons (Andras Nilsson) * Updated scalable and 32x32 go-home icons (Lapo Calamandrei) * New list-add and list-remove icons -- bug #348415 (Andreas Nilsson) * Port some cvs emblem icons to scalable (Rodney Dawes) * Replace emblem-package and emblem-web with new style icons (Rodney Dawes) * Add missing 32x32 mimetypes directory to index.theme.in (Rodney Dawes) * Updated network status icons (Lapo Calamandrei) * New translations [mg, mr] Version 2.15.92 * Add x-office-drawing icon (Lapo Calamandrei) * Add 32x32 mime type icons (Lapo Calamandrei) * Update scalable mime type icon shadows (Lapo Calamandrei) * Add application-certificate icon (Andreas Nilsson) * More icon cleanup to remove replaced icons (Rodney Dawes) * Add zoom-best-fit icon (Lapo Calamandrei) * Add 32x32 and scalable folder-new icons (Lapo Calamandrei) * Fix scalable web-browser icon not being installed -- bug #351249 (Rodney Dawes) * 32x32 versions of zoom icons (Lapo Calamandrei) * Updated style weather status icons (Lapo Calamandrei) * 32x32 and scalable applications-development icons (Andreas Nilsson) * Updated translations [de] Version 2.15.91 * Add applications-accessories scalable icon (Andreas Nilsson, Jakub Steiner) * Add new preferences-system icon (Andreas Nilsson, Jakub Steiner) * Add new network-workgroup icon (Andreas Nilsson, Jakub Steiner) * Add missing size icons, and fixes (Lapo Calamandrei, Jakub Steiner) * Add new start-here icon (Lapo Calamandrei, Jakub Steiner) * Add new media-flash icon (Rodney Dawes, Jakub Steiner) * New generic multimedia-player icon (Andreas Nilsson, Jakub Steiner) * Add new network-server icon (Andreas Nilsson, Jakub Steiner) * Add new applications-games icon (Andreas Nilsson, Jakub Steiner) * Rename {drive,media}-cdrom to {drive,media}-optical (Rodney Dawes) * Add properly sized process-{idle,working} animation icons -- bug #349353 (Jakub Steiner) * Add missing directories to index.theme.in -- bug #349353 (Rodney Dawes) * Add missing tab-new in 16x16/actions/Makefile.am -- bug #348981 (Rodney Dawes) * Add new view-fullscreen and view-restore icons (Jakub Steiner) * New and updated translations [bn_IN, fr, mk, ml, or] Version 2.15.90 * Moved stock_* fullscreen icons to view-* action names (Rodney Dawes) * Removed stock_close icons -- bug #348509 (Rodney Dawes) * Removed stock_open icons -- bug #348401 (Rodney Dawes) * Add document-new icons and update new "emblem" on *-new icons -- bug #348433 (Jakub Steiner) * New utilities-terminal icons (Andreas Nilsson) * Fix missing computer.svg in scalable/devices/Makefile.am (Rodney Dawes) * New system-run icons (Lapo Calamendrei) * New preferences-desktop-screensaver and system-file-manager (Andreas Nilsson) * 32x32 version of spinner images (Jakub Steiner) * Removed some old icons replaced with newer versions already (Rodney Dawes) * Scalable versions of the appointment-* status icons (Rodney Dawes, Jakub Steiner) Version 2.15.3 * Various build related bug fixes -- bugs #347083 #346870 #346306 #346580 (Rodney Dawes, Jakub Steiner) * More removal and renaming of icons -- bugs #346621 #347023 (Rodney Dawes) * 8x8 version of the symlink emblem icon -- bugs #311279 #310402 (Rodney Dawes) * Add folder-remote.icon for scalable to match emblems of folder.icon -- bug #309113 (Rodney Dawes) * New symbolic link icon -- bug #310402 (Jakub Steiner) * New utilities-system-monitor icon -- bug #306537 (Rodney Dawes, Lapo Calemendrei) * New dialog-warning, dialog-error, dialog-information icons (Jakub Steiner) * New appointment status icons (Jakub Steiner) * Scalable version of applications-internet -- bug #164068 (Rodney Dawes) * New emblem-important, emblem-favorite icons (Jakub Steiner) * New preferences-desktop-wallpaper icon -- bug #313643 (Andreas Nilsson, Rodney Dawes, Jakub Steiner) * Removed xchat icon -- bug #153078 (Rodney Dawes) * New audio-volume status icons at bitmap sizes (Jakub Steiner) * use proper coordinates for SVG for text-x-preview.icon -- bug #329877 (Rodney Dawes) * New and updated translations [bn_IN, zh_HK, zh_TW] Version 2.15.2 * Use of po/LINGUAS and requirement of intltool 0.35.0 (Rodney Dawes) * Scalable zoom icons (Lapo Calamendre, Jakub Steiner) * Updated translations [lv] Version 2.15.1 * New printer device and print action icons (Lapo Calamendrei) * New find/replace action icons (Lapo Calamendrei) * Scalable delete/save action icons (Lapo Calamendrei) * New dictionary icon (Ulisse Perusin) * Remove obsolete no_NO locale (Kjartan Maraas) * Style updates for many icons (Jakub Steiner, Rodney Dawes, Lapo Calamendrei) * Remove unmaintained and distro-specific spec file (Rodney Dawes) * Added MAINTAINERS file (Rodney Dawes) * New and updated translations [be, ca, dz, et, ka]
2006-09-14Fixed the path to the bash.rillig1-1/+4
2006-09-10Changes 2.3.11:adam6-37/+52
- depend on newer versions of glib, gtk+ and pango and use some of the new features in these libraries - made Ctrl-P the default shortcut for Print - show progress when loading/saving XCF files - added support for 16/32 bit bitmaps and alpha channel to the BMP plug-in - if possible, detect the number of CPUs - allow to disable the build of the Script-Fu extension - many improvements to the Python bindings and the pygimp user interface - made message dialogs transient for the progress window - added PDB API for creating a selection from vectors - further improved status bar messages for tools - derive ByColorSelect and FuzzySelect tools from a common base class - finer control over select-by-color functionality - minor optimizations in the drawing code - abstract brush outline drawing into the common base class GimpBrushTool - store sample points in XCF files - added extended PDB API for selection procedures - added convenience API to libgimp that creates a layer from a GdkPixbuf - added midpoint handles to Scale tool for scaling with fixed width or height - let color picker tools select a matching color in the Palette Editor - allow to use foreground and background color in gradients - added first draft of a new Healing Brush tool - abstract clone tool functionality into the common base class GimpSourceTool - improvements to the new selection tools - don't wake up the gimp every so often - added GimpHintBox widget to libgimpwidgets - bug fixes and code cleanup
2006-09-10make sure libXpm.so.4.11 is built with the correct name on IRIX 5schwarz1-4/+5
2006-09-09added support for IRIX 5schwarz1-1/+20
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache12-28/+28
2006-09-08Add and enable icon-naming-utils.jmmv1-1/+2
2006-09-08Initial import of icon-naming-utils, version 0.8.1:jmmv5-0/+55
Icon Naming Utilities is a program that helps with the transition to the new naming scheme defined by the Tango project. This utility maps the icon names used by the GNOME and KDE desktops to the icon names proposed in the Icon Naming Specification.
2006-09-08Update to 6.36. Some changes since 6.29 (many minor fixes/addititions omitted):gdt2-6/+6
- Renamed Canon AFPointsUsed20D to AFPointsUsed and decode for 30D and 400D - Added new Canon AutoISO tag, renamed Canon:ISO tag to ShotISO, and added a new composite ISO tag to give the ISO that was actually used - Decode a number of new values for FujiFilm PictureMode (thanks Michael Meissner) - Added support for Nikon D80 lens information and recognize a new lens (thanks Robert Rottmerhusen)
2006-09-08Don't install configuration files into $HOME, it might not even bejoerg2-4/+22
writeable.
2006-09-07Use RUBY_GENERATE_PLIST.taca1-12/+3
No PKGREVISION bump since the binary package should not changed.
2006-09-07Sort PLIST.taca3-10/+10
2006-09-07Revert maintainership to pkgsrc-users. ENOTIME.gavan1-2/+2
2006-09-07Updated xfce4-artwork to 0.1 (changes unknown).martti1-3/+3
2006-09-07Updated xfce4-artwork to 0.1 (changes unknown).martti4-11/+11
2006-09-06Changes 6.2.9-3:adam4-13/+18
* Add -clip-mask option to clip as defined by an image mask. Changes 6.2.9-2: * Add >>, <<, >=, and <= operators to -fx.
2006-09-06Added graphics/cairomm version 1.2.2adam1-1/+2
2006-09-06cairomm is a C++ wrapper for the cairo graphics library. It offers all theadam5-0/+65
power of cairo with an interface familiar to C++ developers, including use of the Standard Template Library where it makes sense.
2006-09-03Update to 3.5.1:wiz2-6/+6
Comix 3.5.1 - Fixed a bug that caused the mode of all images to be reported as "unknown" instead of RGB/CMYK etc. - Fixed a bug that could cause an error when trying to quit Comix under certain circumstances (i.e. when there is no ~/.comix/menu_thumbnails/ directory present).
2006-09-03Reset maintainer for people who lost their commit bit.wiz5-10/+10
2006-09-02Added a patch that prevents an error message from make(1), and correctedrillig3-4/+19
the location where the manual pages are installed.
2006-09-02Needs imake.rillig1-1/+2
2006-09-02This is a meta-package and does not need a distinfo file. While here,rillig1-2/+4
fixed some pkglint warnings.
2006-09-02remove leftover patch file.dmcmahill1-12/+0
2006-08-31add a pointer to the cairo bug databasedmcmahill2-3/+5
2006-08-31Fix cairo on 8-bit psuedocolor displays. Finally I can use gtk again...dmcmahill3-2/+460
2006-08-30+djvulibre-*drochner1-1/+3
2006-08-30add djvulibre-tools-3.5.17, the command line tools which come with thedrochner3-0/+84
"djvulibre" distribution
2006-08-30import djvulibre-lib-3.5.17, which is the library part of the "djvulibre"drochner8-0/+137
distribution, which is a (de)compression library for the "djvu" file format, which is useful for scanned documents
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.