summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2004-04-23Replace USE_X11BASE with USE_X11 and do not create a symlink inminskim2-9/+5
LOCALBASE. Suggested by wiz@. This makes the package pkgviews-ready, so enable pkgviews installation. OK'ed by tron@.
2004-04-23add buildlink3.mkmarkd1-0/+27
2004-04-22Enable pkgviews installation.minskim1-1/+3
2004-04-22Use PKGNAME_NOREV instead of PKGNAME in directory names to match withminskim1-2/+2
PLIST.
2004-04-21Changes 6.0.0:adam3-49/+108
* MagickWand API, a higher level C interface to the ImageMagick methods. * Increased stability. The library was checked and cross-checked with splint and valgrind to eliminate security vulnerabilities and common programming mistakes as well as ensure no memory leaks. * A new -fx option to apply a mathematical expression to an image list from the command line. * Algorithms were improved to reduce processing requirements resulting in a significant speed-up over previous releases. * All regression tests pass at Q8, Q16, and Q32 on a variety of platforms including Linux, Solaris, FreeBSD, Mac OS X, and Windows. * The composite methods have been corrected to precisely conform to the SVG standard. * New image comparison utility, `compare'. * Better support for CMYK image workflow. * New string handling methods to help prevent potential buffer overflow problems. * Error reporting has more detail to help identify the cause of a particular problem. * Bug fixes
2004-04-21Convert to buildlink3.snj4-13/+13
2004-04-20update to 4.3.2drochner18-510/+469
changes: bugfixes added dependency on hdf
2004-04-20Update PHP4 package and all PHP4 modules to version 4.3.6.jdolecek1-2/+2
Changes are bug-fixes mostly, but also synchronizes bundled GD with GD 2.0.22 and updates PCRE to version 4.5. Several NetBSD patches were integrated too, so future pkgsrc updates would be even more smooth. Full list of changes since PHP 4.3.4 is available at: http://www.php.net/ChangeLog-4.php#4.3.6 http://www.php.net/ChangeLog-4.php#4.3.5
2004-04-20Remove wrong entries from gnome-icon-theme/PLIST. Noted by jmmv@.minskim2-7/+3
Bump PKGREVISION.
2004-04-20bl3ify and update to kde3.2.2.markd5-730/+18
Changes: * kiconedit: Fix [PATCH] Adds large current color viewer to palette toolbar * kiconedit: Fix Visual difference between a gray and transparent pixel * kpdf: Fix KPDF can't open files whose names have non-ASCII letters * ksvg: Fix Transformed symbols sometimes disappear * configure: Fix Extraneous message in admin/Makefile.common using --prefix * kghostview: Fix the executable linking against the part, by adding a common library.
2004-04-20Enable pkgviews installation.minskim1-1/+3
2004-04-19Update gnome-icon-theme to 1.2.1.minskim3-10/+40
Changes: * new im icons * some mime icon updates * Some new evolution icons
2004-04-19Make this file usable outside of pkgsrc/graphics.hubertf1-3/+3
2004-04-19Added freeglut.xtraeme1-1/+2
2004-04-19Initial import of freeglut-2.2.0, from pkgsrc-wip.xtraeme5-0/+59
freeglut is a completely OpenSourced alternative to the OpenGL Utility Toolkit (GLUT) library. GLUT was originally written by Mark Kilgard to support the sample programs in the second edition OpenGL 'RedBook'. Since then, GLUT has been used in a wide variety of practical applications because it is simple, universally available and highly portable.
2004-04-19Bump PKGREVISION due to libcroco's update (major version bump in library name).jmmv4-5/+8
2004-04-19Add a buildlink3.mkmarkd1-0/+23
2004-04-19Update OpenRM to 1.5.2garbled2-7/+7
# New indexed primitive types: quads, quad-strips, tris, tri-strips, along with a new RMdemo program that exercises these new primitives. # New primitive type: quad-strips. # Expanded set of supported platforms: 64-bit Linux, MacOSX (it really works this time) # Dramatically improved "tfly" demo program produces stunning visuals (see images below). # Overhauled configure script for enhanced multi-architecture support in the RMdemo distribution. # New Gordo demonstration program "lightModes" that lets you explore OpenRM's light source parameters and lighting environment attributes.
2004-04-19Convert to buildlink3.snj1-3/+3
2004-04-18Convert to buildlink3.snj3-32/+29
2004-04-18Convert to buildlink3.snj1-5/+5
2004-04-18Convert to bl3.wiz2-5/+5
2004-04-18Convert to bl3.wiz1-2/+2
2004-04-18No longer used.snj1-20/+0
2004-04-18Convert to buildlink3.snj1-3/+3
2004-04-18No longer used.snj1-35/+0
2004-04-18Convert to buildlink3.snj2-8/+32
2004-04-18No longer used.snj1-28/+0
2004-04-18No longer used.snj1-32/+0
2004-04-18No longer used.snj1-36/+0
2004-04-18Convert to buildlink3.snj2-6/+6
2004-04-17No longer used.seb1-30/+0
2004-04-17Bl3ify.seb1-4/+3
No need to include graphviz/buildlink?.mk a simple DEPENDS is enough. Remove unnecessary USE_X11.
2004-04-17Forgot to remove these in last update.seb8-267/+0
2004-04-17Update to version 1.12seb24-891/+1015
Package changes: - bl3ify - provide a buildlinl3.mk - no more conflicting with package coreutils Changes in graphviz since last packaged version: March 1, 2004 - release 1.12 - general - rename bcc -> bcomps to avoid name conflict with "Bruce's C Compiler" on Redhat distributions. - all build without X11 (fix problem in lefty tree) - remove from distribution: dag, fdp, geo, grid, incr, shape, tcldgr, tcldgl - dotneato - fix "brown-bag" problem resulting in PNG and JPEG errors on RH8 and RH9. February 23, 2004 - release 1.11 - general - fix windows builds - add tool "bcc" to distribution - dotneato - add -Gviewport="X,Y,Z,x,y" where XY are the dimensions of a viewport in device coordinates (pixels), Z is a zooming factor, x,y is the location of the center of the viewport in graph coordinates. Supported in bitmap and imagemap outputs only. - fix memory leak in gd/gdft.c - clean up calculation of whitespace around labels - dotty, lefty - fix for bug #400 December 23, 2003 - added dijkstra (single source distance) filter September 10, 2003 - general - removed CVS directories from .tar.gz distributions - add "config" directory to contain some of the autoconf clutter - only remove flex products with "make maintainer-clean" to avoid trying to regenerate them after "make distclean" basically this is to avoid the broken flex on Debian. - suppress complaints from ./configure about config.rpath - doc/build.html updated with notes about Windows builds - build fixes for Forte 6sp2 compiler on Sun -xarch=v9a (64bit) - build fixes for OpenBSD - improved configure testing for Tcl/Tk - various bug fixes, internal restructuring, etc - dotneato - fix problem with extra escape chars in .fig output - support for "setlinewidth" in -Tfig - improved splines in -Tfig - add manpage for dotneato-config - neato: add defaultdist graph attribute to set distance between components - first cut at html table formatter add. not ready for use yet as the syntax is going to change some more. - tools - renamed "colorize" to "gvcolor" to avoid conflict on Debian - renamed "gpr" to "gvpr" to avoid conflict on Debian - add fflush() to acyclic, ccomps, gvcolor, tred, dot2gxl to try to fix truncated output when used in php or perl cgi scripts
2004-04-17Translate -lMesaGL to -lGL. Suggested by jlam over a month ago.snj1-1/+3
2004-04-17Convert to buildlink3.snj4-34/+30
2004-04-16bl3ifyxtraeme2-4/+27
2004-04-16gimp2 isn't supported by print/gimp-print yet, so enable thedrochner2-3/+5
builtin print widget (skip PKGREVISION bump because this pkg was just updated)
2004-04-16Updated xfce4 to 4.0.5martti2-5/+5
This is a maintenance release, aimed at bug-fixing; no new features are being added to the 4.0 branch. The main purpose of this release is compatibility with the recent GTK+ 2.4.x release along with other fixes.
2004-04-15Convert to buildlink3.snj1-5/+3
2004-04-15Update gst-plugins* to 0.8.1:jmmv1-2/+2
Features of this release * Parallel installability with 0.6.x series * Internationalization * New translations in this release: Swedish, Afrikaans, Azerbeaijani * Translations: af az nl sr sv * Updated to the new core 0.8 subsystems * Reworked play and media-info libraries * Updated osssink: now does probing of possible output properties * Updated qtdemux: fixes for MACE audio * New debug element: quasirandom byte changes * New element: dvddemux * New element: kiosrc, a KIO-slaves source * Fixes to all other elements, including level, videodrop, gnomevfssrc, speex, *law, mpeg2dec, adder, a52dec, oggdemux, matroska, mad, v4l2, cacasink * Portability fixes * ChangeLog use * Coding style consistency * Various memleak and buffer overflow fixes Bugs fixed in this release * 120883 : osssink advertises more rates than it handles * 125732 : v4l2src don't support all YUV formats * 134301 : gst-plugins should depend on X * 135919 : Mandrake 10 * 136477 : [PATCH] gst-launch-ext does not support .mov * 136527 : gdk_pixbuf makefile tried to execute targets contrains in... * 137348 : media-info .pc file lacks a 'Version:' line * 137448 : mpegaudioparse: crash (bus error) * 137504 : mpeg2dec fails on 422 encoded material * 137556 : Ogg Vorbis playback has poor spatialization * 137588 : ffmpegcolorspace gives critical when it should throw error * 137722 : Quicktime audio parsing is broken * 138105 : [mpeg1videoparse] Hangs while decoding everest.m1v * 138168 : id3tag using gst_event_new_discontinuous incorrectly? * 138169 : matroska-demux using gst_event_new_discontinuous without ... * 138635 : two GLib-GObject-CRITICAL Messages when running gst-regis... * 138846 : all of the ladspa-wrapped source-plugins fail to go to pl... * 138914 : gstgdkanimation.h is missing from gst-plugins-0.8.0 * 139034 : Non-standard test(1) operator used in configure script * 139035 : Non-standard regex used as libtool argument * 139382 : mad decoder can resync wrongly after seek and does explic... * 139532 : gstcolorspace crashes when after v4lsrc (ffmpegcolorspace... * 139926 : id3tag's caps cause it to be plugged more than once by sp... * 139958 : Leak in avidemux * 140058 : [msmpeg4] file with broken qscale/header does not play
2004-04-15Convert to bl3.wiz1-5/+5
2004-04-15Convert to bl3.wiz1-4/+4
XXX: candidate for NO_BUILD/NO_BUILDLINK?
2004-04-15Revert previous, we need a full dependency.xtraeme1-2/+1
2004-04-15Bugs fixed in GIMP 2.0.1adam4-20/+22
- don't leak file descriptor for the POSIX shm implementation (Yosh) - fixed path tool undo (#138086, Mitch) - don't transform drawables away (#138117, Mitch) - fixed issues with guillotine plug-in (#138314, Joao, Mitch) - fixed Slide script-fu (#138310, Nils Philippsen) - don't allow removed items to be accessed thru the PDB (#138311, Mitch) - skip fonts with invalid names (workaround for #132366, Sven) - fixed Spinning Globe script-fu (#138253, Sven) - fixed a bug in the IFSCompose plug-in (#138212, David Necas) - fixed undo corruption with floating selections (Pedro, Mitch) - fixed gimprc man-page (Sven) - align JPEG setjump buffer on 16-byte boundary for ia64 (#138357, Yosh) - fixed Alien Glow Arrow script-fu (#138524, Sven) - fixed code that suppresses the transform tool grid (Simon) - push an undo for changing the text layer modification flag (#137767, Mitch) - make the user installation work with pixmap themes (#138379, Sven) - register .jpe as extension for JPEG images (#138776, Bolsh) - fixed issues with the Lighting Effects plug-in (#138788, William Skaggs) - don't crash on color corrections on empty selections (#138973, Sven) - made gimptool-2.0 create missing directories (#138980, Yosh) - made undo names translatable (#139000, Sven) - optimized grid drawing (#138081, Sven) - don't create a gimptool link to gimptool-2.0 (#139024, Sven) - sanitize rectangle and ellipse selection (#138237, #138103, Pedro) - fixed problems with Copy-Visible and Drop-Shadow scripts (#138662, Pedro) - fixed X server authentification problems with gimp-remote (#139158, Sven) - let Script-Fu PDB marshallers handle NULL strings (#139386, Kevin Cozens) - fixed rounding error in transformation code (#120490, William Skaggs) - fixed winclipboard plug-in (Hans Breuer) - fixed Python Slice script (Yosh) - fixed configure check for Xmu (#139803, Sven) - fixed crash when scaling up a floating selection (#138356, Mitch) - use LC_MESSAGE for help localization (#139917, Sven) - fixed imagemap file parsers (#139894)
2004-04-15Use BUILDLINK_DEPMETHOD= build. no need to use full here.xtraeme1-1/+2
2004-04-15This doesn't need any feature of buildlink, soxtraeme1-2/+2
s/USE_BUILDLINK3/NO_BUILDLINK/.
2004-04-15The buildlink2 framework does nothing with .pc files -- remove themwiz1-5/+1
from the buildlink2.mk files.
2004-04-14Drop the disctinction of xdg and xdg-x11 from USE_DIRS POV. We can choosejmmv4-8/+8
which one is required in an automatic way by checking USE_X11BASE. This simplifies things and avoids possible problems in the future due to confusion.