summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2004-11-27Update php-jpgraph to 1.16.jdolecek5-80/+954
Notable changes include splitting PlotBand and IconPlot to separate files (requires update of all scripts using these objects), additional error checking, and many bug fixes. Full list available at http://www.aditus.nu/jpgraph/Changelog Reorganize package to use bsd.pkg.install.mk and CONF_FILES, modelled similar to phpmyadmin package.
2004-11-27Migrate ruby-opengl to use new framework for Ruby packages.taca2-17/+12
2004-11-27Migrate ruby-gd to use new framework for Ruby packages.taca2-12/+8
2004-11-27Remove me as maintainer of this package.tron1-3/+2
2004-11-26Update cambeva to 2.2. Changes since 2.0:abs2-6/+5
2.2 ---- * added color tags to config file (for css file) 2.1 ----- * support for robots.txt, sending robots away. * fixing content-length for css * improved html and css. validators give ok.
2004-11-26Update to 2.0.snj3-17/+17
Changes: * changed round(); to myround(); and fixed Makefile.Solaris * fixed qiv_display_text_window * added patch by Joachim Kuebart: if images is < 5 and PgUp is pressed, * mage_index might become negative.. * small patch that remove a warning with gcc 3.4 * qiv_display_text_window update (Push any key..) - its really cool! :-) * cleaned up README, qiv-command.example, manpage.. * Fixed Help-Screen remove. Added qiv-command-stdout support, now "metacam" (EXIF-Header) or other tools can be used within qiv and the output is shown in a box in the pixture like the helpscreen. * All arrow-keys = normal moving. All arrow-keys+Shift = faster moving. NumPad-arrow-keys+NumLock = faster moving. * Added Xinerama patch by Jeff Dairiki * fixed manpage (ignore_path_sort was wrong) * Added patch by HaJo Schatz: "--disable_grab, -G" Disable pointer/kbd grab in fullscreen mode for Remote-Display stuff.
2004-11-26Correct URL for distfile, noted by Alexis Robert on tech-pkg.sketch1-2/+2
2004-11-26Bump revisions of tiff and qt1 after changing the default USE_GIF valuejmmv1-2/+2
to 'yes'. (In behalf of jlam@, who can't commit this ATM.)
2004-11-26Added potrace-1.5adam1-1/+2
2004-11-26Potrace is a utility for tracing a bitmap, which means, transformingadam4-0/+43
a bitmap into a smooth, scalable image. The input is a bitmap (PBM, PGM, PPM, or BMP), and the default output is one of several vector file formats. A typical use is to create EPS files from scanned data, such as company or university logos, handwritten notes, etc. The resulting image is not "jaggy" like a bitmap, but smooth. It can then be rendered at any resolution. Potrace can currently produce the following output formats: EPS, PostScript, SVG (scalable vector graphics), PGM (for easy antialiasing of pixel-based images), and XFig. An experimental Gimppath backend is also provided. Additional backends might be added in the future. A separate program, mkbitmap, is also provided. This program can act as a pre-processor for potrace, applying scaling and various filters to an image before converting it to a bitmap. This is useful for potracing greyscale and color images.
2004-11-25Update to 1.2.9.snj3-14/+12
Changes unknown.
2004-11-25Update gifsicle to 1.41. Changes unknown.snj3-8/+8
2004-11-25Update gthumb to 2.6.1.minskim4-11/+13
Changes: * Fixed bug #158682: Modified image auto-saved through confirmation dialog loses EXIF data. * Fixed bug #158253: Crash when parsing dir with UTF8(?) filenames * Fixed bug #158174: Clicking cancel while thumbnail list is still being extracted from camera crashes gthumb. * Fixed Bug #156851: Crash on startup on 64-bit architectures, and other 64-bit cleanliness issues. * Fixed bug #156933: Patch to enable resizing of Import Photos dialog. * Fixes bug #152542: Add F12 keybinding to the Revert action. * Fixes bug #157761: Cannot resize the columns in the "find duplicates" dialog of gthumb. * Enhanced usability with non-loadable images, for example xcf images.
2004-11-25Update gfract to version 0.3. Notable changes include:ben3-42/+38
- Use GTK2. - Allow palettes with unlimited number of entries. - User specified coloring algorithms. - Palette interpolation. - Change over to using C++. - Documentation changes
2004-11-23graphics/gd is built against libpthread, which causes PHP crashesjdolecek1-3/+10
when the gd.so module is loaded into non-threaded base program (Apache 1.x or CLI/CGI PHP). Avoid this by switching back to bundled GD. XPM stays disabled. Bump PKGREVISION
2004-11-22Changes 6.1.5-2:adam3-11/+8
* The black channel offset was incorrectly computed when compositing causing a seg-fault (bug report from Arfune). * Under extremely rare conditions the GIF coder had a memory leak. * Moved image list advancement to after the progress monitor call in QuantizeImages() (bug report by Tim Hunter).
2004-11-20Bump PKGREVISION due to security fixes in libxml (dependency adjusted tojmmv2-4/+4
1.8.17nb3).
2004-11-19Changes 2.30:adam3-18/+16
* Superscripts and subscripts capability * -drawdump and -drawdumpa command line options * New proc processdata actions * A new SVG mouseover/javascript scheme * Spaces and commas in data field names
2004-11-18Fixed /etc handlingadam3-4/+39
2004-11-18/etc removedadam1-3/+1
2004-11-18Changes 3.6.1:adam7-1514/+1233
- a completely rewritten and much more universal configure script. see INSTALL for more information. - new documentation format. It has been tested with several newer browsers, Netscape 4.x will not work well unless you disable style sheets. Note some of the png images do not display correctly in some newer versions of Konqueror. This is a bug in Konqueror. A possible workaround would be to process all png images through the NetPBM tools: pngtopnm image_old.png | pnmtopng > image.png - new default locations for the configuration files (povray.ini and povray.conf). See chapter 1 of the documentation for details. - a new io-restrictions configuration file format. The new format is not compatible to 3.5 but due to the changed file locations this does not prevent parallel use of POV-Ray 3.5 and 3.6. - sample scene render scripts. See section 1.3.6 of the docs for instructions how to use them. - a benchmark rendering mode: see section 1.6.2 of the docs. - KDE integration (file types and panel icons) If someone here is familiar with doing the same kind of thing in GNOME this would be helpful. - various internal changes not directly visible to the user.
2004-11-18More duplicate dirrm cleanup.markd1-2/+2
2004-11-18Don't delete include/dom on package deletion (kdelibs does it)markd1-2/+2
Partial fix for PR pkg/28342.
2004-11-18Don't delete konqueror/servicemenus on package deletion (kdebase does it)markd1-2/+2
Partial fix for PR pkg/28342.
2004-11-18Don't delete services/kded on package deletion (kdelibs does it)markd1-2/+2
Partial fix for PR pkg/28342.
2004-11-17Convert to use bsd.options.mk, I don't bump PKGREVISION because thextraeme3-44/+79
binary will be the same (all options turned on by default), currently there are two options: python gnome. If you want to disable them, use PKG_OPTIONS.dia=-python -gnome
2004-11-16This package requires intltool to build. Noted by Cesar Catrian C.minskim1-1/+2
in PR pkg/28330.
2004-11-16Bumped to -3, since -1 is no longer availableadam2-5/+5
2004-11-15Set USE_LANGUAGES properly (uses C++) and remove unnecessaryjlam1-2/+2
USE_GCC_SHLIBS setting.
2004-11-15Changes 6.1.4-1:adam4-11/+12
* Bug-fixes and improvemens [as usually]
2004-11-15Update cairo to 0.2.0. Changes include:rh3-30/+5
New license: LGPL/MPL --------------------- The most significant news with this release is that the license of cairo has changed. It is now dual-licensed under the LGPL and the MPL. For details see the COPYING file as well as COPYING-LGPL-2.1 and COPYING-MPL-1.1. I express my thanks to everyone involved in the license change process for their patience and support! New font and glyph internals ---------------------------- Graydon Hoare has put a tremendous amount of work into new internals for handling fonts and glyphs, including caches where appropriate. This work has no impact on the user-level API, but should result in great performance improvements for applications using text. New test suite -------------- This snapshot of cairo includes a (small) test suite in cairo/test. The tests can be run with "make check". The test suite was designed to make it very easy to add new tests, and we hope to see many contributions here. As you find bugs, please try adding a minimal test case to the suite, and submit it with the bug report to the cairo@cairographics.org mailing list. This will make it much easier for us to track progress in fixing bugs. New name for glitz backend -------------------------- The gl backend has now been renamed to the glitz backend. This means that the following names have changed: CAIRO_HAS_GL_SURFACE -> CAIRO_HAS_GLITZ_SURFACE cairo_set_target_gl -> cairo_set_target_glitz cairo_gl_surface_create -> cairo_glitz_surface_create This change obviously breaks backwards compatibility for applications using the old gl backend. Up-to-date with latest glitz snapshots -------------------------------------- This snapshot of cairo is now up to date with the latest glitz snapshot, (currently 0.2.3). We know that the latest cairo and glitz snapshots have been incompatible for a very long time. We've finally fixed that now and we're determined to not let that happen again. Revert some tessellation regression bugs Miscellaneous changes --------------------- Changed CAIRO_FILTER_DEFAULT to CAIRO_FILTER_BEST to make gradients easier. Track XCB API change regarding iterators. Various bug fixes ----------------- Fix calculation of required number of vertices for pen. Fix to avoid zero-dimensioned pixmaps. Fix broken sort of pen vertices. Fix bug when cairo_show_text called with a NULL string. Fix clipping bugs. Fix bug in computing image length with XCB. Fix infinite loop bug in cairo_arc. Fix memory management interactions with libpixman.
2004-11-15Update libpixman to 0.1.2. Changes include:rh3-31/+16
New functionality ----------------- Added three new functions: pixman_image_set_component_alpha pixman_format_get_masks pixman_image_get_format Bug fixes --------- Enabling both transform and repeat simultaneously now works. Some byte-order fixes. Clipping fixes: pixman now takes a copy of the client clipping region client clipping is now actually used, it wasn't earlier.
2004-11-15Update glitz to 0.2.3. Changes are too numerous to list here. Theyrh2-6/+5
include a revamped graphics engine and tons of bug fixes. Closes PR pkg/28107 by Francois Briere, thanks!
2004-11-14Cosmetics continueadam1-3/+2
2004-11-13Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies thejlam3-6/+3
former) for applications that are known to require C++.
2004-11-13USE_BUILDLINK3 is a yes/no variable.jlam2-4/+4
2004-11-13drop maintainership, i no longer use this softwaredillo1-2/+2
2004-11-12Set version independent HOMEPAGEs.seb1-2/+2
2004-11-12Clean-up: don't depend on X11/Xpm any more; depend on gdadam1-9/+2
2004-11-12Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're addedjlam1-2/+1
automatically by pthread.buildlink3.mk. Also, factor out the pthread library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS and use it in packages where necessary (usually the ones that don't have a GNU configure script).
2004-11-11No longer in pkgsrc-wip.minskim1-2/+2
2004-11-11Add and enable simage.minskim1-1/+2
2004-11-11Import simage-1.6.1. Based on 1.6.0 in pkgsrc-wip, packaged byminskim5-0/+70
Bruce J.A. Nourish. simage is a library with image format loaders and front-ends to common import libraries. simage is meant for use with applications which read image files as textures.
2004-11-10Link the binary program against -lpthread so that librsvg can be dlopenedjmmv1-1/+7
at runtime without at segfault. Fixes crashes reported in PR pkg/27058.
2004-11-10Remove a leftover patch that was supposed to be removed in last update.jmmv1-13/+0
2004-11-10Changes 1.0.6:adam3-23/+23
* Now gtk_widget_get_gl_context() doesn't use gtk_quit_add_destroy(). gtk_quit_add_destroy() cause a problem with recursive main loop. OpenGL-capable widget is not destroyed automatically on quit. * Removed deprecated functions in GTK+-2.3 from example programs. gtk_timeout_add()/remove() and gtk_idle_add()/remove() are deprecated in GTK+-2.3. Now g_timeout_add() and g_idle_add_full() are used. Changes 1.0.5: * Fixed to reduce flickering on resizing OpenGL window. * Examples have been rewritten to use gdk_window_invalidate_rect() and gdk_window_process_updates() instead of gtk_widget_queue_draw(). Animated OpenGL scene is updated synchronously and immediately. Changes 1.0.4: * Added new libglade examples. * Added new coolwave2.c fullscreen GL application example. * Minor fix of gtk_widget_set_gl_capability() ("realize" signal connection). * Use new function call debug macros. Changes 1.0.3: * Added simple GLX_SGIX_pbuffer example. * Fixed a private header bug in gdk/x11/gdkglx.h and gdk/win32/gdkglwin32.h. * Fixed win32 GLPixmap code that causes GDI error with the latest CVS version of GTK+ (>2.2.2). * gdkgloverlay-x11.c has been rewritten. New code doesn't use XSGIFastInternAtom(), so --disable-sgi-fast-atoms configure option is no longer needed.
2004-11-10Changes 2.0.33:adam2-5/+5
* Corrects a problem which prevented compiling with older versions of freetype2
2004-11-08Remove "old-version" from URL for "ftp.informatik.uni-oldenburg.de".tron1-3/+3
2004-11-08Changes 0.6.3:adam3-13/+12
* Added Hungarian translation * Bug-fixes
2004-11-08Changes 1.0.15:adam4-15/+14
* New backends: niash. * Updated backends: agfafocus, artec_eplus48u.c, avision, canon, canon_pp, coolscan, dll, epson, fujitsu, gt68xx, hp, hp5400, leo, microtek2, mustek, mustek_pp, net, pie, plustek, plustek_pp, snapscan, sp15c, tamarack, teco2, umax, umax_pp, u12, v4l. * Portability fixes (especially for MacOS X, NetBSD, OS/2, 64 bit platforms). * sane-find-scanner detects more chipsets now. * Added Finnish translation. Updated other translations. * Several saned fixes. * Build system updates. * Documentation updates. * Bugfixes.