From c0693fb6be8d4f74e569963a5cec67df78af1721 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Mon, 17 May 2004 17:59:19 +0000 Subject: add libsdl-gfx and cleanup metadata of other SDL packages BKrev: 40a8fd775uO-ypPU2PsTGzresP8N0g --- libsdl/libsdl-gfx_2.0.11.oe | 0 libsdl/libsdl-image_1.2.3.oe | 6 +++--- libsdl/libsdl-mixer_1.2.5.oe | 6 +++--- libsdl/libsdl-net_1.2.5.oe | 6 +++--- libsdl/libsdl-qpe_1.2.7.oe | 2 +- libsdl/libsdl-ttf_2.0.3.oe | 6 +++--- libsdl/libsdl-x11_1.2.7.oe | 2 +- 7 files changed, 14 insertions(+), 14 deletions(-) create mode 100644 libsdl/libsdl-gfx_2.0.11.oe (limited to 'libsdl') diff --git a/libsdl/libsdl-gfx_2.0.11.oe b/libsdl/libsdl-gfx_2.0.11.oe new file mode 100644 index 0000000000..e69de29bb2 diff --git a/libsdl/libsdl-image_1.2.3.oe b/libsdl/libsdl-image_1.2.3.oe index f29f2e6ad9..d52440507b 100644 --- a/libsdl/libsdl-image_1.2.3.oe +++ b/libsdl/libsdl-image_1.2.3.oe @@ -1,8 +1,8 @@ -SECTION = "NET" +DESCRIPTION = "Simple DirectMedia Layer image library." +SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Michael Lauer " -DEPENDS = "virtual/libc base/zlib base/libpng base/jpeg virtual/libsdl" -DESCRIPTION = "Simple DirectMedia Layer image library." +DEPENDS = "base/zlib base/libpng base/jpeg virtual/libsdl" SRC_URI = "http://www.libsdl.org/projects/SDL_image/release/SDL_image-${PV}.tar.gz" S = "${WORKDIR}/SDL_image-${PV}" diff --git a/libsdl/libsdl-mixer_1.2.5.oe b/libsdl/libsdl-mixer_1.2.5.oe index af041b99d1..428f91251e 100644 --- a/libsdl/libsdl-mixer_1.2.5.oe +++ b/libsdl/libsdl-mixer_1.2.5.oe @@ -1,8 +1,8 @@ -SECTION = "NET" +DESCRIPTION = "Simple DirectMedia Layer mixer library." +SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Michael Lauer " -DEPENDS = "virtual/libc virtual/libsdl" -DESCRIPTION = "Simple DirectMedia Layer mixer library." +DEPENDS = "virtual/libsdl" SRC_URI = "http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-${PV}.tar.gz" S = "${WORKDIR}/SDL_mixer-${PV}" diff --git a/libsdl/libsdl-net_1.2.5.oe b/libsdl/libsdl-net_1.2.5.oe index e3c17f6781..517879a36d 100644 --- a/libsdl/libsdl-net_1.2.5.oe +++ b/libsdl/libsdl-net_1.2.5.oe @@ -1,8 +1,8 @@ -SECTION = "NET" +DESCRIPTION = "Simple DirectMedia Layer networking library." +SECTION = "net" PRIORITY = "optional" MAINTAINER = "Michael Lauer " -DEPENDS = "virtual/libc virtual/libsdl" -DESCRIPTION = "Simple DirectMedia Layer networking library." +DEPENDS = "virtual/libsdl" SRC_URI = "http://www.libsdl.org/projects/SDL_net/release/SDL_net-${PV}.tar.gz" S = "${WORKDIR}/SDL_net-${PV}" diff --git a/libsdl/libsdl-qpe_1.2.7.oe b/libsdl/libsdl-qpe_1.2.7.oe index ba61fb4ac0..04aa31fef1 100644 --- a/libsdl/libsdl-qpe_1.2.7.oe +++ b/libsdl/libsdl-qpe_1.2.7.oe @@ -2,7 +2,7 @@ DESCRIPTION = "Simple DirectMedia Layer - QtE-based Palmtop Environments Edition SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Michael Lauer " -DEPENDS = "virtual/libc virtual/libqpe" +DEPENDS = "virtual/libqpe" PROVIDES = "virtual/libsdl" SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ diff --git a/libsdl/libsdl-ttf_2.0.3.oe b/libsdl/libsdl-ttf_2.0.3.oe index 23083c5e96..510b679ca2 100644 --- a/libsdl/libsdl-ttf_2.0.3.oe +++ b/libsdl/libsdl-ttf_2.0.3.oe @@ -1,8 +1,8 @@ -SECTION = "NET" +DESCRIPTION = "Simple DirectMedia Layer truetype font library." +SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Michael Lauer " -DEPENDS = "virtual/libc virtual/libsdl freetype" -DESCRIPTION = "Simple DirectMedia Layer truetype font library." +DEPENDS = "virtual/libsdl freetype" SRC_URI = "http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-${PV}.tar.gz \ file://${FILESDIR}/new-freetype-includes.patch;patch=1" diff --git a/libsdl/libsdl-x11_1.2.7.oe b/libsdl/libsdl-x11_1.2.7.oe index 230e7cd9e6..88ec9fdabe 100644 --- a/libsdl/libsdl-x11_1.2.7.oe +++ b/libsdl/libsdl-x11_1.2.7.oe @@ -2,7 +2,7 @@ DESCRIPTION = "Simple DirectMedia Layer - X11 Edition" SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Phil Blundell " -DEPENDS = "virtual/libc x11 xext" +DEPENDS = "x11 xext" PROVIDES = "virtual/libsdl" SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ -- cgit v1.2.3