[Midnightbsd-cvs] mports [20211] trunk/graphics/sdl_image: sdl_image 1.2.12

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Sep 11 22:48:23 EDT 2015


Revision: 20211
          http://svnweb.midnightbsd.org/mports/?rev=20211
Author:   laffer1
Date:     2015-09-11 22:48:21 -0400 (Fri, 11 Sep 2015)
Log Message:
-----------
sdl_image 1.2.12

Modified Paths:
--------------
    trunk/graphics/sdl_image/Makefile
    trunk/graphics/sdl_image/distinfo
    trunk/graphics/sdl_image/pkg-plist

Removed Paths:
-------------
    trunk/graphics/sdl_image/files/

Modified: trunk/graphics/sdl_image/Makefile
===================================================================
--- trunk/graphics/sdl_image/Makefile	2015-09-12 02:44:17 UTC (rev 20210)
+++ trunk/graphics/sdl_image/Makefile	2015-09-12 02:48:21 UTC (rev 20211)
@@ -1,28 +1,27 @@
 # $MidnightBSD$
 
 PORTNAME=	sdl_image
-PORTVERSION=	1.2.5
-PORTREVISION=	3
+PORTVERSION=	1.2.12
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.libsdl.org/projects/SDL_image/release/
 DISTNAME=	SDL_image-${PORTVERSION}
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	A simple library to load images of various formats as SDL surfaces
+COMMENT=	Simple library to load images of various formats as SDL surfaces
+
 LICENSE=	lgpl
 
-LIB_DEPENDS=	jpeg.11:${PORTSDIR}/graphics/jpeg \
-		png15:${PORTSDIR}/graphics/png \
-		tiff.4:${PORTSDIR}/graphics/tiff
+LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg \
+		libpng.so:${PORTSDIR}/graphics/png \
+		libtiff.so:${PORTSDIR}/graphics/tiff
 
+USES=		gmake libtool pkgconfig pathfix
 USE_SDL=	sdl
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd6.0
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd9.1
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib -lm
 CONFIGURE_ARGS=	--enable-tif --enable-xcf
-#MAKE_ARGS=	LT_CURRENT=10 LT_REVISION=0 LT_AGE=0
 USE_LDCONFIG=	yes
 
 post-install:

Modified: trunk/graphics/sdl_image/distinfo
===================================================================
--- trunk/graphics/sdl_image/distinfo	2015-09-12 02:44:17 UTC (rev 20210)
+++ trunk/graphics/sdl_image/distinfo	2015-09-12 02:48:21 UTC (rev 20211)
@@ -1,3 +1,2 @@
-SHA256 (SDL_image-1.2.5.tar.gz) = 8a665d136fb17cc9fedcd8e42d21fcab553bd7ab67b6cafea2c6c7efe1adb308
-RMD160 (SDL_image-1.2.5.tar.gz) = 3dabd3de4259519412e6fdc5c83d268dfa0b1ec0
-SIZE (SDL_image-1.2.5.tar.gz) = 1308637
+SHA256 (SDL_image-1.2.12.tar.gz) = 0b90722984561004de84847744d566809dbb9daf732a9e503b91a1b5a84e5699
+SIZE (SDL_image-1.2.12.tar.gz) = 2231074

Modified: trunk/graphics/sdl_image/pkg-plist
===================================================================
--- trunk/graphics/sdl_image/pkg-plist	2015-09-12 02:44:17 UTC (rev 20210)
+++ trunk/graphics/sdl_image/pkg-plist	2015-09-12 02:48:21 UTC (rev 20211)
@@ -1,7 +1,7 @@
 bin/showimage
 include/SDL/SDL_image.h
+lib/libSDL_image-1.2.so.0
+lib/libSDL_image-1.2.so.0.8.4
 lib/libSDL_image.a
-lib/libSDL_image.la
 lib/libSDL_image.so
-lib/libSDL_image.so.1
- at dirrmtry include/SDL
+libdata/pkgconfig/SDL_image.pc



More information about the Midnightbsd-cvs mailing list