From cb1ea5ec617a1e4884efd503d0c81c4e1d78523d Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Wed, 4 Feb 2004 03:20:58 +0000 Subject: Merge kergoth@zelda.tuxnami.org:code/packages into linux.local:/home/kergoth/code/packages 2004/02/03 22:20:24-05:00 local!kergoth Fixing up a number of broken dependencies, mostly in the sdl and python packages. BKrev: 4020651aR4oStR4MoJkZuDG1TXRmtg --- libsdl/libsdl-image_1.2.3.oe | 2 +- libsdl/libsdl-mixer_1.2.5.oe | 2 +- libsdl/libsdl-net_1.2.5.oe | 2 +- libsdl/libsdl-qpe_1.2.6.oe | 1 + libsdl/libsdl-ttf_2.0.3.oe | 2 +- libsdl/smpeg_cvs.oe | 2 +- 6 files changed, 6 insertions(+), 5 deletions(-) (limited to 'libsdl') diff --git a/libsdl/libsdl-image_1.2.3.oe b/libsdl/libsdl-image_1.2.3.oe index 615f5d2088..7baf99179e 100644 --- a/libsdl/libsdl-image_1.2.3.oe +++ b/libsdl/libsdl-image_1.2.3.oe @@ -2,7 +2,7 @@ SECTION="NET" PRIORITY="optional" MAINTAINER="Michael Lauer " RDEPENDS=libc6 libjpeg62 libpng3 zlib1g libsdl -DEPENDS=virtual/libc base/zlib base/libpng base/jpeg base/libsdl +DEPENDS=virtual/libc 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 c7a8e164f0..47f80f9cf0 100644 --- a/libsdl/libsdl-mixer_1.2.5.oe +++ b/libsdl/libsdl-mixer_1.2.5.oe @@ -2,7 +2,7 @@ SECTION="NET" PRIORITY="optional" MAINTAINER="Michael Lauer " RDEPENDS=libc6 libsdl -DEPENDS=virtual/libc base/libsdl +DEPENDS=virtual/libc 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 3a47034041..eda24d4dc1 100644 --- a/libsdl/libsdl-net_1.2.5.oe +++ b/libsdl/libsdl-net_1.2.5.oe @@ -2,7 +2,7 @@ SECTION="NET" PRIORITY="optional" MAINTAINER="Michael Lauer " RDEPENDS=libc6 libsdl -DEPENDS=virtual/libc base/libsdl +DEPENDS=virtual/libc 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.6.oe b/libsdl/libsdl-qpe_1.2.6.oe index 90ede1e006..e708d508c8 100644 --- a/libsdl/libsdl-qpe_1.2.6.oe +++ b/libsdl/libsdl-qpe_1.2.6.oe @@ -5,6 +5,7 @@ PRIORITY="optional" MAINTAINER="Michael Lauer " RDEPENDS="libc6 libqpe1" DEPENDS=virtual/libc virtual/libqpe +PROVIDES=virtual/libsdl SRC_URI = cvs://guest@libsdl.org/home/sdlweb/libsdl.org/cvs;module=SDL12;date=${SNAPDATE} \ file://${FILESDIR}/agawa-piro-mickey.patch;patch=1 diff --git a/libsdl/libsdl-ttf_2.0.3.oe b/libsdl/libsdl-ttf_2.0.3.oe index b767f1e686..d272cb7cd0 100644 --- a/libsdl/libsdl-ttf_2.0.3.oe +++ b/libsdl/libsdl-ttf_2.0.3.oe @@ -2,7 +2,7 @@ SECTION="NET" PRIORITY="optional" MAINTAINER="Michael Lauer " RDEPENDS=libc6 libsdl freetype -DEPENDS=virtual/libc base/libsdl base/freetype +DEPENDS=virtual/libc 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/smpeg_cvs.oe b/libsdl/smpeg_cvs.oe index be6afa344a..dc929459e7 100644 --- a/libsdl/smpeg_cvs.oe +++ b/libsdl/smpeg_cvs.oe @@ -2,7 +2,7 @@ SECTION="NET" PRIORITY="optional" MAINTAINER="Michael Lauer " RDEPENDS=libc6 libsdl -DEPENDS=virtual/libc base/libsdl +DEPENDS=virtual/libc virtual/libsdl SRC_URI=cvs://anonymous:anonymous@cvs.icculus.org/cvs/cvsroot;module=smpeg S = ${WORKDIR}/smpeg -- cgit 1.2.3-korg