summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
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
2010-02-03DESTDIR supportjoerg1-1/+7
2010-02-03DESTDIR supportjoerg5-12/+19
2010-02-03DESTDIR readyjoerg1-1/+3
2010-02-03DESTDIR supportjoerg5-12/+35
2010-02-03DESTDIR readyjoerg1-1/+3
2010-02-03DESTDIR ready. Needs full libXt.joerg1-4/+4
2010-02-03DESTDIR supportjoerg5-12/+52
2010-02-03DESTDIR ready. Needs full libXt.joerg1-4/+4