From ae29f36eec8e1cc4b743d855144bcae24d0e4df4 Mon Sep 17 00:00:00 2001 From: sibel Date: Tue, 21 Sep 2010 09:25:47 +0200 Subject: maj de sdl_ttf#2.0.10-1 --- extra/sdl_ttf/.footprint | 8 +++++--- extra/sdl_ttf/.md5sum | 3 +-- extra/sdl_ttf/Pkgfile | 11 +++-------- 3 files changed, 9 insertions(+), 13 deletions(-) diff --git a/extra/sdl_ttf/.footprint b/extra/sdl_ttf/.footprint index c69807452..db9eacba2 100644 --- a/extra/sdl_ttf/.footprint +++ b/extra/sdl_ttf/.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_ttf.h drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/libSDL_ttf-2.0.so.0 -> libSDL_ttf-2.0.so.0.6.2 --rwxr-xr-x root/root usr/lib/libSDL_ttf-2.0.so.0.6.2 +lrwxrwxrwx root/root usr/lib/libSDL_ttf-2.0.so.0 -> libSDL_ttf-2.0.so.0.10.0 +-rwxr-xr-x root/root usr/lib/libSDL_ttf-2.0.so.0.10.0 -rw-r--r-- root/root usr/lib/libSDL_ttf.a -rwxr-xr-x root/root usr/lib/libSDL_ttf.la -lrwxrwxrwx root/root usr/lib/libSDL_ttf.so -> libSDL_ttf-2.0.so.0.6.2 +lrwxrwxrwx root/root usr/lib/libSDL_ttf.so -> libSDL_ttf-2.0.so.0.10.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/SDL_ttf.pc diff --git a/extra/sdl_ttf/.md5sum b/extra/sdl_ttf/.md5sum index d4083fa2f..941c52877 100644 --- a/extra/sdl_ttf/.md5sum +++ b/extra/sdl_ttf/.md5sum @@ -1,2 +1 @@ -094b6c08769e9842dbe1dfb5efa22df7 SDL_ttf-2.0.8.tar.gz -b6c2d4ca22bea6031192e97aba7acb72 sdl_ttf-noftinternals.patch +814e6e17e8879254208d23b3b7e0354b SDL_ttf-2.0.10.tar.gz diff --git a/extra/sdl_ttf/Pkgfile b/extra/sdl_ttf/Pkgfile index a0a58faa7..06eae800a 100644 --- a/extra/sdl_ttf/Pkgfile +++ b/extra/sdl_ttf/Pkgfile @@ -5,18 +5,13 @@ # Depends on: freetype, sdl name=sdl_ttf -version=2.0.8 +version=2.0.10 release=1 -source=( http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-$version.tar.gz \ -sdl_ttf-noftinternals.patch ) +source=( http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-$version.tar.gz) build() { cd SDL_ttf-$version - - # Application de patchs - patch -i $SRC/sdl_ttf-noftinternals.patch - - # compilation + ./configure --prefix=/usr make make DESTDIR=$PKG install -- cgit v1.2.3-54-g00ecf