diff options
author | Jason Thomas Dolan <jay@jaydolan.com> | 2006-10-10 00:01:33 +0000 |
---|---|---|
committer | Jason Thomas Dolan <jay@jaydolan.com> | 2006-10-10 00:01:33 +0000 |
commit | 42d7f8607839869b6a23ab686aa757614b4f83c4 (patch) | |
tree | bfc304cc7c2fb9eeca607007221f1f11f97198c9 /sdl_image | |
parent | ed5ecb8c36947e42433335a87c971c33a114c309 (diff) | |
download | opt-42d7f8607839869b6a23ab686aa757614b4f83c4.tar.gz opt-42d7f8607839869b6a23ab686aa757614b4f83c4.tar.xz |
Updated sdl_image to 1.2.5
Diffstat (limited to 'sdl_image')
-rw-r--r-- | sdl_image/.footprint | 6 | ||||
-rw-r--r-- | sdl_image/.md5sum | 2 | ||||
-rw-r--r-- | sdl_image/Pkgfile | 3 |
3 files changed, 5 insertions, 6 deletions
diff --git a/sdl_image/.footprint b/sdl_image/.footprint index 5c73cbe69..5d63572e0 100644 --- a/sdl_image/.footprint +++ b/sdl_image/.footprint @@ -3,8 +3,8 @@ drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/include/SDL/ -rw-r--r-- root/root usr/include/SDL/SDL_image.h drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/libSDL_image-1.2.so.0 -> libSDL_image-1.2.so.0.1.3 --rwxr-xr-x root/root usr/lib/libSDL_image-1.2.so.0.1.3 +lrwxrwxrwx root/root usr/lib/libSDL_image-1.2.so.0 -> libSDL_image-1.2.so.0.1.4 +-rwxr-xr-x root/root usr/lib/libSDL_image-1.2.so.0.1.4 -rw-r--r-- root/root usr/lib/libSDL_image.a -rwxr-xr-x root/root usr/lib/libSDL_image.la -lrwxrwxrwx root/root usr/lib/libSDL_image.so -> libSDL_image-1.2.so.0.1.3 +lrwxrwxrwx root/root usr/lib/libSDL_image.so -> libSDL_image-1.2.so.0.1.4 diff --git a/sdl_image/.md5sum b/sdl_image/.md5sum index 33e8dbcb8..38321f463 100644 --- a/sdl_image/.md5sum +++ b/sdl_image/.md5sum @@ -1 +1 @@ -70bf617f99e51a2c94550fc79d542f0b SDL_image-1.2.4.tar.gz +cd006109a73bf7dcc93e1c3ed15ee782 SDL_image-1.2.5.tar.gz diff --git a/sdl_image/Pkgfile b/sdl_image/Pkgfile index 38fcf46f3..69dd5f8d0 100644 --- a/sdl_image/Pkgfile +++ b/sdl_image/Pkgfile @@ -1,11 +1,10 @@ # Description: SDL_image -# Packager: Antonio Musumeci bile at landofbile dot com # Maintainer: Jay Dolan, jdolan at jdolan dot dyndns dot org # URL: http://www.libsdl.org/projects/SDL_image # Depends on: libjpeg,libpng,libsdl name=sdl_image -version=1.2.4 +version=1.2.5 release=1 source=(http://www.libsdl.org/projects/SDL_image/release/SDL_image-$version.tar.gz) |