summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
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
2011-01-31Remove obsolete patch (a very similar chunk is nowadays a few lineswiz2-23/+1
higher, where the variables are defined).
2011-01-31Add comments to patches.wiz6-11/+28
2011-01-31Remove trailing line (pkglint--)..wiz1-2/+1
2011-01-31Fix build with png-1.5.wiz3-2/+62
2011-01-30graphics/sane-backends: add upstream bug report for PR pkg/44193rumko2-3/+5
ok@ wiz
2011-01-30Add dependency on libidn for linux as Tgif.tmpl-linux tries to link it.markd1-1/+4
2011-01-29Fix build with gcc4.5markd9-2/+126
2011-01-29Don't insist on the 1990 standard as then fails to handle the // commentsmarkd2-1/+17
in lcms.h
2011-01-29fix build with gcc4.5markd3-5/+29
2011-01-29Fix build with gcc4.3markd2-1/+16
2011-01-29Fix building with libpng-1.5adam2-5/+11
2011-01-29Fix building with libpng-1.5adam2-6/+209
2011-01-29Changes 1.7.1:adam5-235/+1035
* Fixed the build process for MacOS X. * Re-activeted vigra-config (script to query VIGRA installation information) and added VigraConfig.cmake (query VIGRA installation information from within cmake). * Added CDash support (nightly builds and tests). * Added convexHull(). * Added vigra::Box. * Added vigra::Sampler class to sample given data in various ways. * Added much new functionality to the vigra::RandomForest class (e.g. more split strategies, variable importance measures, feature selection) * Added readSIF() (reader for the Andor SIF file format). * Added vigra::HDF5File for easier navigation in HDF5 files. * Added recursive approximation of the Gaussian filter (recursiveGaussianFilterX(), recursiveGaussianFilterY()) * vigranumpy: added Gabor filtering. * Fixed multi-threading bugs at various places. * Minor improvements and bug fixes in the code and documentation.
2011-01-29Fix buildling with clangadam1-2/+11
2011-01-29RUBY_HAS_ARCHLIB is deprecated.obache1-2/+1
2011-01-29fixes automatic ABI_DEPENDS pattern update.obache1-2/+2
2011-01-28Changes 1.7.14:adam3-11/+42
* Built with libpng-1.5.1beta06 and zlib-1.2.5 * Removed WIN32_WCE support (libpng has dropped it already) * Include zlib.h and define png_memcpy, etc., and revise the png_get_iCCP() and png_set_iCCP() calls to be able to build with bundled libpng-1.5.x. Pngcrush cannot be built yet with a system libpng-1.5.x.
2011-01-28Changes 0.6.5:adam4-70/+13
* Upgraded libpng to version 1.4.5-optipng [private] * Upgraded zlib to version 1.2.5-optipng [private] * Fixed the I/O states (in libpng 1.4.5); they caused incorrect file reads in some rare cases. * Fixed processing of PNG files with chunks of size 0. * Fixed a display error in the TIFF import. * Improved checking of the arguments of -f, -zc, -zm and -zs. * Removed quirks from the rangeset option argument syntax. * Fixed a build issue under the system-supplied libpng-1.4. * Resolved forward-compatibility issues regarding libpng-1.5; however, the system-supplied libpng-1.5 is not yet supported. * Added various enhancements to the configure+make build system.
2011-01-26reset PKGREV for base pkg updatedrochner2-4/+2
2011-01-25Remove patch hunks that disable --recheck in GNU configure scripts.shattered2-12/+3
These were generated, apparently, by mk/configure/gnu-configure.mk (configure-scripts-override target).
2011-01-25propagate x11 dependency if necessarydrochner1-1/+7
2011-01-24Fix previous: Due to a png documentation bug, the arguments ofwiz3-6/+6
png_set_IHDR were swapped. Bug reported by drochner. Bump PKGREVISION.
2011-01-24Add upstream bug report URL.wiz2-4/+5
2011-01-24Add upstream bug report URL.wiz2-3/+4
2011-01-24Add upstream bug report.wiz2-3/+4
2011-01-24Add upstream bug report URL.wiz4-6/+8
2011-01-24Update to 2.5.4, set LICENSE.wiz2-7/+7
* 2.5.4 @ 2010-11-24 Fix some web2png bugs revealed by pychecker. * 2.5.3 @ 2010-10-20 PNGs with transparency have been OK for web use since 2006. The gif2png -w switch no longer filters out GIFs with transparency, and the gif2png -t switch to enable them to pass is gone. Accordingly the -t switch of web2png is also gone.
2011-01-24Add upstream bug report URL.wiz3-5/+7
2011-01-24Note upstream bug reports.wiz5-9/+17