Commit Graph

  • 67895e5d07 - updated to 10.64.04 * pnmtops: Fix bug: wrong output with -ascii85. Introduced in 10.63 (June 2013). * pnmtops: Fix bug: wrong output with -rle. Introduced in 10.63 (June 2013). * pnmtops: Fix bug: fails with message about waitpid() failing if invoked with SIGCHLD ignored. Introduced in 10.56 (September 2011). * pnmtops: Fix bug: closes Standard Error. Introduced in 10.64.02 (today). * pnmtops: Fix bug: program hangs if it inherits lots of open files. Introduced in 10.56 (September 2011). * pngtopam: fix bug: ignores -gamma. Introduced in 10.48 * see HISTORY for details - removed wordaccess-include-be.patch (upstreamed) - removed stdbool-after-jasper.patch (workaround not needed yet) Petr Gajdos 2013-11-27 08:49:15 +00:00
  • 4b8bcf5087 Accepting request 202129 from graphics Tomáš Chvátal 2013-10-04 13:59:10 +00:00
  • a888e02f14 Accepting request 202129 from graphics Tomáš Chvátal 2013-10-04 13:59:10 +00:00
  • 2f26ed8e86 Accepting request 202090 from home:k0da:ppc Petr Gajdos 2013-10-04 09:21:06 +00:00
  • 4c2a55b812 Accepting request 202090 from home:k0da:ppc Petr Gajdos 2013-10-04 09:21:06 +00:00
  • 50f7267eee Accepting request 198433 from graphics Stephan Kulow 2013-09-11 10:56:46 +00:00
  • 7fd7a03eb1 Accepting request 198433 from graphics Stephan Kulow 2013-09-11 10:56:46 +00:00
  • 3313b2b0bb - updated to 10.63.01 * pngtopam: fix bug: ignores -gamma. Introduced in 10.48 (September 2009). * Add pamtowinicon, winicontopam. Thanks Ludolf Holzheid. * pgmnoise: add -maxval, speed up. Thanks Prophet of the Way. * etc. see doc/HISTORY - added stdbool-after-jasper.patch, to be removed in the next submission [bnc#839584] Petr Gajdos 2013-09-11 08:12:35 +00:00
  • b40a1f499b - updated to 10.63.01 * pngtopam: fix bug: ignores -gamma. Introduced in 10.48 (September 2009). * Add pamtowinicon, winicontopam. Thanks Ludolf Holzheid. * pgmnoise: add -maxval, speed up. Thanks Prophet of the Way. * etc. see doc/HISTORY - added stdbool-after-jasper.patch, to be removed in the next submission [bnc#839584] Petr Gajdos 2013-09-11 08:12:35 +00:00
  • bfb35cee4f - added stdbool-after-jasper.patch, to be removed in the next submission [bnc#839584] Petr Gajdos 2013-09-11 07:57:29 +00:00
  • f96254fae5 - added stdbool-after-jasper.patch, to be removed in the next submission [bnc#839584] Petr Gajdos 2013-09-11 07:57:29 +00:00
  • 18aa0c9221 Accepting request 147393 from graphics Stephan Kulow 2013-01-08 13:33:18 +00:00
  • 8e6b0528d7 Accepting request 147393 from graphics Stephan Kulow 2013-01-08 13:33:18 +00:00
  • 903996145c - Update to 10.61.01: * pamstereogram: change -guidesize default from 10 to 20 * pgmhist: Add -machine option. * pgmhist: Add -median, -quartile, and -decile options. * pamstereogram: Add -guidetop and -guidebottom options to replace trick where negative -guidesize means top, positive means bottom, absent means none. * pamstereogram: -smoothing smooths images even without -texfile. * pnmcat: set don't care bits in packed PBM output to zero so they are predictable. * etc. see doc/HISTORY Petr Gajdos 2012-12-31 12:18:35 +00:00
  • e086ce124f - Update to 10.61.01: * pamstereogram: change -guidesize default from 10 to 20 * pgmhist: Add -machine option. * pgmhist: Add -median, -quartile, and -decile options. * pamstereogram: Add -guidetop and -guidebottom options to replace trick where negative -guidesize means top, positive means bottom, absent means none. * pamstereogram: -smoothing smooths images even without -texfile. * pnmcat: set don't care bits in packed PBM output to zero so they are predictable. * etc. see doc/HISTORY Petr Gajdos 2012-12-31 12:18:35 +00:00
  • 29f1859526 Accepting request 143834 from graphics Ismail Dönmez 2012-12-05 13:00:55 +00:00
  • 9e57bfd44a Accepting request 143834 from graphics Ismail Dönmez 2012-12-05 13:00:55 +00:00
  • fb3d45037d Accepting request 143815 from home:adra:branches:graphics Marcus Meissner 2012-12-03 08:08:58 +00:00
  • eb69aa0b6f Accepting request 143815 from home:adra:branches:graphics Marcus Meissner 2012-12-03 08:08:58 +00:00
  • 9ad71efceb Accepting request 143395 from graphics Stephan Kulow 2012-11-29 08:24:54 +00:00
  • 7295e2d441 Accepting request 143395 from graphics Stephan Kulow 2012-11-29 08:24:54 +00:00
  • d69d1da134 - updated to 10.60.03: * Xbmtopbm: fix incorrect output, memory leak. Thanks Prophet of the Way <afu@wta.att.ne.jp>. * Pamtojpeg2k: default to no compression ratio constraint and allow compression ratios less than 1. Because of compression metadata, small images do require loss of quality in order to get down to a compression ratio of 1. * Sunicontopnm: Fix incorrect output for depth 8. Always broken (depth = 8 capability was added in Netpbm 10.53 (December 2010). pamgauss: Fix bug: erroneously says -maxval is too big on 64 bit system. Always broken (Pamgauss was added in 10.23 (July 2004). * xpmtoppm: major speedup for 3-character-per pixel files, memory reduction for all files: use hash table instead of linear search or direct index, go row by row. * xpmtoppm: fix bogus "color number too large" failure. Broken in 10.49 (December 2009). * pnm_hashtuple: slight performance improvement from new hash function. Thanks Prophet of the Way <afu@wta.att.ne.jp>. * ppmtospu: wild memory accesses. Always broken (program added in 10.58 (March 2012). * pamtosrf: fix storage corruption. Always broken (program added in 10.55 (June 2011). Petr Gajdos 2012-11-21 08:28:10 +00:00
  • b9423181f2 - updated to 10.60.03: * Xbmtopbm: fix incorrect output, memory leak. Thanks Prophet of the Way <afu@wta.att.ne.jp>. * Pamtojpeg2k: default to no compression ratio constraint and allow compression ratios less than 1. Because of compression metadata, small images do require loss of quality in order to get down to a compression ratio of 1. * Sunicontopnm: Fix incorrect output for depth 8. Always broken (depth = 8 capability was added in Netpbm 10.53 (December 2010). pamgauss: Fix bug: erroneously says -maxval is too big on 64 bit system. Always broken (Pamgauss was added in 10.23 (July 2004). * xpmtoppm: major speedup for 3-character-per pixel files, memory reduction for all files: use hash table instead of linear search or direct index, go row by row. * xpmtoppm: fix bogus "color number too large" failure. Broken in 10.49 (December 2009). * pnm_hashtuple: slight performance improvement from new hash function. Thanks Prophet of the Way <afu@wta.att.ne.jp>. * ppmtospu: wild memory accesses. Always broken (program added in 10.58 (March 2012). * pamtosrf: fix storage corruption. Always broken (program added in 10.55 (June 2011). Petr Gajdos 2012-11-21 08:28:10 +00:00
  • d892e1533a - add url tag Petr Gajdos 2012-11-20 09:34:47 +00:00
  • 944f09f510 - add url tag Petr Gajdos 2012-11-20 09:34:47 +00:00
  • c59d049d22 Accepting request 134224 from graphics Stephan Kulow 2012-09-17 14:58:51 +00:00
  • 868065892d Accepting request 134224 from graphics Stephan Kulow 2012-09-17 14:58:51 +00:00
  • ab3fe00e48 Accepting request 134223 from home:pgajdos:libpng15 Petr Gajdos 2012-09-14 06:19:47 +00:00
  • eee0899d19 Accepting request 134223 from home:pgajdos:libpng15 Petr Gajdos 2012-09-14 06:19:47 +00:00
  • d40109e3b0 Accepting request 132066 from graphics Stephan Kulow 2012-08-31 07:52:30 +00:00
  • 7d2d8747e9 Accepting request 132066 from graphics Stephan Kulow 2012-08-31 07:52:30 +00:00
  • a3a8972712 Accepting request 132061 from home:babelworx:ldig:branches:graphics Togan Muftuoglu 2012-08-30 10:34:44 +00:00
  • c8756b32f2 Accepting request 132061 from home:babelworx:ldig:branches:graphics Togan Muftuoglu 2012-08-30 10:34:44 +00:00
  • ce9e093ddc Accepting request 130322 from graphics Stephan Kulow 2012-08-08 09:14:26 +00:00
  • d381dc7b41 Accepting request 130322 from graphics Stephan Kulow 2012-08-08 09:14:26 +00:00
  • 7e8ff75d40 - updated to 10.35.86: * ppmtobmp: fix failure with "internal error" message on all uses. * pamscale: fix all black output with resampling. * pgmtexture: fix integer overflow in difference variance. * pgmtexture: fix array bounds violations in various calculations. * pngtopnm: fix crash with invalid tIME chunk. Petr Gajdos 2012-08-07 12:55:04 +00:00
  • ce2d10384e - updated to 10.35.86: * ppmtobmp: fix failure with "internal error" message on all uses. * pamscale: fix all black output with resampling. * pgmtexture: fix integer overflow in difference variance. * pgmtexture: fix array bounds violations in various calculations. * pngtopnm: fix crash with invalid tIME chunk. Petr Gajdos 2012-08-07 12:55:04 +00:00
  • 0497adea80 replace license with spdx.org variant Stephan Kulow 2011-12-06 17:31:45 +00:00
  • 672023ad45 replace license with spdx.org variant Stephan Kulow 2011-12-06 17:31:45 +00:00
  • bdc2fc85ed Accepting request 89875 from graphics Stephan Kulow 2011-11-02 11:08:41 +00:00
  • 114a5e9511 Accepting request 89875 from graphics Stephan Kulow 2011-11-02 11:08:41 +00:00
  • 45046b91ed OBS-URL: https://build.opensuse.org/package/show/graphics/netpbm?expand=0&rev=32 Petr Gajdos 2011-11-01 14:41:30 +00:00
  • 55e412d80e OBS-URL: https://build.opensuse.org/package/show/graphics/netpbm?expand=0&rev=32 Petr Gajdos 2011-11-01 14:41:30 +00:00
  • 9d00062359 - updated to 10.35.82: * pnmtopng: fix bug: with -alpha specifying a mask which contains no fully transparent area, output PNG is fully opaque. Introduced in 10.29. * pnmquant: work with older Perl that doesn't have 3-argument open. * pnmtops: fix message: says "from top edge" where it means "from bottom edge." * pgmtexture: fix wrong sum variance result. Wrong since the beginning. Thanks Francois P. S. Luus <fpsluus@gmail.com>. Petr Gajdos 2011-11-01 14:33:20 +00:00
  • 701999d5c4 - updated to 10.35.82: * pnmtopng: fix bug: with -alpha specifying a mask which contains no fully transparent area, output PNG is fully opaque. Introduced in 10.29. * pnmquant: work with older Perl that doesn't have 3-argument open. * pnmtops: fix message: says "from top edge" where it means "from bottom edge." * pgmtexture: fix wrong sum variance result. Wrong since the beginning. Thanks Francois P. S. Luus <fpsluus@gmail.com>. Petr Gajdos 2011-11-01 14:33:20 +00:00
  • e25812a588 Autobuild autoformatter for 71159 Sascha Peilicke 2011-05-26 08:25:04 +00:00
  • ba07b6fc1e Autobuild autoformatter for 71159 Sascha Peilicke 2011-05-26 08:25:04 +00:00
  • fc3324e184 Accepting request 71159 from graphics Sascha Peilicke 2011-05-26 08:24:54 +00:00
  • f7662729d5 Accepting request 71159 from graphics Sascha Peilicke 2011-05-26 08:24:54 +00:00
  • 20145d3c7b - updated to 10.35.80: * asciitopgm: fix bug: memory corruption on too-long lines. * asciitopgm: fix bug: improper handling of blank lines. * pngtopnm: fix bug: -verbose reports history chunk present when it's really a palette. * bmptopnm: Don't crash on invalid zero value of image height in the BMP header of a compressed file. * 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. Petr Gajdos 2011-05-24 14:06:56 +00:00
  • bf1b5a0a28 - updated to 10.35.80: * asciitopgm: fix bug: memory corruption on too-long lines. * asciitopgm: fix bug: improper handling of blank lines. * pngtopnm: fix bug: -verbose reports history chunk present when it's really a palette. * bmptopnm: Don't crash on invalid zero value of image height in the BMP header of a compressed file. * 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. Petr Gajdos 2011-05-24 14:06:56 +00:00
  • 848c0c6c5a Autobuild autoformatter for 53166 OBS User autobuild 2010-11-18 15:07:18 +00:00
  • c1c6af72c9 Autobuild autoformatter for 53166 OBS User autobuild 2010-11-18 15:07:18 +00:00
  • 860b019c3e Accepting request 53166 from graphics Ruediger Oertel 2010-11-18 15:07:12 +00:00
  • 9eaae90ff4 Accepting request 53166 from graphics Ruediger Oertel 2010-11-18 15:07:12 +00:00
  • 93f2cd1c3c - updated to 10.35.77: * ppmtompeg: fix crash with free of unallocated memory. * Build: don't expect snprintf() to exist. * Build: don't use <strings.h> or bzero(). Petr Gajdos 2010-11-16 14:26:26 +00:00
  • 49bb59c157 - updated to 10.35.77: * ppmtompeg: fix crash with free of unallocated memory. * Build: don't expect snprintf() to exist. * Build: don't use <strings.h> or bzero(). Petr Gajdos 2010-11-16 14:26:26 +00:00
  • 731a04ff9d Accepting request 46880 from graphics OBS User autobuild 2010-09-03 11:15:15 +00:00
  • 988a2c1c13 Accepting request 46880 from graphics OBS User autobuild 2010-09-03 11:15:15 +00:00
  • 1d236469d5 Updating link to change in openSUSE:Factory/netpbm revision 27.0 OBS User buildservice-autocommit 2010-09-03 11:15:15 +00:00
  • 92fc5237ce Updating link to change in openSUSE:Factory/netpbm revision 27.0 OBS User buildservice-autocommit 2010-09-03 11:15:15 +00:00
  • 381717e3ef Accepting request 46880 from graphics OBS User autobuild 2010-09-03 11:15:14 +00:00
  • 0243fb6fdd Accepting request 46880 from graphics OBS User autobuild 2010-09-03 11:15:14 +00:00
  • 594fac038a OBS-URL: https://build.opensuse.org/package/show/graphics/netpbm?expand=0&rev=25 Petr Gajdos 2010-09-01 09:24:34 +00:00
  • 104542342a OBS-URL: https://build.opensuse.org/package/show/graphics/netpbm?expand=0&rev=25 Petr Gajdos 2010-09-01 09:24:34 +00:00
  • 1d351eb7be - updated to 10.35.76: * Pnmtopng: -libversion doesn't report level of linked libz. * don't fail due to SIGRTMIN, SIGRTMAX being undefined. * palmtopnm: fix for pixel size 16. Thanks Paul Bolle <pebolle@tiscali.nl>. * fix -reduce. Introduced in 10.27. - build against libpng14 * libpng14.patch Petr Gajdos 2010-09-01 09:16:44 +00:00
  • b2c8470498 - updated to 10.35.76: * Pnmtopng: -libversion doesn't report level of linked libz. * don't fail due to SIGRTMIN, SIGRTMAX being undefined. * palmtopnm: fix for pixel size 16. Thanks Paul Bolle <pebolle@tiscali.nl>. * fix -reduce. Introduced in 10.27. - build against libpng14 * libpng14.patch Petr Gajdos 2010-09-01 09:16:44 +00:00
  • 50700fa24c Accepting request 46752 from home:elvigia:branches:graphics Petr Gajdos 2010-08-31 13:36:29 +00:00
  • 28547019bb Accepting request 46752 from home:elvigia:branches:graphics Petr Gajdos 2010-08-31 13:36:29 +00:00
  • 8d393078db Accepting request 37066 from graphics OBS User autobuild 2010-04-07 15:43:26 +00:00
  • 5364630492 Accepting request 37066 from graphics OBS User autobuild 2010-04-07 15:43:26 +00:00
  • 4b86c92c59 Accepting request 37066 from graphics OBS User autobuild 2010-04-07 15:43:25 +00:00
  • 66c6012163 Accepting request 37066 from graphics OBS User autobuild 2010-04-07 15:43:25 +00:00
  • b0e842d888 - requires libpng12-compat-devel instead of libpng-devel for build: netpbm will be compatible with libpng 1.4 branch from version 10.48 Petr Gajdos 2010-04-06 09:25:43 +00:00
  • 85bca84673 - requires libpng12-compat-devel instead of libpng-devel for build: netpbm will be compatible with libpng 1.4 branch from version 10.48 Petr Gajdos 2010-04-06 09:25:43 +00:00
  • 6016dc4e37 OBS-URL: https://build.opensuse.org/package/show/graphics/netpbm?expand=0&rev=20 Petr Gajdos 2010-04-06 09:11:39 +00:00
  • 74e2b77759 OBS-URL: https://build.opensuse.org/package/show/graphics/netpbm?expand=0&rev=20 Petr Gajdos 2010-04-06 09:11:39 +00:00
  • bc8e774b5b Accepting request 36703 from graphics OBS User autobuild 2010-04-01 22:05:31 +00:00
  • 9e4e2578ef Accepting request 36703 from graphics OBS User autobuild 2010-04-01 22:05:31 +00:00
  • 741a5a163e Updating link to change in openSUSE:Factory/netpbm revision 23.0 OBS User buildservice-autocommit 2010-04-01 22:05:31 +00:00
  • 9bd0789b6b Updating link to change in openSUSE:Factory/netpbm revision 23.0 OBS User buildservice-autocommit 2010-04-01 22:05:31 +00:00
  • 93813f9985 Accepting request 36703 from graphics OBS User autobuild 2010-04-01 22:05:30 +00:00
  • 4b4772ddf7 Accepting request 36703 from graphics OBS User autobuild 2010-04-01 22:05:30 +00:00
  • ac4df8f8e9 OBS-URL: https://build.opensuse.org/package/show/graphics/netpbm?expand=0&rev=18 Petr Gajdos 2010-04-01 17:12:17 +00:00
  • 56e695ab99 OBS-URL: https://build.opensuse.org/package/show/graphics/netpbm?expand=0&rev=18 Petr Gajdos 2010-04-01 17:12:17 +00:00
  • 267a724ac1 OBS-URL: https://build.opensuse.org/package/show/graphics/netpbm?expand=0&rev=17 Petr Gajdos 2010-04-01 17:08:52 +00:00
  • 3f8485a7cc OBS-URL: https://build.opensuse.org/package/show/graphics/netpbm?expand=0&rev=17 Petr Gajdos 2010-04-01 17:08:52 +00:00
  • d494c159f8 - updated to 10.35.74 (see doc/HISTORY) * upstreamed or outdated - colornames-init.diff (present in the code) - endian.patch (tested against bnc#105431) - pamtouil.patch (present in the code) - ximtoppm-fixes.patch (present in the code) - [partially, refreshed] fixes.patch - pngtomng-transparent.patch (tested against bnc#225258) - rgb.patch (/usr/share/X11/rgb.txt is in RGB_DB2 yet) * .dif renamed to make.patch * gcc45.patch merged into fixes.patch Petr Gajdos 2010-04-01 17:05:41 +00:00
  • 4e716971a1 - updated to 10.35.74 (see doc/HISTORY) * upstreamed or outdated - colornames-init.diff (present in the code) - endian.patch (tested against bnc#105431) - pamtouil.patch (present in the code) - ximtoppm-fixes.patch (present in the code) - [partially, refreshed] fixes.patch - pngtomng-transparent.patch (tested against bnc#225258) - rgb.patch (/usr/share/X11/rgb.txt is in RGB_DB2 yet) * .dif renamed to make.patch * gcc45.patch merged into fixes.patch Petr Gajdos 2010-04-01 17:05:41 +00:00
  • 59cd3b51ad OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netpbm?expand=0&rev=22 OBS User autobuild 2010-03-18 15:11:28 +00:00
  • 053de04616 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netpbm?expand=0&rev=22 OBS User autobuild 2010-03-18 15:11:28 +00:00
  • 1888db8879 Updating link to change in openSUSE:Factory/netpbm revision 22.0 OBS User buildservice-autocommit 2010-03-18 15:11:28 +00:00
  • 29d6638eef Updating link to change in openSUSE:Factory/netpbm revision 22.0 OBS User buildservice-autocommit 2010-03-18 15:11:28 +00:00
  • 81dfdda241 Accepting request 32567 from graphics OBS User autobuild 2010-02-18 15:44:20 +00:00
  • 1dfeccf00c Accepting request 32567 from graphics OBS User autobuild 2010-02-18 15:44:20 +00:00
  • e201d72408 checked in (request 32567) OBS User autobuild 2010-02-18 15:44:20 +00:00
  • 0fc671c62d checked in (request 32567) OBS User autobuild 2010-02-18 15:44:20 +00:00
  • f63e76a470 Accepting request 32502 from home:rguenther:branches:graphics Petr Gajdos 2010-02-15 08:20:38 +00:00
  • 74c4e13471 Accepting request 32502 from home:rguenther:branches:graphics Petr Gajdos 2010-02-15 08:20:38 +00:00
  • 3c7ed763fc Accepting request 28063 from graphics OBS User autobuild 2010-01-07 12:01:15 +00:00