summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2011-02-14Add upstream bug report URL.wiz4-7/+10
2011-02-14Add upstream bug report URL.wiz4-6/+8
2011-02-14Add upstream bug report URL.wiz3-5/+7
2011-02-13gave up maintainership of Gnome related packages.obache3-6/+6
2011-02-13gave up maintainership of clutter-1.x packages.obache7-14/+14
2011-02-13also revert bump of PKGREVISION.obache1-2/+2
2011-02-12put the cairo gobject into its own pkg to avoid the heavy glib dependencydrochner8-8/+104
in the base pkg
2011-02-12msgfmt, msgmerge and xgettext is required to configure & build.obache1-2/+2
2011-02-12enable cairo-gobject.obache2-3/+7
Bump PKGREVISION.
2011-02-11Update ruby-gnome2 to 0.90.7.obache13-108/+4
Removed deprecated binding packages. == Ruby-GNOME2 0.90.7: 2011-02-02 NOTE: 0.90.x releases are for 1.0.0 major release. A package fix release of 0.90.6. === Changes ==== Ruby/GLib2 * Improvments * force remove "-Wl,--noundefined" linker option because Ruby-GNOME2 packages doesn't support the option. [Dobai-Pataky Bálint, Kouhei Sutou] ==== Ruby/GTK2 * Improvments * use "MS-Windows" GTK+ theme by default on Windows. [ashbb, Kouhei Sutou] === Thanks * ashbb * Dobai-Pataky Bálint == Ruby-GNOME2 0.90.6: 2011-01-29 NOTE: 0.90.x releases are for 1.0.0 major release. Removed deprecated packages. All supported packages support RubyGems. All supported packages except Ruby/VTE, Ruby/GStreamer and Ruby/GtkMozEmbed support also Windows binary bundled gem. === Changes ==== All * remove all deprecated packages. [Masaaki Aoyagi] * all supported packages support RubyGems. [Masaaki Aoyagi] ==== Ruby/GLib2 * Imrpovements * add gnome2-raketask.rb that is a utility library to define Rake tasks for Ruby-GNOME2 packages. [Masaaki Aoyagi, Kouhei Sutou] * Fixes * fix GType conversion. [Kouhei Sutou] * fix rcairo installed by RubyGems detection. [Masaaki Aoyagi] ==== Ruby/GIO2 * Improvements * support GIO 2.26. [Nikolai Weibull] ==== Ruby/GStreamer * Improvements * add Gst::MissingURISourceMessage. [Vincent Carmona, Kouhei Sutou] * support RubyGems. [Masaaki Aoyagi] ==== Ruby/Pango * Fixes * rename Pango::LayoutIter#at_last_line! to at_last_line? because at_last_line is a predicate method. (at_last_line! still exists for backward compatibility.) [mrkn, Kouhei Sutou] ==== Ruby/GtkMozEmbed * Improvements * support RubyGems. [Masaaki Aoyagi] * Fixes * support "2.0b7" style module version. #3141244 [reandr, Kouhei Sutou] ==== Ruby/GooCanvas * Improvements * support RubyGems. [Masaaki Aoyagi] ==== Ruby/GtkSourceView2 * Improvements * support RubyGems. [Masaaki Aoyagi] ==== Ruby/VTE * Improvements * support RubyGems. [Masaaki Aoyagi] === Thanks * Vincent Carmona * mrkn * reandr * Nikolai Weibull * Masaaki Aoyagi
2011-02-11Fix destdir installation.wiz1-2/+2
2011-02-10Changes 0.1.4:adam6-82/+29
* Operations: save (chooses delegate save op automatically) rgbe load/save jpeg200 load/save ppm load/save map-absolute (GIMP cage tool gsoc helper op) whirl and pinch mirrors grid render fixed imagemagick fallback load op fixed pipe based dcraw wrapper GSoC 2010 ops: exp-combine, reinhard05, fattal02, mantiuk06, matting-levin * Various source and build improvements. * improvements towards threaded rendering * Buffer: refactored away some constant overhead made GeglBufferIterator API public
2011-02-10Chamges 0.1.4:adam2-10/+16
Improved cross platform build ability, added code to handle n-component formats, remove extraenous runtime profiling that impacted performance.
2011-02-10Upgrade to gdal v1.8.0 (and bump revision of packages that depend on it).brook1-2/+2
The changes are fully described at http://trac.osgeo.org/gdal/wiki/Release/1.8.0-News However, the following are the highlights. In a nutshell: * New GDAL drivers : GTX, HF2, JPEGLS, JP2OpenJPEG, JPIPKAK, KMLSUPEROVERLAY, LOS/LAS, MG4Lidar, NTv2, OZI, PDF, RASDAMAN, XYZ * New OGR drivers : AeronavFAA, ArcObjects, GPSBabel, HTF, LIBKML, MSSQLSpatial, NAS, OpenAir, PDS, PGDump, SOSI, SUA, WFS * Significantly improved OGR drivers : DXF, GML * New implemented RFCs: o RFC 7: Use VSILFILE for VSI*L Functions o RFC 24: Progressive data support in GDAL o RFC 28: OGR SQL Generalized Expressions o RFC 29: OGR Set Ignored Fields o RFC 30: Unicode Filenames o RFC 33: GTIFF - Corrected !PixelIsPoint Interpretation * New utility : gdallocationinfo Backward compatibility issues: * MITAB driver: use "," for the OGR Feature Style id: parameter delimiter, not "." as per the spec. Known impacted application: MapServer? * RFC 33 changes the way PixelIsPoint? is handled for GeoTIFF * GML driver: write valid <gml:MultiGeometry> element instead of the non-conformant <gml:GeometryCollection>. For backward compatibility, recognize both syntax for the reading part
2011-02-08Correct hash for patch-ufraw_writer.cdsainty1-2/+2
2011-02-08Removed gnuplot-nox11; use options.mk in gnuplot to turn X11 support offadam3-41/+0
2011-02-08Removed gnuplot-nox11; plotutils-nox11adam1-3/+1
2011-02-08Changes 4.4.2:adam10-127/+164
* FIX color specification "lc N" * FIX clipping error in filled curves * FIX segfault if "refresh" command follows an interrupted replot Changes 4.4.1: * NEW Support the "%s" format specifier in strftime() * NEW Optional 6th data column in candlesticks style to specific box width * NEW If integer arithmetic i*j or i**j would overflow, return value as a real * NEW "set style circle radius <default-radius>" * FIX autoconfiguration of readline support in OSX * FIX font problems in win terminal * FIX Protect against runaway recursion by limiting depth of nested functions * FIX metapost terminal: Fix inheritance of line thickness by text strings * FIX cairo terminals could segfault on certain enhanced text strings * FIX pdfcairo output to stdout now works * FIX font ",size" in non-enhanced mode postscript terminals * FIX Do a better job of estimating the width of UTF-8 encoded strings * FIX baseline bug in canvas terminal rotation of enhanced text * FIX Allow "with labels" to work for binary input data * FIX update user GPVAL variables after plot in table mode * CHANGE depth-sorting of pm3d surfaces now applies jointly to all in the plot * CHANGE 3D impulses are now always drawn from z=0 * CHANGE Enable HIDDEN_QUADTREE by default * CHANGE Enable "set fit errorvariables" by default * CHANGE Regardless of current timefmt, read time from binary files as a binary * CHANGE do not limit 3D rotation to 0<rotx<180
2011-02-08Switch to options.mk and remove plotutils-nox11adam7-150/+38
2011-02-07Fix build with png-1.5.wiz4-19/+294
2011-02-07Fix build with png-1.5.wiz2-1/+285
2011-02-07Set LICENSE.wiz1-1/+2
2011-02-07Remove RUBY_REQD which specify older version oftaca1-3/+1
current supported version of Ruby. No functional change.
2011-02-07Fix build with png-1.5.wiz4-1/+149
2011-02-07Set LICENSE.wiz1-1/+2
2011-02-07Fix build with png-1.5.wiz2-1/+99
2011-02-07Fix build with png-1.5.wiz2-1/+97
Upstream should come up with a better fix though.
2011-02-07Set LICENSE.wiz1-1/+2
2011-02-07Fix build with png-1.5.wiz2-18/+27
2011-02-06Fix build with png-1.5.wiz3-5/+75
2011-02-06Fix build with png-1.5.wiz2-1/+17
2011-02-06Set LICENSE.wiz1-1/+2
2011-02-06fix build with png-1.5ryoon2-1/+16
PR pkg/44522
2011-02-06Incomplete fix for png-1.5 from Marko Schütz Schmuck, to avoidwiz2-13/+110
duplicate work.
2011-02-06Set LICENSE.wiz1-1/+2
2011-02-06Fix build with png 1.5markd2-3/+69
2011-02-05Changes 0.48.1:adam6-20/+38
No release information available.
2011-02-04Fix building with Clangadam2-1/+24
2011-02-03Update graphics/libraw to 0.12.4gls2-6/+6
Upstream changes: Imported dcraw 9.06/1.440: * Added camera support for: Canon S95, Casio EX-Z1080, Panasonic GF2 and GH2, Samsung NX100, Sony A-580 * Updated color data for: Canon G12, Nikon D3100, D7000 and P7000, Olympus E-5, Pentax K-r and K-5, Samsung NX10 and WB2000
2011-02-03Update to 1.5.1:wiz2-6/+6
Version 1.5.1beta10 [January 27, 2010] Fixed incorrect examples of callback prototypes in the manual, that were introduced in libpng-1.0.0. In addition the order of the png_get_uint macros with respect to the relevant function definitions has been reversed. This helps the preprocessing of the symbol files be more robust. Furthermore, the symbol file preprocessing now uses -DPNG_NO_USE_READ_MACROS even when the library may actually be built with PNG_USE_READ_MACROS; this stops the read macros interfering with the symbol file format. Made the manual, synopses, and function prototypes use the function argument names file_gamma, int_file_gamma, and srgb_intent consistently. Version 1.5.1beta11 [January 28, 2011] Changed PNG_UNUSED from "param=param;" to "{if(param){}}". Corrected local variable type in new API png_process_data_skip() The type was self-evidently incorrect but only causes problems on 64 bit architectures. Added transform tests to pngvalid and simplified the arguments. Version 1.5.1rc01 [January 29, 2011] No changes. Version 1.5.1rc02 [January 31, 2011] Added a request in the manual that applications do not use "png_" or "PNG_" to begin any of their own symbols. Changed PNG_UNUSED to "(void)param;" and updated the commentary in pngpriv.h Version 1.5.1 [February 3, 2011] No changes.
2011-02-02uses bash as CONFIG_SHELL, thus needs to be a build dependencydrochner1-2/+2
2011-02-01Fix build with png-1.5.wiz2-1/+26
2011-02-01Set LICENSE.wiz1-1/+2
2011-02-01Put LICENSE in MAINTAINER section.wiz1-2/+1
2011-02-01Fix build with png-1.5.wiz2-5/+216
2011-02-01Set LICENSE.wiz1-1/+2
2011-02-01Fix build with png-1.5.wiz2-1/+44
2011-02-01Set LICENSE.wiz1-1/+2
2011-02-01Fix build with png-1.5.wiz3-1/+33
2011-01-31bump PKGREV for poppler shlib major changedrochner3-5/+7