summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2009-12-17Update evas to the latest E17 snapshot.joerg21-82/+43
Various bugfixes and improvements, no detailed changelog. Remove 16bit X11 engine.
2009-12-16Changes 4.0:adam6-50/+41
* Huge new documentation in Info, PS, PDF, and XHTML formats. Plain HTML format is not supported because it cannot portably render MathML. * New manual pages. * Automatic bit depth conversion between input and output images if necessary. * Compilation without image cache works again ("--disable-image-cache"). Speedups of up to 30% have been reported on the amd64 architecture. * Enblend and Enfuse accept repsonse files in addition to literal image files. Response files contain lists of image filenames or names of other response files. * Lots of new warnings if a command-line option has no effect, like, for example, combining a mask optimization option with "--no-optimize". * Enblend shows the initial, unoptimized seam line in addition to the optimized one in all seam-line visualization images (option "--visualize"). * Enblend and Enfuse read multi-layer TIFF files ("multi directory" in TIFF jargon). It is even possible to mix multi-layer with single layer images. This partially fixes SourceForge bug ID 1170329. * Save masks with (lossless) "Deflate" compression. * An improved wrap-around option, formerly only "-w", now "-wMODE" and "--wrap=MODE", lets the user determine whether to create a 360 degrees horizontal or vertical panorama. It is possible to wrap around vertically and horizontally at the same time. * Without any output filename given, i.e. no "-o" option, the output filename now defaults to "a.tif", making "-o" truly an option. * The user has better control of the number of pyramid levels. Previously only the maximum number in any blend could be reduced by the "-l" option. Now, the maximum number can be reduced by a fixed amount no matter what the actual maximum number of permissible pyramid levels is. * Use OpenMP to make better use of multi-processor machines. As the image cache is not reentrant, OpenMP can only be activated when the image cache is disabled. * Enblend and Enfuse issue messages following the GNU standard. * Bug Fixes
2009-12-16Sync with reality: pkgsrc/devel/py-ctypes is broken, it fails evendrochner5-88/+750
on sizeof(long) on i386. The ctypes module builtin to Python-2.5 appears to work, so don't depend on devel/py-ctypes but require Python-2.5. Being here, update to 3.0.1b1. There is no useful changelog - appearently more new OpenGL features are supported.
2009-12-16Retire old xpm package. Replaced by x11/libXpm.joerg26-2330/+1
2009-12-16update to 2.6.8drochner3-41/+6
changes: -bugfixes -translation updates
2009-12-15remove stale libltdl dependencydrochner2-4/+2
2009-12-15Recursive bump for libltdljoerg34-79/+66
2009-12-15py-gnuplot-1.8:joerg2-9/+9
* hardcopy allows for terminal='svg' (using a patch from Spyros Blanas) * Use with_ instead of with as that will be a python keyword in the future. * Added an option "filename" to Data and GridData in PlotItems.py. This allows saving the data to a permanent, rather than temporary, file. (Patch contributed by Matthew Fulmer.) * Added a 'pdf' terminal definition (using a patch from Jim Kleckner). * Added close() and __del__() methods to the Gnuplot class. This might help with some cases of premature temporary file deletion. (Suggested by Jim Kleckner.)
2009-12-15Also needs --x-libraries for modular Xorg.joerg1-1/+2
2009-12-15Update to 0.1.9, set LICENSE.wiz2-7/+7
0.1.9 ------------------------------------------------------------------------ - Fix bug about to record an empty Exif or Iptc metadata container.
2009-12-13Update libotf to 0.9.10.obache2-6/+7
While here, set LICENSE=gnu-lgpl-v2.1. * Changes in libotf 0.9.10 ** This release is mainly for bug fixes.
2009-12-13Update rcairo to 1.8.1.obache2-6/+6
Release 1.8.1 (2009-12-13) =========================================================== Features -------- * Support cairo 1.8.8. * Improve auto .pc detection.
2009-12-11update to 4.2.2drochner3-8/+17
many fixes and enhancements, notably SVG export (which needs pstoedit and uniconvertor at runtime to work)
2009-12-11add uniconvertor-1.1.4, a vector graphics translatordrochner6-0/+415
2009-12-11sync w/ base pkgdrochner4-24/+86
2009-12-11update to 1.1.7drochner4-20/+37
changes: misc bugfixes and improvements, too much to list here, see the CHANGES file for details
2009-12-11+extrema&scidavisdrochner1-1/+3
2009-12-11add scidavis-0.2.3, another data analysis and visualization packagedrochner5-0/+117
2009-12-11Support staged installation.asau3-8/+27
2009-12-11add extrema-4.4.2, a data analysis and visualization packagedrochner4-0/+1073
2009-12-11sync with new versiondrochner1-3/+7
2009-12-11Add a comment "used by dia-python".obache1-1/+2
2009-12-11Reset PKGREVISION, updated to 0.97.obache1-2/+1
2009-12-10update to 1.12.1, add DESTDIR supportdrochner3-19/+19
changes: bugfixes
2009-12-09Pass configure check for ImageMagick, still fails to build.joerg1-1/+5
2009-12-09update to 0.97drochner12-103/+307
changes: -High quality cross-platform print and pdf output by use of cairo -Rotated text, but only with the new "Standard - Ouline" object -Object properties dialog finally does handle multiple objects -Improved text edit mode for consistent handling of the Delete key -A new integrated user interface mode with diagrams in tabs -Almost 200 bugs and feature requests resolved pkgsrc note: the printing problem mentioned in TODO is resolved (some outdated nonsense in options.mk disabled use of "cairo")
2009-12-07Drop MAINTAINER.wiz1-2/+2
2009-12-06Update HOMEPAGE and MASTER_SITES.obache1-3/+3
2009-12-04update to kde 4.3.4markd4-12/+57
KDE SC 4.3.4 has a number of improvements: * A bugfix in Plasma's pixmap cache makes the workspace more responsive * Okular, the document viewer improved stability in certain situations * Marble, the desktop globe has seen some polish * Passphrases with non-ASCII characters have been fixed in the KGpg encryption tool
2009-12-04Update to 1.2.41:wiz2-6/+6
version 1.2.41beta01 [September 25, 2009] Moved redundant IHDR checking into new png_check_IHDR() in png.c and report all errors found in the IHDR data. Eliminated useless call to png_check_cHRM() from pngset.c Expanded TAB characters in pngrtran.c version 1.2.41beta02 [September 30, 2009] Revised png_check_IHDR(). version 1.2.41beta03 [October 1, 2009] Revised png_check_IHDR() again, to check info_ptr members instead of the contents of the returned parameters. version 1.2.41beta04 [October 7, 2009] Added "xcode" project similar one already in libpng-1.4.0beta (Alam Arias). Ported some cosmetic changes from libpng-1.4.0beta86. Eliminated a shadowed declaration of "pp" in png_handle_sPLT(). version 1.2.41beta05 [October 17, 2009] Revised pngconf.h to make it easier to enable iTXt support. From libpng version 1.2.9 through 1.2.40, defining PNG_iTXt_SUPPORTED did not work as expected. Ported some cosmetic changes from libpng-1.4.0beta87, changing many "#if defined(x)" to "#ifdef x". version 1.2.41beta06 [October 18, 2009] Restored PNG_USE_LOCAL_ARRAYS code in pngread.c that was inadvertently deleted in libpng-1.2.41beta05. Converted all PNG_NO_* tests to PNG_*_SUPPORTED everywhere except pngconf.h as in libpng-1.4.0beta78 and later. version 1.2.41beta07 [October 21, 2009] Ported some cosmetic changes from libpng-1.4.0rc01, changing many "#if defined(x)" to "#ifdef x" in png.h and pngconf.h. version 1.2.41beta08 [October 30, 2009] Ported from libpng-1.4.0rc01: png_calloc(), png_get_io_chunk_name(), png_get_io_state(), png_set_user_cache_max(), png_get_user_cache_max(), png_set_premultiply_alpha, and png_do_read_premultiply_alpha(). Relocated png_do_chop() ahead of building gamma tables in pngrtran.c This avoids building 16-bit gamma tables unnecessarily. version 1.2.41beta09 [November 1, 2009] Removed a harmless extra png_set_invert_alpha() from pngwrite.c More bugfixes and improvements to CMakeLists.txt (Philip Lowman) Moved CMakeLists.txt from scripts into the main libpng directory. Apply png_user_chunk_cache_max within png_decompress_chunk(). Merged libpng-1.2.41.txt with libpng-1.4.0.txt where appropriate. version 1.2.41beta10 [November 1, 2009] Enabled iTXt support by default. To ensure binary compatibility with previous versions, the "lang" and "lang_key" members will be assumed to be omitted from previous versions unless the current libpng version was built with PNG_iTXt_SUPPORTED (which is otherwise no longer necessary to gain iTXt support), as a signal that the user has been building previous versions with PNG_iTXt_SUPPORTED as well. version 1.2.41beta11 [November 2, 2009] Store user's user_png_ver in new png_ptr->user_png_ver element. Revised iTXt support. To ensure binary compatibility with previous versions, the "lang" and "lang_key" members will be assumed to be omitted from versions prior to 1.2.41beta11 whenever there is a library mismatch. version 1.2.41beta12 [November 2, 2009] Free png_ptr->user_png_ver when destroying png_ptr. version 1.2.41beta13 [November 3, 2009] Updated scripts/pngw32.def and projects/wince/png32ce.def Copied projects/wince/png32ce.def to the scripts directory. Added scripts/makefile.wce Patched ltmain.sh for wince support. Added PNG_CONVERT_tIME_SUPPORTED macro. version 1.2.41beta14 [November 8, 2009] versions 1.2.41beta05 through 1.2.41beta13 were abandoned. The 1.0.x/1.2.x series will only receive security updates from now on. Make inclusion of time.h in pngconf.h depend on PNG_CONVERT_tIME_SUPPORTED Make #define PNG_CONVERT_tIME_SUPPORTED depend on PNG_WRITE_tIME_SUPPORTED Reverted iTXt compatibility stuff from 1.2.41beta05, 1.2.41beta11, and 1.2.41beta12. Reverted IOSTATE feature, user_cache_max, and premultiply_alpha features from 1.2.41beta08. Retained png_calloc() from 1.2.41beta08 but as a non-exported function, and removed reference to png_calloc from scripts/*.def version 1.2.41beta15 [November 8, 2009] Added PNG_DEPSTRUCT, PNG_DEPRECATED, PNG_USE_RESULT, PNG_NORETURN, and PNG_ALLOCATED macros to detect deprecated direct access to the png_struct or info_struct members and other deprecated usage in applications (John Bowler). Updated scripts/makefile* to add "-DPNG_CONFIGURE_LIBPNG" to CFLAGS, to prevent warnings about direct access to png structs by libpng functions while building libpng. They need to be tested, especially those using compilers other than gcc. Updated projects/visualc6 and visualc71 with "/d PNG_CONFIGURE_LIBPNG". version 1.2.41beta16 [November 9, 2009] Removed three direct references to read_info_ptr members in pngtest.c that were detected by the new PNG_DEPSTRUCT macro. Only #define PNG_DEPSTRUCT, etc. in pngconf.h if not already defined. version 1.2.41beta17 [November 10, 2009] Updated CMakeLists.txt to add "-DPNG_CONFIGURE_LIBPNG" to the definitions. Marked deprecated function prototypes with PNG_DEPRECATED. Marked memory allocation function prototypes with PNG_ALLOCATED. Changed png_check_sig() to !png_sig_cmp() in contrib programs. Corrected the png_get_IHDR() call in contrib/gregbook/readpng2.c Added "-DPNG_CONFIGURE_LIBPNG" to the contrib/pngminum makefiles. version 1.2.41beta18 [November 11, 2009] Renamed scripts/makefile.wce to scripts/makefile.cegcc Marked nonexported functions with PNG_PRIVATE macro. version 1.2.41rc01 and 1.0.51rc01 [November 18, 2009] Revised scripts/*.def to reflect functions actually exported by libpng. Updated the copyright year in scripts/pngw32.rc from 2004 to 2009. Moved descriptions of makefiles and other scripts out of INSTALL into scripts/README.txt version 1.2.41rc02 [November 22, 2009] Rebuilt the configure scripts with autoconf-2.65 version 1.2.41rc03 [November 25, 2009] Disabled the new pedantic warnings about deprecated function use and deprecated structure access unless the user defines PNG_PEDANTIC_WARNINGS. Added "#define PNG_NO_PEDANTIC_WARNINGS" in the libpng source files. Removed "-DPNG_CONFIGURE_LIBPNG" from the makefiles and projects. version 1.2.41 [December 3, 2009] Updated the list of files and made some cosmetic changes in README.
2009-12-03Follow f2c/libf2c split: bump revision of all packagesasau1-2/+2
that list Fortran in used languages.
2009-12-03Oops, it wasn't I intended to... Really fix PKGNAME now.taca1-2/+2
2009-12-02Fix PKGNAME missing ${RUBY_PKGPREFIX} from Aug. 2008, sigh.taca1-2/+2
2009-11-30Fix build with modern boost.joerg2-5/+5
2009-11-30Reenable I18N.itohy2-5/+74
Bump PKGREVISION.
2009-11-29Add tango-icon-theme.snj1-1/+2
2009-11-29Move tango-icon-theme from pkgsrc-wip to pkgsrc. tango-icon-theme is,snj5-0/+4265
unsurprisingly, an icon theme set. Packaged by Dieter Roelants.
2009-11-29Update to inkscape-0.47.tnn13-211/+338
-- Inkscape 0.47 brings a host of important improvements all across the program: * Timed autosave: no more lost work * Spiro splines: an exciting new way to work with paths, fully supported in Pen, Pencil, and Node tools * Auto smooth nodes: a new type of node that keeps the path as smooth as possible as you move it or its neighbors * New modes in Tweak tool: pushing and jittering whole objects, scaling/rotating objects, deleting and duplicating using the "soft brush" * Reworked, much more usable snapping system and a Snapping toolbar * New path effects, including sketch, hatching, envelope deformation; effects can be stacked and assigned to groups * A huge collection of preset filters in the new Filters menu * New cairo-based PS and EPS export: improved quality, more features supported, fallback rasterization for filters and transparency * Spell checker for text objects in a document * Many new extensions: restacking, calendar, printing marks, cartesian and polar grids, interpolating attributes * Optimized SVG code options, now with their own Preferences page
2009-11-26Pass down builddir to not have stray -I options.joerg2-2/+6
2009-11-26Fix libtool usage.joerg2-1/+15
2009-11-25Links against libXt nowadays. Bump revision.joerg1-4/+2
2009-11-25Actually links against libXt nowadays. Bump revision.joerg1-4/+2
2009-11-24ensure "freetype-config --libs" emits a run path.tnn3-2/+18
2009-11-24afais there are no references to libexif in exported libraries,drochner1-2/+1
so don't propagate bl3
2009-11-24update to 0.2.4drochner4-7/+37
changes: -Database updates -Fixed a crasher bug with gcc 4.4
2009-11-24+gimp-exif-browserdrochner1-1/+2
2009-11-24add gimp-exif-browser-0.1.0, a gimp plugin to view EXIF datadrochner5-0/+45
2009-11-24Add USE_DESTDIR support.obache1-3/+7
While here, fixes permissions for documents in post-extract stage to allow access by unprivilaged users, and it should resolve PR 42366. Bump PKGREVISION.
2009-11-23Use correct variable for rpath.joerg2-4/+4
2009-11-23Updated ruby-mini-magick to 1.2.5fhajny4-32/+19