diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2011-01-24 19:33:33 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2011-01-24 19:39:15 +1100 |
commit | a7775798002c54278cdb06f01e6e4febd6684a66 (patch) | |
tree | 81345f5d407d7236b3add9ee569fd536a55016bb /sdl_image | |
parent | 89a7f42ed08bac70afeb92ef32f5a9b45613b1cc (diff) | |
download | contrib-a7775798002c54278cdb06f01e6e4febd6684a66.tar.gz contrib-a7775798002c54278cdb06f01e6e4febd6684a66.tar.xz |
sdl_image: 1.2.7 -> 1.2.10
Diffstat (limited to 'sdl_image')
-rw-r--r-- | sdl_image/.footprint | 8 | ||||
-rw-r--r-- | sdl_image/.md5sum | 2 | ||||
-rw-r--r-- | sdl_image/Pkgfile | 3 |
3 files changed, 7 insertions, 6 deletions
diff --git a/sdl_image/.footprint b/sdl_image/.footprint index a321c2a7e..c11c1bfe0 100644 --- a/sdl_image/.footprint +++ b/sdl_image/.footprint @@ -3,8 +3,10 @@ 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.6 --rwxr-xr-x root/root usr/lib/libSDL_image-1.2.so.0.1.6 +lrwxrwxrwx root/root usr/lib/libSDL_image-1.2.so.0 -> libSDL_image-1.2.so.0.8.2 +-rwxr-xr-x root/root usr/lib/libSDL_image-1.2.so.0.8.2 -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.6 +lrwxrwxrwx root/root usr/lib/libSDL_image.so -> libSDL_image-1.2.so.0.8.2 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/SDL_image.pc diff --git a/sdl_image/.md5sum b/sdl_image/.md5sum index a842702a4..d074b2f2f 100644 --- a/sdl_image/.md5sum +++ b/sdl_image/.md5sum @@ -1 +1 @@ -a729ff61f74f0a45ec7fe36354cf938e SDL_image-1.2.7.tar.gz +6c06584b31559e2b59f2b982d0d1f628 SDL_image-1.2.10.tar.gz diff --git a/sdl_image/Pkgfile b/sdl_image/Pkgfile index 096a3f186..5a1f1d0df 100644 --- a/sdl_image/Pkgfile +++ b/sdl_image/Pkgfile @@ -5,7 +5,7 @@ # Depends on: libtiff libpng libsdl name=sdl_image -version=1.2.7 +version=1.2.10 release=1 source=(http://www.libsdl.org/projects/SDL_image/release/SDL_image-$version.tar.gz) @@ -15,4 +15,3 @@ build() { make make DESTDIR=$PKG install } - |