summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2008-09-13Note the type of cmake variables.markd1-3/+3
2008-09-11Changes 1.6.4:adam2-6/+6
* Windows build: Fix the build on the freely available Visual Studio Express compiler. Changes 1.6.2: * Fix build on OSX when both Quartz and Xlib surfaces are enabled * Fixed a bug where an exception message would often report "Success" when it should have reported an error message * Added ability to get the error status code from an exception: Cairo::logic_error::get_status_code() * Added new elements to the surface type enumeration
2008-09-10Update to 1.2.32beta01:wiz2-6/+6
Shortened tIME_string to 29 bytes in pngtest.c Fixed off-by-one error introduced in in libpng-1.2.30beta04/pngpread.c
2008-09-10+ LICENSE, set NO_*_ON_*.gdt1-2/+5
2008-09-10addgdt1-1/+7
LICENSE= unclear-license because the man page says there are multiple licenses.
2008-09-10add LICENSE, note that links are broken.gdt1-2/+5
2008-09-10Update magicpoint to 1.13a.taca30-225/+961
* Fix build error with xft2 option and graphics/freetype-lib package is installed. Shoud be fix PR pkg/32656. * Refering PR pkg/38552 adpot some of patches. * Move PKG_OPTIONS related item to options.mk. * More pkgsrc clean up. * Try to reduce compile warnings. What's new in 1.13a? * m17n library support enhancement * MacOS support enhancement * add new environment variable MGPRC for the path of the .mgprc file. * add "psfont" directive to specify the font used by mgp2ps * add -g option for mgp2ps to allow users to adjust line distanc * add -zoomonclk option for newimage * allow to handle gif format images by default * many bug fixes Dedication Magicpoint 1.13a is dedicated to the memory of Dr. Jun-ichiro "itojun" Hagino, who was known for his enormous contribution to the Internet and the Open Source Software community. He was the developer of Magicpoint from its infancy. Magicpoint could not exist without his devoted work. What's new in 1.12a? * add %tsystem directive which might be more stable than %xsystem * add -rotate option for newimage * allow to use non-ASCI filename in slides (use -U to enable this feature) * many bug fixes
2008-09-09Add ucviewjmcneill1-1/+2
2008-09-09UCView is a video capture and display program based on the unicap videojmcneill5-0/+106
imaging library. Features: * High performance live video display utilizing XVideo hardware acceleration where possible. * Support of a broad range of video capture devices via the unicap library. * Audio/Video recording and encoding using the free Ogg Vorbis and Theora high performance codecs. * Extensible via a plugins. * Remote controllable via DBus interface.
2008-09-09Add unicapjmcneill1-1/+2
2008-09-09unicap provides a uniform interface to video capture devices. It allowsjmcneill23-0/+636
applications to use any supported video capture device via a single API.
2008-09-08libv4ljmcneill1-1/+2
2008-09-08Add RCSID tags.jmcneill8-8/+22
2008-09-08libv4l is a collection of libraries which adds a thin abstraction layer onjmcneill12-0/+236
top of video4linux2 devices. The purpose of this (thin) layer is to make it easy for application writers to support a wide variety of devices without having to write seperate code for different devices in the same class.
2008-09-08Fix deps for modular xorg. Bump PKGREVISIONs.dholland7-14/+15
2008-09-08Patch improperly escaped regexp strings in an awk script. Fixes brokendholland2-1/+44
build in -current because of a problem in -current's awk, but is desirable anyway to avoid un(der)defined behavior.
2008-09-07Add cheesejmcneill1-1/+2
2008-09-07Cheese uses your webcam to take photos and videos, applies fancy specialjmcneill7-0/+358
effects and lets you share the fun with others. Under the hood, Cheese uses GStreamer to apply fancy effects to photos and videos. With Cheese it is easy to take photos of you, your friends, pets or whatever you want and share them with others. This package includes a patch to disable the HAL dependency for webcam discovery.
2008-09-06Reorder two unexec lines so they make more sense.wiz2-4/+4
PKGREVISION++
2008-09-04Update to 2.12.17. Fixes broken amd64 build, among other things.dholland10-502/+5572
pkgsrc changes: now uses readline and popt; added destdir support. Upstream changes (not including for 2.12.17, which doesn't appear to be posted): Version 2.12.16 [2007 Jul 20 anniversary of the first moon landing, in 1969] Bug Fixes * Fix Debian bug #130802 ... postscript problem in landscape mode, refreshed in gv viewer * Fix Debian bug #434010 ... `set page landscape' requires `set page size' first, but it should really default to something reasonable instead. Version 2.12.15 [2007 Apr 16 Mawlid, celebration of birthday of Muhammad] Bug Fixes * Fix SourceForge bug #1700978 ... html concept index mostly broken * Fix SourceForge bug #1698924 ... box plots show missing data * Fix Debian bug #417217 ... will not compile in GCC 4.3 * Fix SourceForge bug #1698116 ... poorly-positioned name of RHS y-axis Version 2.12.14 [2007 Jan 08: Coming-of-Age Day (Japan)] Bug Fixes * Fix SourceForge bug #1630768 ... Fix to segfault in clipped images (a bug that may have developed after version 2.13.3) Version 2.12.13 [2006 Nov 06: Constitution Day (Tajikistan)] Bug Fixes * Fix SourceForge bug #1591475 ... Fix to compile in Solaris CC * Fix SourceForge bug #1591062 ... Fix to compile in OpenBSD Version 2.12.12 [2006 July 16: Yellow Pigs Day] Bug Fixes * Fix SourceForge bug #1523033 ... Malloc error (freeing something already freed?) * Fix SourceForge bug #1523032 ... `create columns from function' bug, if there is an existing directory called `tmp'. * Fix SourceForge bug #1491105 ... `set x axis labels' had no affect for log axes (same for y) Version 2.12.11 [2006 Mar 30: Hindu New Year] Bug Fixes * Fix SourceForge bug #1449546 ... x axis limits not correctly inferred from `set x grid' (same for y). Version 2.12.10 [2006 Jan 26: Australia Day] Bug Fixes * Fix SourceForge bug #1408259 ... PostScript file contained private information. This was fixed by adding new commandline arguments `-private' and `-no_private', the former of which (the new default) means to not include the user's name, the invocation arguments, or the command-file contents (see Invoking Gri). * Fix SourceForge bug #1285180 ... NaN was mishandled. (The bug may have arisen in version 2.12.7 or thereabouts.) * Port to the FreeBSD operating system, with help from Christopher Illies and Roman Neuhauser. * Fix SourceForge bug #1217273 ... missing some version numbers within docs * Fix SourceForge bug #1196613 ... user-supplied x-axis labels can run offscale (fix for y-axis later...) * Fix SourceForge bug #1198341 ... x-axis labels incorrectly rotated (sometimes) * Fix SourceForge bug #1199280 ... warning about `malloc' for RPN assignments * Fix SourceForge bug #1196115 ... `gri_unpage' and `gri_merge' mis-installed * Fix SourceForge bug #1153209 ... Emacs mode incompatible with new version of `gv' PostScript viewer Fix SourceForge bug #1101172 ... `gri -help' incorrectly stated meaning of last argument(s) * Fix SourceForge bug #835711 ... `draw gri logo' fails. * Fix SourceForge bug #1098269 ... problem compiling on AMD64 machine. (Solution provided by Andreas Jochens, a Debian user.) * Fix SourceForge bug #867515 ... problem with junk appearing in images. * Fix SourceForge bug #875881 ... problem compiling with gcc 2.95.3 compiler. Version 2.12.9 [2005 Jan 6: Feast of Epiphany] Bug Fixes * Fix SourceForge bug #1094087 ... `set path to' incorrectly parsed colon-separated paths * Fix SourceForge bug #1085788 ... `image *=', `image /=', `image ^=', and `image _=' all gave incorrect results * Fix SourceForge bug #1084123 ... does not compile in fink * Fix SourceForge bug #676767 ... on fink systems, `help' does not work Version 2.12.8 [2004] Bug Fixes * Fix SourceForge bug #1019141 ... `draw arc' ignores the present pen color * Fix SourceForge bug #997741 ... PostScript broken on images with y-axis decreasing, and enclosed by PostScript clipping * Fix SourceForge bug #978822 ... documentation wrong on `set path to' * Fix SourceForge bug #932203 ... misplaced labels caused by `set x axis labels' * Fix SourceForge bug #928277 ... `draw polygon' should take `cm' and `pt' units * Fix SourceForge bug #930259 ... fix `draw arc''s drawing of an extra line (thanks for the fix, Wolfgang Voegeli) * Fix SourceForge bug #923719 ... `draw curve overlying' ignored the effect of `set dash' * Fix SourceForge bug #914125 ... offpage points in axes were reported as having been drawn by `draw curve'. * Fix SourceForge bug #877613 ... `help' (and other commands using temporary files) does not work in OSX/Fink version. * Fix SourceForge bug #874483 ... `state save' doesn't keep track of `dash' settings. * Fix SourceForge bug #873245 ... inaccurate times are given in the warnings about slow operations on OSX platform (days are reported instead of seconds) * Fix SourceForge bug #871477 ... the `missing value' feature should not be the default. The solution involved adding a new command `set missing value none', which is now the default. Version 2.12.7 [2003 Sep 4] Bug Fixes * Fix SourceForge bug #800022 AKA Debian bug #208589, ... did not build on some Debian platforms because it was based on an old version of `automake'. Version 2.12.6 [2003 Sep 1: Labour Day] New Features * Add `age' RPN function, for testing file ages (see age-rpn-operator). Bug Fixes * Fix SourceForge bug #773850 ... bounding-box is increased by `draw symbol' even if (rectangular) postscript clipping is active. * Fix SourceForge bug #760130 ... Solaris cannot compile with `C-l' in Makefile. * Fix SourceForge bug #743134 ... bounding box not limited by `set clip postscript' * Fix SourceForge bug #750561 ... during compilation, `make' rebuilds HTML docs even if up-to-date
2008-09-01Add comments pointing to where on upstream site one can find NEWS.gdt1-1/+5
2008-09-01Put tarball someplace with a standard name, and reference it there.gdt1-3/+5
Include URL to upstream bug about tarball naming.
2008-09-01Fix config issues leading to broken build. Set -fPIC. Add destdir support.dholland4-10/+74
PKGREVISION++
2008-09-01Add destdir support, mostly from PR 38523 by Aleksey Cheusov.dholland1-4/+5
2008-09-01Fix some 64-bit issues. Package still doesn't build; there's a problem withdholland4-1/+90
a template function that either means the thing never built at all or that some incomprehensible C++ thing is going on, and I'm not sure which it is.
2008-09-01Fix badly broken build with gcc4. Make the build stop on error. Alsodholland16-9/+215
fix some 64-bit issues. PKGREVISION++
2008-08-31build against gtkimageviewgdt1-2/+3
2008-08-31Update to 1.6.1. I tried to find a summary of changes, but couldn't.gdt3-10/+14
2008-08-31+gtkimageviewgdt1-1/+2
2008-08-31Add gtkimageview at 1.3.0. While there is a newer version, gdt hasgdt5-0/+100
been using this version with ufraw, and is therefore committing it before upgrading. GtkImageView is a simple image viewer widget for GTK. Similar to the image viewer panes in gThumb or Eye of Gnome. It makes writing image viewing and editing applications easy. Among its features are: * Mouse and keyboard zooming. * Scrolling and dragging. * Adjustable interpolation. * Fullscreen mode. * GIF animation support.
2008-08-30Use correct link options for the "twain" plugin. This fixes build problemstron2-1/+15
under Mac OS X.
2008-08-30Changes 2.4.7:adam4-21/+21
- fixed issue in GIF load plug-in - fixed event handling in MIDI controller - fixed handling of the 'Highlight' tool option in Crop and Rectangle Select tools - various fixes to the Python bindings: - fixed crash with Python 2.5 on 64 bit systems - added missing validity checks - allow to pass None for PDB_DISPLAY - plugged a memory leak in gimp-text-get-extents-fontname PDB call - fixed potential timeout issues in org.gimp.GIMP.UI D-Bus service - fixed endianness issue in the ICO save plug-in - translation fixes and updates (be, it, lt, nn, vi)
2008-08-30Apply Debian's fix for the security vulnerability reported intron3-3/+64
CVE-2008-2327. Bump package revision.
2008-08-27Update to KDE 3.5.10markd1-4/+4
minor bugfixes
2008-08-26update to 2.10.9drochner3-8/+8
changes: -fix build with libgphoto2 2.4.2 -more bugfixes -translation updates
2008-08-25Add vigra to graphics/Makefilebjs1-1/+2
2008-08-25Import vigra-1.6.0.bjs7-0/+858
VIGRA is a computer vision library that puts its main emphasize on flexible algorithms, because algorithms represent the principle know-how of this field. The library was consequently built using generic programming as introduced by Stepanov and Musser and exemplified in the C++ Standard Template Library. By writing a few adapters (image iterators and accessors) you can use VIGRA's algorithms on top of your data structures, within your environment. Alternatively, you can also use the data structures provided within VIGRA, which can be easily adapted to a wide range of applications. VIGRA's flexibility comes almost for free: Since the design uses compile-time polymorphism (templates), performance of the compiled program approaches that of a traditional, hand tuned, inflexible, solution.
2008-08-25Fix png backend with libpng 1.2.30. Older libpng versions flushed thejoerg3-3/+31
output at the end of the write and this was restored with 1.2.30, but cairo didn't override the flush function, resulting in fflush on a non-stream. This in turn resulted in crashes of graphviz when compiling doxygen. Bump revision.
2008-08-23Update to 1.2.31:wiz2-6/+6
version 1.2.31rc01 [August 19, 2008] Removed extra crc check at the end of png_handle_cHRM(). Bug introduced in libpng-1.2.30beta03 (Heiko Nitzsche). version 1.2.31rc02 [August 19, 2008] Added PNG_WRITE_FLUSH_SUPPORTED block around new png_flush() call. version 1.2.31rc03 [August 19, 2008] Added PNG_WRITE_FLUSH_AFTER_IEND_SUPPORTED block, off by default, around new png_flush(). version 1.0.39, 1.2.31 [August 21, 2008] No changes. Thanks to Rumko.
2008-08-23Set DIST_SUBDIR=Mesa-7.0.4.1 (via MESA_PKGVERSION).dsainty3-16/+16
This allows people that already have the older custom Mesa-7.0.4 tarballs to correctly upgrade Mesa to the standard distributions without having to know to delete the old sources or get confused by the mismatching distinfo checkhashes. Update the paths in the related distinfos for the change.
2008-08-23Remove a comment about -lpthread that no longer applies now that libGL.so ↵dsainty1-6/+1
links with libpthread on platforms that require it.
2008-08-23Bump PKGREVISION to reflect that MesaLib-7.0.4.1 and the currentdsainty1-1/+2
package are built from different sources, with the current package being the official 7.0.4 release. Updates between the two versions' change logs are: - This is a bug-fix release. - Including the latest glext.h and glxext.h header files from Khronos
2008-08-21Remove fortran from USE_LANGUAGES, as it is not used here.epg1-2/+2
2008-08-21fix botched checksumtnn1-4/+4
2008-08-21This package reaches over to ../MesaLib and doesn't need a distinfo file.tnn1-17/+0
2008-08-21fix botched checksums.tnn1-10/+10
I have verified through http://mesa3d.sourceforge.net/relnotes-7.0.4.html that these sums are correct for the Mesa 7.0.4 release. XXX should PKGREVISION be bumped? I don't understand how the MESA_PKGVERSION stuff works or why we even have it.
2008-08-19Add 'babl' to graphics/Makefile.bjs1-1/+2
2008-08-19Import babl-0.0.22 (used in the development version of the GIMP).bjs8-0/+128
-- babl is a dynamic, any to any, pixel format translation library. It allows converting between different methods of storing pixels known as pixel formats that have with different bitdepths and other data representations, color models and component permutations. A vocabulary to formulate new pixel formats from existing primitives is provided as well as the framework to add new color models and data types.
2008-08-19Require 0.8.7 as the older versions map some icons differently.joerg1-2/+2
2008-08-18Work arond the broken libtool archive "/usr/X11/lib/libpng12.la" undertron1-1/+8
Mac OS X Leopard. This fixes build problems in e.g. the "libwmf" package.