summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2010-02-26Reset maintainer for developers who gave back their commit bit.wiz1-2/+2
2010-02-25yes this supports DESTDIR, unfortunately it is completely brokendrochner1-1/+2
atm due to gtk2+extra crashing in gtkitementry.c (its patch-ag must be wrong)
2010-02-25Updating graphics/p5-Image-Size from 3.2.1 to 3.2.2sno2-8/+8
pkgsrc changes: - Mark Test::Simple to be used from perl core, when possible Upstream changes: 3.220 Sunday November 8, 2009, 05:45:00 PM -0800 * lib/Image/Size.pm Small fix to the regex for detecting GIFs, per Slaven Rezic.
2010-02-25Add missing dependency, which broke HTML generation and thus PLIST.wiz1-1/+2
2010-02-22* allow python-2.6obache3-6/+8
* add user-destdir support
2010-02-22Add destdir support and mark as not make jobs safe.obache1-26/+34
2010-02-22Update GraphicsMagick to 1.3.11.obache2-6/+6
1.3.11 (February 21, 2010) ========================== Security Fixes: * Fixed array underflow on systems using signed char which could result in a program crash due to extended characters in filenames or in certain file formats. Bug fixes: * Fixed array underflow on systems using signed char which could result in a program crash due to extended characters in filenames or in certain file formats. New Features: * Added a -thumbnail command to 'convert' and 'mogrify'. This is a faster way to scale down the image when speed is a primary concern. * Added a -extent command to 'convert' and 'mogrify' which composites the image on top of a backing canvas image of solid color. * Added support for -compose to the 'convert' and 'mogrify', which were documented to support it (but did not). Feature improvements: * None Performance Improvements: * Requests for 'Over' and 'Atop' composition are converted to a request for the (faster) 'Copy' composition when both images are opaque. Behavior Changes: * None
2010-02-21Update to 1.8.10:wiz2-7/+6
Release 1.8.10 (2010-02-19 Carl Worth <cworth@cworth.org>) ========================================================== The cairo community is pleased to announce the 1.8.10 release of the cairo graphics library. This is the fifth update to cairo's stable 1.8 series. This release consists of about a dozen hand-picked fixes compared to 1.8.8 (which was released about 8 months ago). We recommend that everyone using cairo upgrade to 1.8.10. -Carl General Bug fixes ================= * Fix path construction for the case of cairo_curve_to immediately after cairo_new_sub_path followed at some point by cairo_close_path. (Previously, the final point for the close_path was computed incorrectly.) * Fix for cairo_push_group or cairo_pop_group with a non-empty current path. (Previously the path may have been erroneously translated when either of these functions was called.) * Fix to correctly report an error if cairo_surface_set_fallback_resolution is called with a value of 0 (in either axis). Previously, an assertion would occur later rather than an error being properly reported when the original, invalid value was passed. Bug 23067: Using clear drawing operator crashes printing http://bugs.freedesktop.org/show_bug.cgi?id=23067 * Fix to handle a cairo_arc of radius 0 as equivalent to a cairo_line_to to the center coordinate, (previously cairo would do nothing for a cairo_arc call with a radius of 0). Backend-specific bug fixes ========================== cairo-xlib ---------- * Fix to correctly copy from a Window source. Previously, cairo was failing to include the contents of any sub-windows when copying from a Window source. Bug 12996: Xlib source surface fast-paths do not use IncludeInferiors, while slow paths do https://bugs.freedesktop.org/show_bug.cgi?id=12996 cairo-ft -------- * Fix conversion of freetype index to UCS4 value, (which would previously miss the first character and cause the space glyph to map to 0x00A0 instead of 0x0020). cairo-pdf --------- * Fix Type 1 subsetting to avoid generating corrupt data. Launchpad Ubuntu/cups bug 419143: Printing from evince (and perhaps other GTK apps) to PostScript printers is broken https://bugs.launchpad.net/ubuntu/+source/cups/+bug/419143 * Fix Type 1 subsetting to correctly identify binary eexec data. * Fix Type 1 subsetting to include fixed-content portion in the embedded font, (since some fonts may contain additional PostScript code after the cleartomark). * Fix Type 1 subsetting to append "cleartomark" operator for binary fonts that don't include it. Build fixes =========== * Fix to compile on OpenBSD, (which has a libpng.pc file but none of libpng10.pc, libpng12.pc, or libpng13.pc which cairo was looking for previously).
2010-02-20Update to 1.0. Take maintainership.gdt5-98/+97
Upstream did not provide a list of changes from 1.0beta2.
2010-02-19update to 10.35.73drochner29-535/+749
changes: many bugfixes, especially: xpmtoppm: fix wild pointer with color index > 127. which fixes a stack-based buffer overflow (CVE-2009-4274) pkgsrc change: use a fixed PLIST instead of generating on install, helps to detect problems
2010-02-19Add "gd" and "pdf" options, default on. PR pkg/34757asau3-6/+19
2010-02-18update to 2.3.12drochner2-7/+6
changes: - For `FT_Open_Face', new parameters are available to ignore preferred family names: FT_PARAM_TAG_IGNORE_PREFERRED_FAMILY and FT_PARAM_TAG_IGNORE_PREFERRED_SUBFAMILY. - Support for incremental font loading (controlled with the FT_CONFIG_OPTION_INCREMENTAL macro) is now active by default. - Better support for vertical metrics. - Various minor bug fixes.
2010-02-16Update to libgdiplus 2.6 - part of mono 2.6 updatekefren2-7/+6
2010-02-16reset PKGREV for base pkg updatedrochner1-2/+1
2010-02-16fix some C-long vs. C#-long mismatches (on 32-bit systems) indrochner5-3/+110
libgphoto glue code, makes photo import directly from the camera work better for me
2010-02-15Not MAKE_JOBS_SAFE.joerg1-1/+2
2010-02-15Explicitly mention KDE3/KDE4.wiz4-6/+6
2010-02-15Explicitly mention KDE3/KDE4 in comment and description.wiz4-5/+7
2010-02-15Remove kipi-plugins-calender, moved to kipi-plugins-calender-kde3.wiz4-47/+3
Update SUBDIR list in Makefile.
2010-02-15Update to 1.1.0, the KDE4 version.wiz7-1001/+821
Used e.g. by updated digikam. Lots of changes since KDE3 version, check it out!
2010-02-15Reimport kipi-plugins-calendar as kipi-plugins-calendar-kde3.wiz3-0/+45
2010-02-15Reimport kipi-plugins as kipi-plugins-kde3.wiz8-0/+1471
2010-02-15Drop maintainership.wiz1-2/+2
2010-02-15Update for digikam changes.wiz1-2/+3
2010-02-15Remove, there is no KDE4 package yet.wiz5-792/+0
2010-02-15Shorten a bit.wiz1-13/+5
2010-02-15dd options.mk file for digikam-1.1.0.wiz1-0/+23
2010-02-15Update to 1.1.0, the KDE4 version of digikam.wiz4-288/+292
Lots of changes! Try it out.
2010-02-15Reimport digikam-doc as digikam-doc-kde3.wiz5-0/+792
2010-02-15Re-import KDE3 version of digikam from graphics/digikam towiz4-0/+804
graphics/digikam-kde3.
2010-02-15Add .include "../../sysutils/desktop-file-utils/desktopdb.mk".wiz1-2/+3
Bump PKGREVISION.
2010-02-15A new distfile is up, containing more icons and removing some kpgp ones.wiz3-13/+236
Set DIST_SUBDIR, adapt PLIST and bump PKGREVISION. Reported by Chavdar Ivanov in PR 42813.
2010-02-11update to 1.6drochner3-62/+205
too many changes to list (since 0.10 of 2006)
2010-02-11update to 4.4.3drochner3-8/+17
changes: minor UI improvements
2010-02-11Update GraphicsMagick to 1.3.10.obache2-6/+6
1.3.10 (February 10, 2010) ========================== Security Fixes: * None Bug fixes: * +adjoin was not working correctly for the case when only one image frame is present. With +adjoin and writing one frame to "foo%d.jpg" it was outputting "foo%d.jpg" rather than "foo0.jpg". * When drawing paths, memory allocation for the points was much larger than it needed to be (patch by Vladimir Lukianov). New Features: * None Feature improvements: * None Performance Improvements: * None Behavior Changes: * To reiterate the change which first appeared in 1.3.9, there is no longer an implicit +adjoin if the output file name happens to contain a %d sequence, or there are multiple frames and the output file format only supports storing one frame. Specify +adjoin if scene number substition is desired in the output file names.
2010-02-10Bump revision for PYTHON_VERSION_DEFAULT change.joerg10-18/+20
2010-02-10Retire RenderKit and friends.joerg39-589/+1
2010-02-10Kill a useless directory. Bump revision.joerg4-5/+18
2010-02-10Update to 8.10gdt2-6/+6
- API Changes: - Enhanced GetFileType() to return descriptions for more file types - Fixed "-TAG-= -TAG=VALUE" syntax to work with shiftable (date/time) tags and tags with conversions - Enhanced Geosync tag to allow GPS time-drift correction - API Changes: - Added CharsetID3 option - Changed name of IPTCCharset option to CharsetIPTC (but IPTCCharset may still be used for backward compatibility)
2010-02-09Inkscape requires boost-headers, not boost-libsadam1-2/+2
2010-02-07Update to 2.2.3. Another gtk1 user bites the dust. Changes:snj4-31/+35
2.2.3 ===== add 'Q' icon in qiv-window bring back scrollwheel functionality Zoom in/out with left/right scroll and forward/back buttons change loading of images from imlib2_loader to pixbuf_loader. Adds support for additional file types, e.g., pcx, ico, svg, wmf and better handling of transparency. use gdk_pixbuf to autorotate with EXIF tags instead of libexif. Resetting the image (pressing return) no longer destroys "transparency checkboard" Fix compilation issues with unusual linker defaults. Update solaris Makefile. new option to start with default rotation 2.2.2 ===== fix -x (root window needs colormap) patch pango code to avoid garbled output of F1 fix wrong image size after autorotating 2.2.1 ===== recognize changed files, using --slideshow and --watch sanitize infotextdisplay check EXIF tags only after successful file loading shuffle now implies not to sort filenames fix autorotate with EXIF-tag avoid crash calling qiv -x without argument fix behaviour of "recursivedir" switch added note in README and qiv.h explaining a problem of includes with imlib2 up to v1.2 migrated notes in README from imlib1 to imlib2 migrated gdk_draw_text() to gdk_draw_layout(), fixing wrong display of utf-8 filenames 2.2 === migration from imlib1 to imlib2 2.1 === removed obsoleted GDK_WA_WMCLASS see http://library.gnome.org/devel/gdk/2.11/gdk-Windows.html#GdkWindowAttr and http://developer.gimp.org/api/2.0/gtk/GtkWindow.html#gtk-window-set-wmclass added patch from Debian gtk_includes.diff, closes: #456854 added patch from Debian cmdbuflen.diff, closes: #441401 added patch from Debian man_xscreensaver.diff remove xscreensaver left overs from Makefiles added autorotate patch (using libexif) display initial autorotation in status bar, option "autorotate" patch to detect image types using libmagic added GDK_ENTER_NOTIFY_MASK|GDK_LEAVE_NOTIFY_MASK in image.c removed TGA and XBM because not supported by imlib anymore exit on unmapped mouse events browse option -B, useful when launching qiv from a file manager patch to prevent segfault on amd64 avoid wrapper, include "XLIB_SKIP_ARGB_VISUALS=1" in main.c include README and README.TODO in debian package README.TODO: fvwm style setting has to be for "therealqiv" include Debian changes and package files: renamed README.CHANGES to Changelog added patch hide_therealqiv (for Debian Bug #326849) added patch xmalloc (Debian Bug #383113) added patch qiv-manpage-options (Debian Bug #383108) don't recurse directories given on command line (better: use -u) NOT added: no_background_opts (can't reproduce Debian Bug #351816) added patch qiv-nosort patch to reset bright/contrast/gamma hitting "o" (2006-06-29) more comments and examples in qiv-command option -X to set preferred xinerama screen key "X" cycles through available xinerama screens after 'X' window moves to the new screen right away prefix "^" instead "0" for extended call of qiv-command workaround-patch by Bart Martens for problem with X composite extension try keep image on the screen after zooming/rotating fixed centering=off behaviour in fullscreen mode fixed "magnifying glass" windowsize bug fixed compiler warnings "differ in signedness" fixed compiler warning "missing sentinel in function call" bugfix: statusbar is redrawn after size changes and moves "magnifying glass" patch (not perfect yet) call of qiv-command with "0"-prefixed option Added Patch by Christoph Wegscheider <cw@wegi.net> (new QIV Debian maintainer). Now all free Keys can be used by qiv-command Another Xinerama bugfix (statusbar: now displayed on the smaller screen if two are used) new qiv-command feature: if first output line is like "NEWNAME=xxxxxxx" then qiv understands that the filename of the currently displayed image has changed to this new name (very useful when using qiv-command to rename files) fix image position when zooming to avoid wild jumps delete files from list if they cannot be loaded display text popup after qiv-command not only in fullscreen mode qiv_display_text_window: adjust minimum width of box after qiv-command also check file size and ctime avoid file overwrites in .qiv-select (NEEDS IMPROVING) updated and added more examples to qiv-command added small patch by Nick Clifton, setting WM_CLASS name to "qiv" (attr.wmclass_name). changed a-key/copy to real copy (no links anymore) patch-bugfix by Christian Lademann adden patch by Christian Lademann now slideshow (-s) can also be combine with -x/y/z added -F Patch by Martin Fiedler now stdin can also be used.. Xinerama bugfix small changes in delete-command Closes PR pkg/40555.
2010-02-07Fixes to build with qt-4.6.obache1-2/+6
remove files generated with moc in 4.5.
2010-02-06Update pear-Image_Graph from 0.3.0dev4 to 0.7.2.taca3-22/+7
Changes are too huge to show here, please refer: http://pear.php.net/package/Image_Graph/download/All
2010-02-06Update pear-Image_Color from 1.0.2 to 1.0.3.taca3-21/+6
Bug #5828 - 'gd' PHP extension is not installed Bug #11795 - Unit Tests will not work without deprecated phpunit Bug #14460 - Reference to $this in static function Bug #14887 - E_NOTICE when setColors() and changeLightness() called
2010-02-06Update pear-Image_Canvas package from 0.2.4 to 0.3.2.taca3-19/+19
QA Release. * Fixed Bug #12064 "Updated all @link to official url (thanks to Torsten Roehr)" * Fixed Bug #12084 "Set wrong fill color in PDF.php, SVG.php (thanks to Torsten Roehr)" * Fixed Bug #12122 "Added new driver for SWF output (thanks to Torsten Roehr)" * Fixed Bug #12744 "Used shape poly instead of polygon in ImageMap (Uwe Steinmann)" * Fixed Bug #12745 "Make area tag xhtml compliant, added missing '/' (thanks to Christian Weiske)" * Fixed Bug #12746 "Make img tag xhtml compliant, added missing '/' (thanks to Christian Weiske)" * Fixed Bug #12747 "Added attribute id to map tag (Uwe Steinmann)" * Fixed Bug #14199 "Added new driver for PostScript output" 0.3.1 * Modified GD canvas addText() method with TTF fonts - (x, y) parameters now specify the absolute lower-left corner of the text (if angle is 0) instead of the baseline of the first letter, making texts appear incorrectly. This however require fonts to have a steady baseline, like fx. Arial, Verdana, etc. unlike Comic * Fixed Image_Canvas_PDF to display correctly * Fixed Request #7285 "UTF-8 in SVGs" * Fixed Bug #7454 "Vertical axis title is shifted 180 degrees between SVG and PNG output" * Fixed Bug #8488 "wrong variable name" (thanks to troehr at php dot net) * Fixed Bug #8556 "SVG.php contains typo" (thanks to troehr at php dot net) * Fixed Bug #8776 "Fatal error: Call to undefined function: imageantialias()" * Fixed Bug #9070 "factory method causes PHP error if no GD" (thanks to troehr at php dot net) * Fixed Bug #9176 "UTF-8 in SVGs does not work (patch included)" (thanks to troehr at php dot net) * Fixed Bug #10236 "Pie Chart Shading Error when datapoint has 0 value" (thanks to peter_wake at hotmail dot com) * Fixed Request #11402 "Implement Image_Canvas_SVG::getData()" (thanks to troehr at php dot net) 0.3.0 * Added clipping (GD uses Image_Canvas method involving ImageCopy(), until native support is available throught existing GD functions gdImageSetClip()) * Fixed the way SVG rotates text to now use transform * Added public reset() method to Image_Canvas * Fixed Bug #6406 "method _mapFont missing" * Fixed Request #6632 "Style element assigned with = instead of :" * Fixed Bug #6769 "ImageMap.php does not check for boolean false with strpos"
2010-02-06no longer needs MAKE_JOBS_SAFE=notnn1-3/+1
2010-02-05minor cleanup: remove a "subst" hack which doesn't apply anymore,drochner2-22/+4
remove a pointless Makefile snippet, add a mirror (the MASTER_SITE was down when I tried)
2010-02-05Update GraphicsMagick to 1.3.9.obache3-46/+11
1.3.9 (February 4, 2010) ======================== Security Fixes: * None Bug fixes: * Fix "double free" error when using gm import -frame. * XPM does not support RGBA color syntax, so return RGB instead. * The display '-update' option was only working in conjunction with the '-delay' option with a delay setting of 2 or greater. * For formats which support multiple frames, output with +adjoing to filenames containing a scene specification (e.g. foo%02d.tiff) was resulting in wrong output file names. * -convolve was crashing rather than reporting an error. * Fixed crash if the number of OpenMP threads was reduced from the original value via '-limit threads' or omp_set_num_threads(). * -blur was not blurring the opacity channel for solid-color images. * When installing HTML documentation, many files were included which are not part of the formatted documentation. * Several deleted global string constants are restored with deprecated status in order to assure that symbols are not removed from the ABI. New Features: * None Feature improvements: * None Performance Improvements: * None Behavior Changes: * There is no longer an implicit 'adjoin' if an output filename contains an apparent scene specification (e.g. foo%02d.tiff) and multiple files are not needed to save the image.. It is necessary to use +adjoin. For example ``gm convert foo.pdf +adjoin %02d.tiff``. * -flatten now applies the image background color under the first image in the list if it is not already opaque.
2010-02-04Mark PEAR packages as DESTDIR ready. Thanks to obache@ for the backendjoerg2-2/+6
support.
2010-02-04Fix building with babl-0.1.2adam4-6/+20