summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2011-08-14Revision bump after updating perl5 to 5.14.1.obache33-58/+66
2011-08-13Add MESSAGE, missing in previous.wiz1-0/+11
2011-08-12Restrict dependency pattern due to gemspec.taca1-2/+3
Bump PKGREVISION.
2011-08-12Update graphics/ruby-chunky_png package to 1.2.1.taca3-7/+11
Changes are unknown.
2011-08-11Update nwdiag to 0.4.0.obache2-6/+6
0.4.0 (2011-08-09) * Add syntax for peer network
2011-08-11Update blockdiag to 0.8.9.obache3-7/+8
0.8.9 (2011-08-09) * Fix bugs 0.8.8 (2011-08-08) * Fix bugs
2011-08-10Add note that next PKGREVISION bump should be to 3, as 2 was used brieflydholland1-1/+2
a few months ago and then reverted.
2011-08-07Update to 4.0.1, from Nicolas Thauvin.wiz12-421/+263
4.0.1 * Minor bug fixes, patch submitted by Damien Doligez 4.0.0 * Stop supporting the autoconf build. (It might works though.) * Instead of autoconf, using omake and ocamlfind * Subpackages: no need to link codes for uninterested format. * Stop supporting lablgtk1 - Ximage2 module is now Ximage, and the older Ximage is removed - OXimage2 module is now OXimage, and the older OXimage is removed 3.2.0 * Misnamed version. It should have been 3.0.3 or something. * Small bug fix for image load memory allocation vulnerability 3.0.2 * O'Caml 3.11 port. * Integer overflow vulnerability fix for pngread.c 3.0.1 * Alpha channel support for png images. 3.0.0 * new version numbering scheme * autoconf and makefiles cleanup * fix examples compilation 2.2.1 * Now compiling with -warn-error -A
2011-08-07+ py-actdiag, py-nwdiag, py-seqdiagobache1-1/+4
2011-08-07Import py-seqdiag-0.3.8 as graphics/py-seqdiag.obache4-0/+69
`seqdiag' generate sequence-diagram image file from spec-text file. * Generate sequence-diagram from dot like text (basic feature). * Multilingualization for node-label (utf-8 only).
2011-08-07Import py-nwdiag-0.3.3 as graphics/py-nwdiag.obache4-0/+75
`nwdiag' generate network-diagram image file from spec-text file. * Generate network-diagram from dot like text (basic feature). * Multilingualization for node-label (utf-8 only).
2011-08-07Import py-actdiag-0.1.7 as graphics/py-actdiag.obache4-0/+69
`actdiag' generate activity-diagram image file from spec-text file. * Generate activity-diagram from dot like text (basic feature). * Multilingualization for node-label (utf-8 only).
2011-08-07Update blockdiag to 0.8.7obache3-7/+14
0.8.7 (2011-08-06) * Fix bugs 0.8.6 (2011-08-01) * Support Pillow as replacement of PIL (experimental) * Fix bugs 0.8.5 (2011-07-31) * Allow dot characters in node_id * Fix bugs
2011-08-06Add gourceryoon1-1/+2
2011-08-06Import gource-0.35 as graphics/gource from wip/gource.ryoon4-0/+54
Software projects are displayed by Gource as an animated tree with the root directory of the project at its centre. Directories appear as branches with files as leaves. Developers can be seen working on the tree at the times they contributed to the project. Currently Gource includes built-in log generation support for Git, Mercurial and Bazaar and SVN (as of 0.29). Gource can also parse logs produced by several third party tools for CVS repositories.
2011-08-06Update rabbit to 1.0.4.obache3-8/+15
== 1.0.4: 2011-08-06 Theme improvements release! === Improvements ==== Theme * nari: Added. This is for nari. [Created by nari] * image-slide-number: Changed the default here to a cute here. * image-slide-number: Supported flag color customize. * image-timer: Changed the default tortoise to a cute tortoise. * rubykaigi2011: Supported the tortoise and the here. === Fixes ==== Documentation * Fixed Pango link. [Patch by Ken Muryoi] === Thanks * nari * Ken Muryoi == 1.0.3: 2011-07-17 A bug fix release of 1.0.2. === Improvements ==== Core * Supported RubyGems 1.8.5. [Reported by okkez] * rabbit command doesn't use standard input as the default source type. === Fixes ==== Core * Fixed a problem that Wiki notation support doesn't show error. [Reported by kimura wataru] * Added missing Sinatra dependency. ==== Theme * footer-comment: Fixed a problem that a comment is hidden shortly. === Thanks * okkez * kimura wataru
2011-08-05Add comments to patches.wiz7-13/+27
2011-08-04Add upstream bug report URL.wiz2-3/+4
2011-08-03pull in boundary check from gdk2-pixbuf to fix a possible bufferdrochner3-5/+16
overflow by invalid GIF images, see redhat bug#727081 bump PKGREV
2011-08-03Fixed: build failure on 5.99.55cheusov4-123/+25
Update to 2.4.6, No answer from maintainer. CHANGES BETWEEN 2.4.5 and 2.4.6 I. IMPORTANT BUG FIXES - For TrueType based fonts, the ascender and descender values were incorrect sometimes (off by a pixel if the ppem value was not a multiple of 5). Depending on the use you might now experience a different layout; the change should result in better, more consistent line spacing. - Fix CVE-2011-0226 which causes a vulnerability while handling Type 1 fonts. - BDF fonts containing glyphs with negative values for ENCODING were incorrectly rejected. This bug has been introduced in FreeType version 2.2.0. - David Bevan contributed a major revision of the FreeType stroker code: . The behaviour of FT_STROKER_LINEJOIN_BEVEL has been corrected. . A new line join style, FT_STROKER_LINEJOIN_MITER_FIXED, has been introduced to support PostScript and PDF miter joins. . FT_STROKER_LINEJOIN_MITER_VARIABLE has been introduced ches has been fixed. II. MISCELLANEOUS - SFNT bitmap fonts which contain an outline glyph for `.notdef' only no longer set the FT_FACE_FLAG_SCALABLE flag. CHANGES BETWEEN 2.4.4 and 2.4.5 I. IMPORTANT BUG FIXES - A rendering regression for second-order B#zier curves has been fixed, introduced in 2.4.3. II. IMPORTANT CHANGES - If autohinting is not explicitly disabled, FreeType now uses the autohinter if a TrueType based font doesn't contain native hints. - The load flag FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH has been made redundant and is simply ignored; this means that FreeType now ignores the global advance width value in TrueType fonts. III. MISCELLANEOUS - `FT_Sfnt_Table_Info' can now return the number of SFNT tables of a font. - Support for PCF files compressed with bzip2 has been contributed by Joel Klinghed. To make this work, the OS must provide a bzip2 library. - Bradley Grainger contributed project and solution files in Visual Studio 2010 format. - Again some fixes to better handle broken fonts.
2011-07-31Add png 1.5 support and go back to current png. Should have done this adholland3-8/+733
long time ago; it was somewhat lengthy but completely straightforward.
2011-07-31Add sys/socket.h to backend/magicolor.c and backend/xerox_mfp-tcp.c.gls4-4/+42
Should fix PR pkg/45196 by Alex Hornung.
2011-07-31povray needs old png-1.2, use it now that we have it again.jakllsch9-45/+40
2011-07-31+png12jakllsch1-1/+2
2011-07-31Add package of png-1.2 series.jakllsch10-0/+201
Needed for compatibility with packages that haven't been ported to png-1.5.
2011-07-31Add two patches from upstream to fix importing raws with libraw 0.13.6 and ↵gls4-2/+62
0.13.7 PKGREV++
2011-07-31Update graphics/libraw to 0.13.7.gls2-6/+6
Upstream changes: * Changes in cropping code: o cropping is now works for Fuji files (instead of crash) o bad pixels map and dark frame subtraction is turned off if cropping enable o for technical reasons, coordinates of top-left corner of crop box are rounded to multiple of 4 for Fuji files. * ./configure stuff fixes: o install static libraries only when --enable-static is set o compiled samples are dynamically linked if shared library not disabled. * OpenMP enabled for Visual Studio 2008 SP1+, but not for RTM
2011-07-28Do not generate an mpost format for mfplain, which is now a part ofminskim2-10/+3
web2c. Noted by tron@.
2011-07-28Update ps2eps to 1.68.minskim2-6/+6
Changes: - quoted translate command string - quote of tmpfname for coping with spaces in filenames - added -a option - changed handling of hiresBB (now rounded to hiresprecision, by default 0.5pt) - added %%BeginData %%EndData as indicators for Binary Section - added new option -b (treat as binary) to prevent filtering CR/LF stuff - fixed help/usage formatting output
2011-07-26Fix man page path with a patch.jakllsch2-1/+14
2011-07-26+darktablejakllsch1-1/+2
2011-07-26Add darktable package.jakllsch10-0/+356
darktable is a photography workflow application: a virtual lighttable and darkroom for photographers: it manages your digital negatives in a database and lets you view them through a zoomable lighttable. it also enables you to develop raw images and enhance them.
2011-07-25Correct to match reality.jakllsch1-2/+2
2011-07-25+lcms2jakllsch1-1/+2
2011-07-25Add Little CMS 2 color correction package.jakllsch5-0/+78
2011-07-21Honour ${CC}joerg4-14/+12
2011-07-21recursive bump from gnome-vfs drop crypto dependency.obache3-5/+6
2011-07-21Handle installed csh scripts properly. PR 37581; also mentioned in PRdholland1-3/+27
37949 and PR 37952. Someone should try building and running this on a machine with no native csh.
2011-07-18replace SA# in comment with a CVE referencedrochner2-4/+4
2011-07-17Fix broken build on NetBSD.dholland2-9/+17
2011-07-15Update rabbit to 1.0.2.obache4-26/+39
== 1.0.2: 2011-07-15 RubyKaigi2011 release. === Improvements ==== Core * Re-supported GTK+ 2.20. (For Debian GNU/Linux squeeze) [Reported by akira yamada] ==== Theme * title-slide-background-image: Added. It shows background image with title slide slide. * table: Supported font color customize. * rubykaigi2011: Added. It's for RubyKaigi2011. === Fixes ==== Theme * default-item-mark-setup: Fixed duplicated font name specified error. * edge-info-toolkit: Fixed duplicated font name specified error. === Thanks * yamada akira == 1.0.1: 2011-07-15 A bug fix release of 1.0.0. === Fixes ==== Core * Removed needless albino gem dependency. == 1.0.0: 2011-07-15 The first major release! We spent seven years for it! === Improvements ==== Core * Made Twitter related gems optional not required. * Disabled Clutter by default. --use-gl is required to enable it. [Reported by OBATA Akio] * Supported ((<blockdiag|URL:http://blockdiag.com/blockdiag/build/html/>)). RD: # blockdiag # relative_width = 90 # fonts = /usr/share/fonts/opentype/ipafont/ipag.ttf, /usr/share/fonts/truetype/vlgothic/VL-Gothic-Regular.ttf { fontsize = 25; RD -> Rabbit; Hiki -> Rabbit; PDF -> Rabbit; group { Rabbit -> Display; } } Hiki: {{blockdiag(" { fontsize = 25; RD -> Rabbit; Hiki -> Rabbit; PDF -> Rabbit; group { Rabbit -> Display; } }", { :relative_width => 90, # :antialias => true, :fonts => ["/usr/share/fonts/opentype/ipafont/ipag.ttf", "/usr/share/fonts/truetype/vlgothic/VL-Gothic-Regular.ttf"], })}} * Removed Anthy support. * Supported syntax highlighting by CodeRay. * Supported syntax highlighting by Emacs. * Improved "run from console" detection. [Reported by OBATA Akio] * Supported non-blocking mode for Twitter connection. [Reported by OBATA Akio] * Improved the default logger detection. [Reported by OBATA Akio] * Supported Nokogiri and dropped HTree. * Added --allotted-time option to specify presentation allotted time. * Added --comment-theme option to specify a theme for comment. For example, use --comment-theme stream-comment to stream comment on your slide. * Removed RWiki support. ==== Rabbiter * Added --log-status option to log streamed information for debug. ==== Rabbirack * Added. It is a new Web interface for Rabbit. It will deprecate Rabrick. ==== Theme * Added shadow-color, shadow-x and shadow-y properties to text element. * syntax-highlighting: Added. It specifies colors for syntax highlighting. * footer-comment: * Improved image-timer support. * Disabled the last comment remaining by default. * rabbit-powered-by: Disabled banner. * pdf-tortoise-and-hare: Removed because it's merged to pdf theme. * pdf: * Supported hare and tortoise. * Supported comment. * base: Added foreground color, background color and shadow color configurations. * default-comment: Added. It specifies a theme for comment. === Fixes ==== Core * Fixed a problem that .mo are missing in package. [Reported by OBATA Akio] * Fixed a problem that appending comment from rabbiter crashes Rabbit. * Fixed a problem that PDF file detection is failed in Ruby 1.9. ==== Documentation * Fixed link URL. [Reported znz] === Thanks * OBATA Akio * znz
2011-07-15+ py-blockdiagobache1-1/+2
2011-07-15Import py-blockdiag-0.8.4 as graphics/py-blockdiag.obache4-0/+281
`blockdiag` generate block-diagram image file from spec-text file. * Generate block-diagram from dot like text (basic feature). * Multilingualization for node-label (utf-8 only).
2011-07-15Register EGG file to be found the library from others.obache2-6/+6
Bump PKGREVISION.
2011-07-15Changes 1.7.16:adam2-6/+6
* Only report best method==0 if pngcrush cannot match the input filesize. Otherwise, if there is no improvement, report the first matching method.
2011-07-14PR/38129 -- font selection menu is populated in graphics.c, so patch it tooshattered3-9/+43
2011-07-14Update to 11.7ryoon7-64/+48
Changelog: 2011.07.01 v.11.07 + The main retouch functions can now be used in parallel (i.e. multiple edit dialogs can be active at the same time). + The last position of the main window and most dialog windows is saved and restored within a session and across sessions. + New function Match Colors: take a spot color sample from two images. The colors of the 2nd image are changed to match the first. + New function Revise RGB: select up to 9 control pixels on an image and adjust their RGB values. All image pixels are adjusted to match, using weights based on distances from the control pixels. Use this function to make complex color adjustments that vary across the image. + Brightness Ramp was revised to handle RGB colors. This is an alternative method to remove a color caste that varies across an image or image area. + Tools > Show RGB: EV and OD units are output in addition to RGB values. Up to five points are shown, updated live as the image is edited. + The Brightness/Color curves now have a range of +/-2 EV (F-stops) and the step-adjust buttons ([+++] etc.) are calibrated in 0.1 EV steps. Steps 1/3 this size can also be used. Use this function in conjunction with Show RGB to make calibrated color adjustments. + Numeric feedback was added to the sliders in retouch edit functions. + Missing gallery thumbnails are generated 2-3x faster (on multi-core processors) using multiple threads working ahead of need (usually). + Clone (new window) now has two variants: share desktop 50/50 or open a new window of the same size, slightly offset for visibility. + Open File now has two variants: use the same window or open a new window in a parallel instance of Fotoxx. + New toolbar button: save file as a new version (immediate, no dialog). The current image and its edit history remain unchanged. + Save-As menu and toolbar: new checkbox option to switch the current file to the saved file. The edit trail (undo/redo) is also retained. + New command line parameters: -prev open the last file viewed in the previous session. -recent start with a gallery of recent files (most recent at top). (-prev used to be default but this is no longer the case). + If the [undo] or [redo] button is pressed with the shift-key, they become "undo all" and "redo all". This makes it easier to compare an image having multiple edits with the original image. + Select Area [Unfinish] button: put a finished area back in edit mode. + Pixel Edit was moved from the Art menu to the Retouch menu. + Hourglass cursor was replaced with a BUSY sign at bottom of the window. + Toolbar help is a topic help like F1. Menu help opens the user guide. + Bugfix: warp functions were infrequently putting artifacts in the image. + Bugfix: Edit Collections could crash if adds and deletes were mixed. + Bugfix: Select Area Edge Calculation: if killed by user, the area was left in a half finished condition. 2011.06.13 v.11.06.2 Bugfix: Ubuntu 11.04 32-bit: libtiff.so was moved to a really different location: /usr/lib/i386-linux-gnu/libtiff.so. This caused a misleading diagnostic when building from source, so the check and diagnostic was simply eliminated. The packages are not affected.
2011-07-13Changes 1.6.0:adam5-43/+91
New extensions: * GL_AMD_blend_minmax_factor * GL_AMD_sample_positions * GL_EXT_x11_sync_object * GL_NV_texture_multisample * GL_NV_video_capture * GLX_NV_video_capture * WGL_NV_DX_interop * WGL_NV_video_capture Bug fixes: * Define GLEW_NO_GLU for no glu dependency. * mx suffix for GLEW MX libraries, build both libraries by default. * Cygwin build improvements * Soname of GLEWmx shared libraries * Query GL extension string only once * GLX_OML_sync_control no longer requires C99 * glDraw*InstancedARB moved from GL_ARB_draw_instanced to GL_ARB_instanced_arrays * glFramebufferTextureLayerEXT moved from GL_EXT_geometry_shader4 to GL_EXT_texture_array * Fixes for BSD build
2011-07-12update to 1.12drochner3-8/+9
changes: -UI improvements -Date / time data has its own dataset type -Add LaTeX commands \cdot, \nabla, \overline plus some arrows -Add linevertbar and linehorzbar error bar styles -bugfixes
2011-07-12update to 4.2.5drochner3-8/+8
changes: -minor improvements -bugfixes