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.4:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2753b2922020
branches:  trunk
changeset: 486923:2753b2922020
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jan 05 12:09:38 2005 +0000

description:
Changes 1.2.4:
* Added support for RLE encoded BMP files
* Added EHB and HAM mode support to the ILBM loader
* Fixed crash loading certain PCX images

diffstat:

 graphics/SDL_image/Makefile |  18 ++++++++----------
 graphics/SDL_image/distinfo |   6 +++---
 2 files changed, 11 insertions(+), 13 deletions(-)

diffs (46 lines):

diff -r ff735c89b1c5 -r 2753b2922020 graphics/SDL_image/Makefile
--- a/graphics/SDL_image/Makefile       Wed Jan 05 12:06:24 2005 +0000
+++ b/graphics/SDL_image/Makefile       Wed Jan 05 12:09:38 2005 +0000
@@ -1,23 +1,21 @@
-# $NetBSD: Makefile,v 1.17 2004/12/28 23:18:20 reed Exp $
-#
+# $NetBSD: Makefile,v 1.18 2005/01/05 12:09:38 adam Exp $
 
-DISTNAME=              SDL_image-1.2.3
-PKGREVISION=           3
-CATEGORIES=            graphics devel
-MASTER_SITES=          http://www.libsdl.org/projects/SDL_image/release/
+DISTNAME=      SDL_image-1.2.4
+CATEGORIES=    graphics devel
+MASTER_SITES=  http://www.libsdl.org/projects/SDL_image/release/
 
-MAINTAINER=            ben%NetBSD.org@localhost
-HOMEPAGE=              http://www.libsdl.org/projects/SDL_image/
-COMMENT=               Load images as SDL surfaces
+MAINTAINER=    ben%NetBSD.org@localhost
+HOMEPAGE=      http://www.libsdl.org/projects/SDL_image/
+COMMENT=       Load images as SDL surfaces
 
 CONFLICTS=             SDL-image-[0-9]*
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 USE_BUILDLINK3=                YES
+USE_LIBTOOL=           YES
 USE_X11=               YES
 GNU_CONFIGURE=         YES
-USE_LIBTOOL=           YES
 LTCONFIG_OVERRIDE=     ${WRKSRC}/ltconfig
 CONFIGURE_ARGS+=       --enable-tif
 
diff -r ff735c89b1c5 -r 2753b2922020 graphics/SDL_image/distinfo
--- a/graphics/SDL_image/distinfo       Wed Jan 05 12:06:24 2005 +0000
+++ b/graphics/SDL_image/distinfo       Wed Jan 05 12:09:38 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2003/09/09 13:36:56 adam Exp $
+$NetBSD: distinfo,v 1.3 2005/01/05 12:09:38 adam Exp $
 
-SHA1 (SDL_image-1.2.3.tar.gz) = a6610edd6ea4afb0ff351c7911c46034e161076d
-Size (SDL_image-1.2.3.tar.gz) = 636747 bytes
+SHA1 (SDL_image-1.2.4.tar.gz) = 64664c43a105ca6532f2b7d7f45d24f17388b5da
+Size (SDL_image-1.2.4.tar.gz) = 841885 bytes



Home | Main Index | Thread Index | Old Index