diff options
author | mva <mva@FreeBSD.org> | 2010-01-30 17:43:31 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2010-01-30 17:43:31 +0800 |
commit | a7dc1c263e89cfa1f4699fb852a755aa153b2e75 (patch) | |
tree | 7123c9d774508d54cd2c680aa6d330596c53df41 /graphics/sdl_image | |
parent | f7819f69cd4bca431215e247011f328f936b2300 (diff) | |
download | freebsd-ports-gnome-a7dc1c263e89cfa1f4699fb852a755aa153b2e75.tar.gz freebsd-ports-gnome-a7dc1c263e89cfa1f4699fb852a755aa153b2e75.tar.zst freebsd-ports-gnome-a7dc1c263e89cfa1f4699fb852a755aa153b2e75.zip |
- 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)
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 |