diff options
Diffstat (limited to 'extra/sdl_ttf')
-rw-r--r-- | extra/sdl_ttf/.footprint.i686 | 12 | ||||
-rw-r--r-- | extra/sdl_ttf/.footprint.x86_64 | 12 | ||||
-rw-r--r-- | extra/sdl_ttf/.md5sum.i686 | 1 | ||||
-rw-r--r-- | extra/sdl_ttf/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | extra/sdl_ttf/Pkgfile | 21 | ||||
-rw-r--r-- | extra/sdl_ttf/sdl_ttf-noftinternals.patch | 24 |
6 files changed, 0 insertions, 71 deletions
diff --git a/extra/sdl_ttf/.footprint.i686 b/extra/sdl_ttf/.footprint.i686 deleted file mode 100644 index db9eacba2..000000000 --- a/extra/sdl_ttf/.footprint.i686 +++ /dev/null @@ -1,12 +0,0 @@ -drwxr-xr-x root/root usr/ -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.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.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/.footprint.x86_64 b/extra/sdl_ttf/.footprint.x86_64 deleted file mode 100644 index db9eacba2..000000000 --- a/extra/sdl_ttf/.footprint.x86_64 +++ /dev/null @@ -1,12 +0,0 @@ -drwxr-xr-x root/root usr/ -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.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.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.i686 b/extra/sdl_ttf/.md5sum.i686 deleted file mode 100644 index 941c52877..000000000 --- a/extra/sdl_ttf/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -814e6e17e8879254208d23b3b7e0354b SDL_ttf-2.0.10.tar.gz diff --git a/extra/sdl_ttf/.md5sum.x86_64 b/extra/sdl_ttf/.md5sum.x86_64 deleted file mode 100644 index 941c52877..000000000 --- a/extra/sdl_ttf/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -814e6e17e8879254208d23b3b7e0354b SDL_ttf-2.0.10.tar.gz diff --git a/extra/sdl_ttf/Pkgfile b/extra/sdl_ttf/Pkgfile deleted file mode 100644 index 48f763b9a..000000000 --- a/extra/sdl_ttf/Pkgfile +++ /dev/null @@ -1,21 +0,0 @@ -# Description: Bibliothèque TrueType pour libsdl. -# URL: http://www.libsdl.org/projects/SDL_ttf/ -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: freetype, sdl -# Run on: freetype,sdl - -name=sdl_ttf -version=2.0.10 -release=1 -source=( http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-$version.tar.gz) - -build() { - cd SDL_ttf-$version - - ./configure --prefix=/usr - make - make DESTDIR=$PKG install -} - - diff --git a/extra/sdl_ttf/sdl_ttf-noftinternals.patch b/extra/sdl_ttf/sdl_ttf-noftinternals.patch deleted file mode 100644 index 2d536ff7c..000000000 --- a/extra/sdl_ttf/sdl_ttf-noftinternals.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -Nru SDL_ttf-2.0.8.orig/SDL_ttf.c SDL_ttf-2.0.8/SDL_ttf.c ---- SDL_ttf-2.0.8.orig/SDL_ttf.c 2006-05-01 11:26:17.000000000 +0200 -+++ SDL_ttf-2.0.8/SDL_ttf.c 2007-01-03 13:32:42.438178717 +0100 -@@ -47,9 +47,9 @@ - #include <freetype/freetype.h> - #include <freetype/ftoutln.h> - #include <freetype/ttnameid.h> --*/ --#include <freetype/internal/ftobjs.h> - -+#include <freetype/internal/ftobjs.h> -+*/ - #ifndef FT_OPEN_STREAM - #define FT_OPEN_STREAM ft_open_stream - #endif -@@ -278,7 +278,7 @@ - } - memset(stream, 0, sizeof(*stream)); - -- stream->memory = library->memory; -+ stream->memory = NULL; - stream->read = RWread; - stream->descriptor.pointer = src; - stream->pos = (unsigned long)position; |