diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-05-17 17:59:19 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-05-17 17:59:19 +0000 |
commit | c0693fb6be8d4f74e569963a5cec67df78af1721 (patch) | |
tree | 97f04502db4da4bc276dff3e679a07e820dc58ff | |
parent | 3e7b0e770e1d6e119cb38c1853cdc0389ef324a9 (diff) |
add libsdl-gfx and cleanup metadata of other SDL packages
BKrev: 40a8fd775uO-ypPU2PsTGzresP8N0g
-rw-r--r-- | libsdl/libsdl-gfx_2.0.11.oe | 0 | ||||
-rw-r--r-- | libsdl/libsdl-image_1.2.3.oe | 6 | ||||
-rw-r--r-- | libsdl/libsdl-mixer_1.2.5.oe | 6 | ||||
-rw-r--r-- | libsdl/libsdl-net_1.2.5.oe | 6 | ||||
-rw-r--r-- | libsdl/libsdl-qpe_1.2.7.oe | 2 | ||||
-rw-r--r-- | libsdl/libsdl-ttf_2.0.3.oe | 6 | ||||
-rw-r--r-- | libsdl/libsdl-x11_1.2.7.oe | 2 |
7 files changed, 14 insertions, 14 deletions
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 --- /dev/null +++ b/libsdl/libsdl-gfx_2.0.11.oe 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 <mickey@Vanille.de>" -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 <mickey@Vanille.de>" -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 <mickey@Vanille.de>" -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 <mickey@Vanille.de>" -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 <mickey@Vanille.de>" -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 <pb@nexus.co.uk>" -DEPENDS = "virtual/libc x11 xext" +DEPENDS = "x11 xext" PROVIDES = "virtual/libsdl" SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ |