summaryrefslogtreecommitdiff
path: root/graphics/mng/patches
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2004-04-06 09:17:56 +0000
committeradam <adam@pkgsrc.org>2004-04-06 09:17:56 +0000
commit639e87d4ef8d0cdda294508effeb24e4b7d13404 (patch)
treeb3351055a1fda4babcb5edb4a934ab553a7cfce3 /graphics/mng/patches
parent42f87d183823e0b6f59edff72f2e36e64cdfc6b8 (diff)
downloadpkgsrc-639e87d4ef8d0cdda294508effeb24e4b7d13404.tar.gz
Changes 1.0.7:
bugfixes: - fixed inclusion of IJNG chunk for non-JNG use (J.S) - fixed bug in chunk-storage of SHOW chunk (where from == to) - fixed bug in promote_g8_g8 with 16bit support off core: - added CANVAS_RGB565 and CANVAS_BGR565 (big thanx to Raphael Assenat!!) - added CANVAS_RGBA565 and CANVAS_BGRA565 ( -- ditto -- ) - upgraded to zlib 1.2.1 - upgraded to lcms 1.11 - added premultiplied alpha canvas' for RGBA, ARGB, ABGR (thx to John Stiles) - more optimizations with 16bit support off - put conditionals around openstream/closestream callbacks. - fixed typo (MNG_SKIPCHUNK_SAVE -> MNG_SKIPCHUNK_nEED) - fixed some 64-bit platform compiler warnings Changes 1.0.6: core: - added support for reducing the footprint of libmng by macros that optionally skip unused chunks, remove 16-bit sample support, remove Delta support, and remove JNG support, to accomodate Mozilla/Firebird. - further optional removal of unused functions - added MNG_NO_SUPPORT_FUNCQUERY conditional - added iPNGdepth member to pData structure - added conditionals around MAGN chunk support - added conditionals around non-VLC chunk support - added conditionals around "mng_display_go*" and other unused functions - added more conditionals around "promote" functions - removed email references as appropriate
Diffstat (limited to 'graphics/mng/patches')
-rw-r--r--graphics/mng/patches/patch-aa27
1 files changed, 0 insertions, 27 deletions
diff --git a/graphics/mng/patches/patch-aa b/graphics/mng/patches/patch-aa
deleted file mode 100644
index a20eb252991..00000000000
--- a/graphics/mng/patches/patch-aa
+++ /dev/null
@@ -1,27 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2001/03/07 08:34:52 skrll Exp $
-
---- configure.orig Tue Mar 6 14:14:17 2001
-+++ configure Tue Mar 6 14:14:40 2001
-@@ -9,7 +9,7 @@
-
- # Defaults:
- ac_help=
--ac_default_prefix=/usr/local
-+ac_default_prefix=${PREFIX}
- # Any additions from configure.in:
- ac_help="$ac_help
- --enable-shared[=PKGS] build shared libraries [default=yes]"
-@@ -728,11 +728,11 @@
- { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
- fi
- cat >> confdefs.h <<EOF
--#define PACKAGE "$PACKAGE"
-+#define MNG_PACKAGE "$PACKAGE"
- EOF
-
- cat >> confdefs.h <<EOF
--#define VERSION "$VERSION"
-+#define MNG_VERSION "$VERSION"
- EOF
-
-