summaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)AuthorFilesLines
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
2011-01-24Changes 1.5.1beta09:adam3-9/+9
Enhanced pngvalid, corrected an error in gray_to_rgb, corrected doc error. pngvalid contains tests of transforms, which tests are currently disabled because they are incompletely tested. gray_to_rgb was failing to expand the bit depth for smaller bit depth images; this seems to be a long standing error and resulted, apparently, in invalid output. The documentation did not accurately describe what libpng really does when converting RGB to gray.
2011-01-23Fix for png-1.5. Not extensively tested, but at least the simple cases ofdholland4-4/+578
loading and saving pngs work. While here, fix a small string buffer that was truncating some libpng messages, and avoid a linker warning by using getcwd instead of getwd on BSDs. No version bump as it hasn't been buildable since the previous bump.
2011-01-23Fix build with png-1.5. From Marko Schuetz Schmuck in PR 44419.wiz5-29/+141
2011-01-23Update to 1.5.1beta08. Integrates a better version of patch-ac and trieswiz3-20/+6
to fix the Solaris build problem reported in PR 44428. Version 1.5.1beta07 [January 22, 2011] In the manual, describe the png_get_IHDR() arguments in the correct order. Added const_png_structp and const_png_infop types, and used them in prototypes for most png_get_*() functions. Version 1.5.1beta08 [January 23, 2011] Added png_get_io_chunk_type() and deprecated png_get_io_chunk_name() Added synopses for the IO_STATE functions and other missing synopses to the manual. Removed the synopses from libpngpf.3 because they were out of date and no longer useful. Better information can be obtained by reading the prototypes and comments in pngpriv.h Attempted to fix cpp on Solaris with S. Studio 12 cc, fix build Added a make macro DFNCPP that is a CPP that will accept the tokens in a .dfn file and adds configure stuff to test for such a CPP. ./configure should fail if one is not available. Corrected const_png_ in png.h to png_const_ to avoid polluting the namespace. Added png_get_current_row_number and png_get_current_pass_number for the benefit of the user transform callback. Added png_process_data_pause and png_process_data_skip for the benefit of progressive readers that need to stop data processing or want to optimize skipping of unread data (e.g., if the reader marks a chunk to be skipped.)
2011-01-23Update goocanvasmm to 0.15.4.obache7-91/+9
0.15.4 (unstable): Fix the build with gtkmm 2.22, with deprecations disabled.
2011-01-23Update to KDE SC 4.5.5markd5-16/+116
bugfixes and translation updates
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