diff options
Diffstat (limited to 'libsdl')
-rw-r--r-- | libsdl/libsdl-image_1.2.3.oe | 2 | ||||
-rw-r--r-- | libsdl/libsdl-mixer_1.2.5.oe | 2 | ||||
-rw-r--r-- | libsdl/libsdl-net_1.2.5.oe | 2 | ||||
-rw-r--r-- | libsdl/libsdl-qpe_1.2.7.oe | 24 | ||||
-rw-r--r-- | libsdl/libsdl-ttf_2.0.3.oe | 4 |
5 files changed, 17 insertions, 17 deletions
diff --git a/libsdl/libsdl-image_1.2.3.oe b/libsdl/libsdl-image_1.2.3.oe index 0b81334cc9..bd531c49eb 100644 --- a/libsdl/libsdl-image_1.2.3.oe +++ b/libsdl/libsdl-image_1.2.3.oe @@ -5,7 +5,7 @@ RDEPENDS = "libc6 libjpeg62 libpng3 zlib1g libsdl" DEPENDS = "virtual/libc base/zlib base/libpng base/jpeg virtual/libsdl" DESCRIPTION = "Simple DirectMedia Layer image library." -SRC_URI=http://www.libsdl.org/projects/SDL_image/release/SDL_image-${PV}.tar.gz +SRC_URI = "http://www.libsdl.org/projects/SDL_image/release/SDL_image-${PV}.tar.gz" S = "${WORKDIR}/SDL_image-${PV}" inherit autotools libtool diff --git a/libsdl/libsdl-mixer_1.2.5.oe b/libsdl/libsdl-mixer_1.2.5.oe index 85ec253a0a..ba9bdb3045 100644 --- a/libsdl/libsdl-mixer_1.2.5.oe +++ b/libsdl/libsdl-mixer_1.2.5.oe @@ -5,7 +5,7 @@ RDEPENDS = "libc6 libsdl" DEPENDS = "virtual/libc virtual/libsdl" DESCRIPTION = "Simple DirectMedia Layer mixer library." -SRC_URI=http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-${PV}.tar.gz +SRC_URI = "http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-${PV}.tar.gz" S = "${WORKDIR}/SDL_mixer-${PV}" inherit autotools libtool diff --git a/libsdl/libsdl-net_1.2.5.oe b/libsdl/libsdl-net_1.2.5.oe index cdbb255299..f83a7bcba7 100644 --- a/libsdl/libsdl-net_1.2.5.oe +++ b/libsdl/libsdl-net_1.2.5.oe @@ -5,7 +5,7 @@ RDEPENDS = "libc6 libsdl" DEPENDS = "virtual/libc virtual/libsdl" DESCRIPTION = "Simple DirectMedia Layer networking library." -SRC_URI=http://www.libsdl.org/projects/SDL_net/release/SDL_net-${PV}.tar.gz +SRC_URI = "http://www.libsdl.org/projects/SDL_net/release/SDL_net-${PV}.tar.gz" S = "${WORKDIR}/SDL_net-${PV}" inherit autotools libtool diff --git a/libsdl/libsdl-qpe_1.2.7.oe b/libsdl/libsdl-qpe_1.2.7.oe index d805f8a333..d42add8442 100644 --- a/libsdl/libsdl-qpe_1.2.7.oe +++ b/libsdl/libsdl-qpe_1.2.7.oe @@ -6,30 +6,30 @@ RDEPENDS = "libc6 libqpe1" DEPENDS = "virtual/libc virtual/libqpe" PROVIDES = "virtual/libsdl" -SRC_URI = http://www.libsdl.org/release/SDL-1.2.7.tar.gz \ - file://${FILESDIR}/agawa-piro-mickey.patch;patch=1 +SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ + file://${FILESDIR}/agawa-piro-mickey.patch;patch=1" S = "${WORKDIR}/SDL-${PV}" inherit autotools libtool -EXTRA_OECONF = --disable-debug --enable-cdrom --enable-threads --enable-timers --enable-endian \ - --enable-file --enable-oss --disable-alsa --disable-esd --disable-arts \ - --disable-diskaudio --disable-nas --disable-esd-shared --disable-esdtest \ - --disable-mintaudio --disable-nasm --disable-video-x11 --disable-video-dga \ - --disable-video-fbcon --disable-video-directfb --disable-video-ps2gs \ - --disable-video-xbios --disable-video-gem --disable-video-dummy \ - --disable-video-opengl --enable-input-events --enable-pthreads \ - --disable-video-picogui --enable-video-qtopia --enable-dlopen +EXTRA_OECONF = "--disable-debug --enable-cdrom --enable-threads --enable-timers --enable-endian \ + --enable-file --enable-oss --disable-alsa --disable-esd --disable-arts \ + --disable-diskaudio --disable-nas --disable-esd-shared --disable-esdtest \ + --disable-mintaudio --disable-nasm --disable-video-x11 --disable-video-dga \ + --disable-video-fbcon --disable-video-directfb --disable-video-ps2gs \ + --disable-video-xbios --disable-video-gem --disable-video-dummy \ + --disable-video-opengl --enable-input-events --enable-pthreads \ + --disable-video-picogui --enable-video-qtopia --enable-dlopen" do_stage() { oe_soinstall src/.libs/libSDL-1.2.so.0.7.0 ${STAGING_LIBDIR} ln -sf libSDL-1.2.so.0.7.0 ${STAGING_LIBDIR}/libSDL.so - install -m 0755 src/main/libSDLmain.a ${STAGING_LIBDIR}/libSDLmain.a + install -m 0644 src/main/libSDLmain.a ${STAGING_LIBDIR}/libSDLmain.a install -d ${STAGING_INCDIR}/SDL for f in include/*.h do - install -m 0644 ${f} ${STAGING_INCDIR}/SDL + install -m 0644 $f ${STAGING_INCDIR}/SDL/ done cat sdl-config | sed -e "s,-I/usr/include/SDL,-I${STAGING_INCDIR}/SDL," \ diff --git a/libsdl/libsdl-ttf_2.0.3.oe b/libsdl/libsdl-ttf_2.0.3.oe index ddebe96c14..2a637bf5ca 100644 --- a/libsdl/libsdl-ttf_2.0.3.oe +++ b/libsdl/libsdl-ttf_2.0.3.oe @@ -5,8 +5,8 @@ RDEPENDS = "libc6 libsdl freetype" DEPENDS = "virtual/libc virtual/libsdl freetype" DESCRIPTION = "Simple DirectMedia Layer truetype font library." -SRC_URI = http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-${PV}.tar.gz \ - file://${FILESDIR}/new-freetype-includes.patch;patch=1 +SRC_URI = "http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-${PV}.tar.gz \ + file://${FILESDIR}/new-freetype-includes.patch;patch=1" S = "${WORKDIR}/SDL_ttf-${PV}" inherit autotools libtool |