summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2010-01-16Add tex-dvipng-doc.minskim1-1/+2
2010-01-16Import tex-dvipng-doc-1.12 as graphics/tex-dvipng-doc.minskim4-0/+24
This is documentation for dvipng.
2010-01-16Update dvipng to 1.12.minskim3-22/+11
Changes: * Special.c: Keep transparent background in rescaled included bitmaps * special.c: Add the color PostScript prologue * dvipng.h, special.c: Support xcolor PostScript prologue * color.c: Support x11nam.def, fix handling of xcolor multiple-model color values, and xcolor PostScript prologue * special.c: Some (most?) literal PostScript specials seem to depend on tex.pro and possibly special.pro, always load these * configure.ac: Fix gs checks * misc.c: Correct last mmap element * readme.texi: Mention new color models in xcolor * color.c: Adjust for new version of xcolor, mainly color prefixes
2010-01-15update to 2.28.2drochner3-7/+8
changes: -minor build system fix -translation updates (this belongs to gnome-2.28.2 which didn't make it before the pkgsrc freeze)
2010-01-15update to 6.5.7.9drochner3-8/+7
This is the minimal update to fix the crashes described in PR pkg/42593. (pullup candidate for 2009Q4)
2010-01-09Add a PRINT_PLIST_AWK fragment matching the PLIST_SUBST and update thejoerg16-37/+39
common base value. Reflect that change in the PLIST files.
2010-01-08Fix LP64 build.joerg2-1/+15
2010-01-05Fix pkgconfig files to include rpath. Bump PKGREVISION.wiz1-2/+7
2010-01-05OpenEXR support needs pkg-config; fixedadam1-2/+2
2010-01-05Distfile has changed - fixadam2-5/+7
2010-01-04Make sure that the patches and local files have a RCS ID.joerg5-17/+24
2010-01-04Needs glut.joerg1-1/+2
2010-01-04Pass down BUILD_DIR to not have -I options without argument.joerg1-1/+3
2010-01-04Not MAKE_JOBS_SAFE.joerg1-1/+3
2010-01-04Not MAKE_JOBS_SAFE. Still doesn't build do to C++ issues.joerg1-1/+3
2010-01-01Explicitly depend on archivers/szip.joerg1-1/+2
2010-01-01Has race conditions, so not MAKE_JOBS_SAFE.joerg1-1/+3
2009-12-24Bump PKGREVISION for previous.wiz1-1/+2
2009-12-24Include hicolor-icon-theme/bl3.mk to address PR 42503.wiz1-1/+2
2009-12-23add a patch fromdrochner3-3/+57
https://bugzilla.redhat.com/show_bug.cgi?id=543905 to fix CVE-2009-4227 (Stack-based buffer overflow by loading malformed .FIG files)
2009-12-22fix to build again: some sub-build tries to be clever and generatedrochner5-9/+89
BSD-makefile syntax on *BSD, but since the pkg is built with gmake this fails (the pkg appearently didn't change for a while, some infrastructure change must have triggered this)
2009-12-21Links against libQt4AssistentClient, so qt4-tools is a runtime dependency.joerg1-1/+4
Bump revision.
2009-12-21patch-ac is no longer needed; fixes linking problemadam4-72/+6
2009-12-17Update rabbit to 0.6.3.obache3-7/+10
== Changes 0.6.3 from 0.6.2: 2009-12-16 === Improvements * [#180] Supported inline markup in DL with Wiki format. [kdmsnr] * Added butler rabbit to the standard theme. * Changed to use scaled images by default even when printing mode. * Supported pixbuf rendering with alpha channel. (when cairo is used as rendering engine) ==== Theme * Added: * lightning-monochrome: Takahashi method slide + monochrome normal slide * Changed: * default-block-quote: Added @block_quote_image_background_alpha parameter that specifies alpha channel of background images. * default-preformatted: Made auto text size adjustment optional. It is customized by @preformatted_keep_in_size parameter. * clear-blue: Displayed title in the left bottom by default. It can be disabled by the following theme: include_theme("clear-blue") @slide_footer_info_left_text = "" * Supported nest of "itemize > enum" and "itemize > itemize > enum". ==== Experimental ((*This maybe changed in the feature.*)) * Supported tag: syntax: (('tag:name:content')) or (('tag:name'))content e.g.: slide.rab: (('tag:center'))Hi, look it! theme.rb: match("**", CustomTag) do |tags| tags.each do |tag| case tag.name when "center" tag.parent.horizontal_centering = true end end end output(before): +-------------------+ | Hi, look it! | +-------------------+ output(after): +-------------------+ | Hi, look it! | +-------------------+ === Fixes * Fixed a problem that fullscreen doesn't work on Ruby 1.9 [Masaki Suketa] * [#179] Fixed a problem that Rabbit sometimes crashes with mouse clicks. [kdmsnr] * newline-in-slides theme: Disabled newline substitution in preformatted text. * Fixed a problem that cursor isn't displayed after unfullscreen. === Thanks * Masaki Suketa * kdmsnr
2009-12-17add and enable uniconvertorjnemeth1-1/+2
2009-12-17Use Ruby/GStreamer in Ruby/Gnome2 instead of deprecated ruby gstreamer0.10.obache2-1/+17
Bump PKGREVISION of ruby-clutter-gst.
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