diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2010-01-30 09:43:31 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2010-01-30 09:43:31 +0000 |
commit | 6506e45d69278ab9aa0c11e218c71ca3e07664ec (patch) | |
tree | 05146fe73a348007077e1538540aa966348106d1 /graphics/sdl_image | |
parent | 22e04ee7f9d92da1264361c15d77ce7418fb374a (diff) |
- Update devel/sdl12 to version 1.2.14.
- Update audio/sdl_mixer to version 1.2.11.
- Update graphics/sdl_gfx to version 2.0.20.
- Update graphics/sdl_image to version 1.2.10.
- Bump portrevisions for all ports depending on audio/sdl_mixer and
graphics/sdl_image.
- Update Mk/bsd.sdl.mk accordingly for the new shared lib versions.
PR: ports/142147 ports/142248 ports/142249
Approved by: miwi (mentor implicit)
Notes
Notes:
svn path=/head/; revision=248835
Diffstat (limited to 'graphics/sdl_image')
-rw-r--r-- | graphics/sdl_image/Makefile | 4 | ||||
-rw-r--r-- | graphics/sdl_image/distinfo | 6 | ||||
-rw-r--r-- | graphics/sdl_image/pkg-plist | 3 |
3 files changed, 7 insertions, 6 deletions
diff --git a/graphics/sdl_image/Makefile b/graphics/sdl_image/Makefile index aace772d5860..45cd57ccaad1 100644 --- a/graphics/sdl_image/Makefile +++ b/graphics/sdl_image/Makefile @@ -6,8 +6,7 @@ # PORTNAME= sdl_image -PORTVERSION= 1.2.7 -PORTREVISION= 1 +PORTVERSION= 1.2.10 CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/ DISTNAME= SDL_image-${PORTVERSION} @@ -21,6 +20,7 @@ LIB_DEPENDS= jpeg.10:${PORTSDIR}/graphics/jpeg \ USE_AUTOTOOLS= libtool:22 USE_SDL= sdl +USE_GNOME= pkgconfig gnomehack USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/graphics/sdl_image/distinfo b/graphics/sdl_image/distinfo index 6d497da6b9b2..994c3fd521a9 100644 --- a/graphics/sdl_image/distinfo +++ b/graphics/sdl_image/distinfo @@ -1,3 +1,3 @@ -MD5 (SDL_image-1.2.7.tar.gz) = a729ff61f74f0a45ec7fe36354cf938e -SHA256 (SDL_image-1.2.7.tar.gz) = 14e4d9932ae2af03d814cca9e56ab9ba0091ffe06c9387dde74dfb03a4dde3b3 -SIZE (SDL_image-1.2.7.tar.gz) = 1315517 +MD5 (SDL_image-1.2.10.tar.gz) = 6c06584b31559e2b59f2b982d0d1f628 +SHA256 (SDL_image-1.2.10.tar.gz) = 75e05d1e95f6277b44797157d9e25a908ba8d08a393216ffb019b0d74de11876 +SIZE (SDL_image-1.2.10.tar.gz) = 1332906 diff --git a/graphics/sdl_image/pkg-plist b/graphics/sdl_image/pkg-plist index 63430bec42fe..d8e8540202e9 100644 --- a/graphics/sdl_image/pkg-plist +++ b/graphics/sdl_image/pkg-plist @@ -1,8 +1,9 @@ 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.8 lib/libSDL_image.a lib/libSDL_image.la lib/libSDL_image.so +libdata/pkgconfig/SDL_image.pc @dirrmtry include/SDL |