summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsibel <lesibel at free dot fr>2010-09-21 09:25:47 +0200
committersibel <lesibel at free dot fr>2010-09-21 09:25:47 +0200
commitae29f36eec8e1cc4b743d855144bcae24d0e4df4 (patch)
tree355f9e2086d9cfde224add4737a648fe71a5941f
parent2f28fc82cd21385983cb46f5371e083e8ecdb011 (diff)
downloadnutyx-pakxe-ae29f36eec8e1cc4b743d855144bcae24d0e4df4.tar.gz
nutyx-pakxe-ae29f36eec8e1cc4b743d855144bcae24d0e4df4.tar.bz2
nutyx-pakxe-ae29f36eec8e1cc4b743d855144bcae24d0e4df4.tar.xz
nutyx-pakxe-ae29f36eec8e1cc4b743d855144bcae24d0e4df4.zip
maj de sdl_ttf#2.0.10-1
-rw-r--r--extra/sdl_ttf/.footprint8
-rw-r--r--extra/sdl_ttf/.md5sum3
-rw-r--r--extra/sdl_ttf/Pkgfile11
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