add libsdl-gfx and cleanup metadata of other SDL packages
authorMichael Lauer <mickey@vanille-media.de>
Mon, 17 May 2004 17:59:19 +0000 (17:59 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Mon, 17 May 2004 17:59:19 +0000 (17:59 +0000)
BKrev: 40a8fd775uO-ypPU2PsTGzresP8N0g

libsdl/libsdl-gfx_2.0.11.oe [new file with mode: 0644]
libsdl/libsdl-image_1.2.3.oe
libsdl/libsdl-mixer_1.2.5.oe
libsdl/libsdl-net_1.2.5.oe
libsdl/libsdl-qpe_1.2.7.oe
libsdl/libsdl-ttf_2.0.3.oe
libsdl/libsdl-x11_1.2.7.oe

diff --git a/libsdl/libsdl-gfx_2.0.11.oe b/libsdl/libsdl-gfx_2.0.11.oe
new file mode 100644 (file)
index 0000000..e69de29
index f29f2e6..d524405 100644 (file)
@@ -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}"
index af041b9..428f912 100644 (file)
@@ -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}"
index e3c17f6..517879a 100644 (file)
@@ -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}"
index ba61fb4..04aa31f 100644 (file)
@@ -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 \
index 23083c5..510b679 100644 (file)
@@ -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"
index 230e7cd..88ec9fd 100644 (file)
@@ -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 \