Commit c6a55ff3 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: SDL_image and SDL are up-to-date now, (1.2.12 and 1.2.6), patch for...

Contribs: SDL_image and SDL are up-to-date now, (1.2.12 and 1.2.6), patch for SDL_image modified accordingly...

parent 3d9720c5
diff -ru SDL_image.old/Makefile.am SDL_image/Makefile.am
--- SDL_image.old/Makefile.am 2004-12-16 05:41:01.000000000 +0100
+++ SDL_image/Makefile.am 2005-08-02 19:29:18.000000000 +0200
@@ -32,7 +32,6 @@
diff -ruN SDL_image/Makefile.am SDL_image_new/Makefile.am
--- SDL_image/Makefile.am 2007-07-21 07:26:34.000000000 +0200
+++ SDL_image_new/Makefile.am 2007-08-04 12:08:51.000000000 +0200
@@ -44,7 +44,6 @@
else
libSDL_image_la_LDFLAGS = \
-no-undefined \
- -release $(LT_RELEASE) \
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
libSDL_image_la_LIBADD = @IMG_LIBS@
libSDL_image_la_LIBADD = $(IMG_LIBS)
endif
diff -ruN SDL_image/Makefile.in SDL_image_new/Makefile.in
--- SDL_image/Makefile.in 2007-07-21 07:27:57.000000000 +0200
+++ SDL_image_new/Makefile.in 2007-08-04 12:12:00.000000000 +0200
@@ -260,12 +260,10 @@
diff -ru SDL_image.old/Makefile.in SDL_image/Makefile.in
--- SDL_image.old/Makefile.in 2004-12-16 07:32:18.000000000 +0100
+++ SDL_image/Makefile.in 2005-08-02 19:29:27.000000000 +0200
@@ -255,7 +255,6 @@
@USE_VERSION_RC_FALSE@libSDL_image_la_LDFLAGS = \
@USE_VERSION_RC_FALSE@ -no-undefined \
-@USE_VERSION_RC_FALSE@ -release $(LT_RELEASE) \
@USE_VERSION_RC_FALSE@ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
libSDL_image_la_LDFLAGS = \
-no-undefined \
- -release $(LT_RELEASE) \
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
@USE_VERSION_RC_TRUE@libSDL_image_la_LDFLAGS = \
@USE_VERSION_RC_TRUE@ -no-undefined \
-@USE_VERSION_RC_TRUE@ -release $(LT_RELEASE) \
@USE_VERSION_RC_TRUE@ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -Wl,version.o
libSDL_image_la_LIBADD = @IMG_LIBS@
@USE_VERSION_RC_FALSE@libSDL_image_la_LIBADD = $(IMG_LIBS)
......@@ -155,10 +155,10 @@ JPEG_URL=$(VIDEOLAN)/contrib/jpeg-$(JPEG_VERSION).tar.gz
TIFF_VERSION=3.8.2
#TIFF_URL=ftp://ftp.remotesensing.org/libtiff/tiff-$(TIFF_VERSION).tar.gz
TIFF_URL=http://dl.maptools.org/dl/libtiff/tiff-$(TIFF_VERSION).tar.gz
SDL_VERSION=1.2.11
SDL_URL=$(SF)/libsdl/SDL-$(SDL_VERSION).tar.gz
SDL_IMAGE_VERSION=1.2.5
SDL_IMAGE_URL=$(SF)/libsdl/SDL_image-$(SDL_IMAGE_VERSION).tar.gz
SDL_VERSION=1.2.12
SDL_URL=http://www.libsdl.org/release/SDL-$(SDL_VERSION).tar.gz
SDL_IMAGE_VERSION=1.2.6
SDL_IMAGE_URL=http://www.libsdl.org/projects/SDL_image/release/SDL_image-$(SDL_IMAGE_VERSION).tar.gz
MUSE_VERSION=1.2.6
#MUSE_URL=http://files.musepack.net/source/libmpcdec-$(MUSE_VERSION).tar.bz2
MUSE_URL=http://files2.musepack.net/source/libmpcdec-$(MUSE_VERSION).tar.bz2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment