pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/SDL_image Changes 1.2.3:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/32a7c0dcdbfb
branches:  trunk
changeset: 461016:32a7c0dcdbfb
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Sep 09 13:36:56 2003 +0000

description:
Changes 1.2.3:
* Fixed memory leak with non-seekable SDL_RWops
* Added 24-bit support to the ILBM format loader
* Added shared library support for MacOS X
* The JPEG loader can now load EXIF format JPEG images
* The XCF loader now ignores invisible layers and channels

diffstat:

 graphics/SDL_image/Makefile |  10 +++++++---
 graphics/SDL_image/PLIST    |   4 ++--
 graphics/SDL_image/distinfo |   6 +++---
 3 files changed, 12 insertions(+), 8 deletions(-)

diffs (52 lines):

diff -r 738c29b80624 -r 32a7c0dcdbfb graphics/SDL_image/Makefile
--- a/graphics/SDL_image/Makefile       Tue Sep 09 13:36:36 2003 +0000
+++ b/graphics/SDL_image/Makefile       Tue Sep 09 13:36:56 2003 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2003/07/26 21:41:23 jmmv Exp $
+# $NetBSD: Makefile,v 1.8 2003/09/09 13:36:56 adam Exp $
 #
 
-DISTNAME=              SDL_image-1.2.2
-PKGREVISION=           2
+DISTNAME=              SDL_image-1.2.3
+#PKGREVISION=          2
 CATEGORIES=            graphics devel
 MASTER_SITES=          http://www.libsdl.org/projects/SDL_image/release/
 
@@ -19,6 +19,10 @@
 USE_BUILDLINK2=                YES
 USE_X11=               YES
 
+post-install:
+       ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} ${WRKSRC}/showimage \
+               ${PREFIX}/bin
+
 .include "../../graphics/jpeg/buildlink2.mk"
 .include "../../graphics/png/buildlink2.mk"
 .include "../../graphics/tiff/buildlink2.mk"
diff -r 738c29b80624 -r 32a7c0dcdbfb graphics/SDL_image/PLIST
--- a/graphics/SDL_image/PLIST  Tue Sep 09 13:36:36 2003 +0000
+++ b/graphics/SDL_image/PLIST  Tue Sep 09 13:36:56 2003 +0000
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/04/03 08:20:01 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2003/09/09 13:36:56 adam Exp $
 bin/showimage
 include/SDL/SDL_image.h
 lib/libSDL_image-1.2.so
 lib/libSDL_image-1.2.so.1
-lib/libSDL_image-1.2.so.1.1
+lib/libSDL_image-1.2.so.1.2
 lib/libSDL_image.a
 lib/libSDL_image.la
 lib/libSDL_image.so
diff -r 738c29b80624 -r 32a7c0dcdbfb graphics/SDL_image/distinfo
--- a/graphics/SDL_image/distinfo       Tue Sep 09 13:36:36 2003 +0000
+++ b/graphics/SDL_image/distinfo       Tue Sep 09 13:36:56 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/04/03 08:20:01 wiz Exp $
+$NetBSD: distinfo,v 1.2 2003/09/09 13:36:56 adam Exp $
 
-SHA1 (SDL_image-1.2.2.tar.gz) = ad4225b2c93257c7f48288ad52cfb4aafff5fac3
-Size (SDL_image-1.2.2.tar.gz) = 649146 bytes
+SHA1 (SDL_image-1.2.3.tar.gz) = a6610edd6ea4afb0ff351c7911c46034e161076d
+Size (SDL_image-1.2.3.tar.gz) = 636747 bytes



Home | Main Index | Thread Index | Old Index