summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
2011-01-22Remove patch-aj, same as patch-ac.wiz2-16/+1
2011-01-21Update to 1.5.1beta06:wiz2-6/+6
Version 1.5.1beta02 [January 14, 2011] Fixed a bug in handling of interlaced images (bero at arklinux.org). Updated CMakeLists.txt (Clifford Yapp) Version 1.5.1beta03 [January 14, 2011] Fixed typecasting of some png_debug() statements (Cosmin) Version 1.5.1beta04 [January 16, 2011] Updated documentation of png_set|get_tRNS() (Thomas Klausner). Mentioned in the documentation that applications must #include "zlib.h" if they need access to anything in zlib.h, and that a number of macros such as png_memset() are no longer accessible by applications. Corrected pngvalid gamma test "sample" function to access all of the color samples of each pixel, instead of sampling the red channel three times. Prefixed variable names index, div, exp, gamma with "png_" to avoid "shadow" warnings, and (mistakenly) changed png_exp() to exp(). Version 1.5.1beta05 [January 16, 2011] Changed variable names png_index, png_div, png_exp, and png_gamma to char_index, divisor, exp_b10, and gamma_val, respectively, and changed exp() back to png_exp(). Version 1.5.1beta06 [January 20, 2011] Prevent png_push_crc_skip() from hanging while reading an unknown chunk or an over-large compressed zTXt chunk with the progressive reader. Eliminated more GCC "shadow" warnings. Revised png_fixed() in png.c to avoid compiler warning about reaching the end without returning anything.
2011-01-21Changes 8c:adam2-15/+14
Add option to compression library and cjpeg (-block N) to use different DCT block size. All N from 1 to 16 are possible. Default is 8 (baseline format). Larger values produce higher compression, smaller values produce higher quality. SmartScale capable decoder (introduced with IJG JPEG 8) required.
2011-01-21Fix build with png-1.5.wiz2-1/+166
2011-01-20Fix build with png-1.5.wiz2-1/+27
2011-01-20Add tex-mptopdf{,-doc}.minskim1-1/+3
2011-01-20Import tex-mptopdf-doc-2010 as graphics/tex-mptopdf-doc.minskim4-0/+21
This is documentation for tex-mptopdf.
2011-01-20Import tex-mptopdf-2010 as graphics/tex-mptopdf.minskim4-0/+45
The mptopdf script does standalone conversion from mpost to PDF, using the supp-* and syst-* files. They also allow native MetaPost graphics inclusion in LaTeX (via pdftex.def) and ConTeXt. They can be used independently of the rest of ConTeXt, yet are maintained as part of it. So in TeX Live we pull them out to this separate package for the benefit of LaTeX users who do not install the rest of ConTeXt. This can be found on CTAN in macros/pdftex/graphics.
2011-01-20Fix build with png-1.5.wiz2-1/+46
2011-01-20Include <cstring> for memcpy(). Fixes build on ArchLinuxmarkd2-1/+16
2011-01-19fix for png-1.5. The new API (in particular the macro for png_jmpbuf)drochner2-12/+34
does really suck here.
2011-01-19being here, add a patch fromdrochner3-3/+28
https://bugzilla.redhat.com/show_bug.cgi?id=659676 to fix a possible puffer overflow (CVE-2010-4262) bump PKGREVISION
2011-01-19fix build with png-1.5drochner3-1/+74
2011-01-19Fix build with png-1.5.ryoon2-1/+33
2011-01-18Update to shotwell 0.8.1gls3-1504/+6
pkgsrc changes: * patch-ac no longer required, integrated upstream. upstream changes: * Video support for most major video formats * Publish videos to major Web services, including YouTube, Flickr, Facebook, and PicasaWeb. * Runtime monitoring of library directory and auto-import of newly created files. * Background writing of metadata (tags, titles, ratings, orientation, and exposure date) to master files (user-configurable). * Flagging photos for batch operations. * Set multiple photos to desktop background slideshow. * Numerous translation updates.
2011-01-18+giflibdrochner1-1/+2
2011-01-18resolve conflictsdrochner6-1/+47
2011-01-18(re)add giflib-4.1.6, a library for the GIF image format which isdrochner1-0/+12
API compatible with the libungif currently used in pkgsrc (libungif was used due to patents which are expired now)
2011-01-17don't install manual (which is useless for end users), drop builddrochner4-74/+22
dependency on doxygen, bump PKGREVISION
2011-01-16png-1.5 build fixtnn4-1/+43
2011-01-16png-1.5 build fixtnn2-1/+15
2011-01-16Start fixing build, final bits missing.wiz2-1/+114
2011-01-16Fix build with png-1.5.wiz2-1/+17
2011-01-15fix libpng-1.5 fallouttnn2-1/+26
2011-01-15Update "netpbm" package to version 10.35.78. Changes since 10.35.77:tron5-60/+910
- bmptopnm: Don't crash on invalid zero value of image height in the BMP header of a compressed file. Always broken. - bmptopnm: don't crash on large invalid value of 'colorsused' in the BMP header. - ilbmtoppm: Don't crash on image that has a transparent color index, but no color map. "pkgsrc" changes: - Add a lot of patches written by Thomas Klausner and me to make this compile with PNG 1.5.
2011-01-15Fix build with png-1.5.wiz4-7/+570
2011-01-15Fix build of mng code with png-1.5. Still needed: fix for png.wiz2-1/+128
2011-01-15patch-ai: memset() also requires to include string.hadam2-3/+11
2011-01-15Fix bug in patch for "pnmtopng" reported by Thomas Klausner in privatetron2-4/+4
e-mail. No package revision bump as the package didn't build before and still doesn't until "pngtopnm" gets fixed as well.
2011-01-14Get "pnmtopng" to build with new "png" package. "pngtopnm" still fails.tron4-23/+466
2011-01-14Fix build with png-1.5.wiz4-2/+102
2011-01-14Fix build with png-1.5.wiz2-1/+17
2011-01-14Fix build with png-1.5.wiz2-1/+26
2011-01-14Fix build with png-1.5. From John Bowler.wiz2-1/+78
2011-01-13Fix build with png-1.5.wiz4-2/+124
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2011-01-13Update patches for png-1.5.wiz2-4/+4
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz273-511/+546
2011-01-13Update to 1.5.1beta01:wiz6-39/+23
1.5.1beta01 contains a security fix for 1.5.0. The current public release, libpng 1.5.0, continues the evolution of the libpng API, finally hiding the contents of the venerable and hoary png_struct and png_info data structures inside private (i.e., non-installed) header files. (Apps that compiled with libpng 1.4 without warnings about deprecated features should happily compile with 1.5, too.) It also includes a new, more thorough test program (pngvalid.c), a new pnglibconf.h header file that tracks what features were enabled or disabled when libpng was built, and huge thanks to John Bowler, who did most of the work. Complete differences relative to libpng 1.4.x are detailed at http://www.libpng.org/pub/png/src/libpng-1.4.x-to-1.5.x-summary.txt . Since the shlib name changed, next up: PKGREVISION++ all across pkgsrc.
2011-01-12update to 0.3.0drochner7-667/+7
changes: -bugfixes -adaption to exiv2-0.21 API
2011-01-12Fix the build with the latest cairomm.obache6-3/+85
* goocanvas/src/enums.[hg|ccg]: Remove the (unused) Value<Cairo::Pattern> specialization. Pattern should always (and is always) used via RefPtr anyway. http://git.gnome.org/browse/goocanvasmm/commit/?h=goocanvasmm-1.0&id=30edcb72c89c0f97d11d9f88c6da82f6ae78d4bf Installed header file is changed, so bump PKGREVISION.
2011-01-12Changes 2010.4.0:adam4-27/+58
* Built-in Control Points Generator * Improved Unattended Operation * Improved Interaction and Functionality * Improved Reporting of Stitching and System Information * New Command-Line Tools * Refactored Makefile Library * Libraries and Build Improvements * Migration to Launchpad * New Visuals
2011-01-12Mention which files include this.wiz1-1/+3
2011-01-12Update goocanvas to 1.0.0.obache3-11/+10
GooCanvas 1.0.0 (Jan 10 2011) =============== o Added "alpha" property to GooCanvasImage to set opacity. o Allow setting clip path to NULL to reset it. o Allow setting line dash to NULL to reset it. o Handle RTL direction better in GooCanvasTable. o Fixed GooCanvasGroup bug - use the correct scale argument in paint. o Fixed GooCanvasPolyline bug - update arrows when line width changes. o Fixed static items bug - don't clip incorrectly. o Improved performance a bit when creating lots of items.
2011-01-12Added py-sk1libs, py-uniconvertoradam1-1/+3
2011-01-12UniConvertor is a multiplatform universal vector graphics translator.adam4-0/+289
It uses sK1 engine to convert one format to another.
2011-01-12sk1libs is a set of python non-GUI extensions for sK1 Project. The packageadam4-0/+555
includes multiplatform non-GUI extensions which are usually native extensions.
2011-01-11pdate to version 0.8.0gls6-251/+1584
Upstream changes: * Video support for most major video formats, including importing them off of camera and adding them to events and tags. * Publish videos to major Web services, including YouTube, Flickr, Facebook, and PicasaWeb. * Runtime monitoring of library directory and auto-import of newly created files. * Background writing of metadata (tags, titles, ratings, orientation, and exposure date) to master files (user-configurable). * Flagging photos for batch operations. * Set multiple photos to desktop background slideshow. * Numerous translation updates. * Various bug fixes.
2011-01-11Update to 0.12.3gls3-15/+11
Upstream changes: Changes in ./configure system for better LCMS2 support
2011-01-11update to 1.0.7.1drochner3-9/+9
changes: -added some methods to media decoder -added possibility to render without preserving aspect ratio -bugfixes