From: woglinde Date: Tue, 20 Jan 2009 16:29:33 +0000 (+0100) Subject: libsdl-mixer: add libvrobis as dependency X-Git-Tag: Release-2010-05/1~4220 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ec416dd4fc31debc2e39f86d57064df42b781ab;p=openembedded.git libsdl-mixer: add libvrobis as dependency * this is needed for frozen-bubble * libvorbis is enough, because it will pull in libogg anyway * bump PR * closes BUG 4967 --- diff --git a/packages/libsdl/libsdl-mixer_1.2.6.bb b/packages/libsdl/libsdl-mixer_1.2.6.bb index 84841d9741..0c29a3c625 100644 --- a/packages/libsdl/libsdl-mixer_1.2.6.bb +++ b/packages/libsdl/libsdl-mixer_1.2.6.bb @@ -1,9 +1,9 @@ DESCRIPTION = "Simple DirectMedia Layer mixer library." SECTION = "libs" PRIORITY = "optional" -DEPENDS = "virtual/libsdl libmikmod" +DEPENDS = "virtual/libsdl libmikmod libvorbis" LICENSE = "LGPL" -PR = "r2" +PR = "r3" SRC_URI = "http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-${PV}.tar.gz" S = "${WORKDIR}/SDL_mixer-${PV}" diff --git a/packages/libsdl/libsdl-mixer_1.2.8.bb b/packages/libsdl/libsdl-mixer_1.2.8.bb index 41c8efcc8e..229108f565 100644 --- a/packages/libsdl/libsdl-mixer_1.2.8.bb +++ b/packages/libsdl/libsdl-mixer_1.2.8.bb @@ -1,9 +1,11 @@ DESCRIPTION = "Simple DirectMedia Layer mixer library." SECTION = "libs" PRIORITY = "optional" -DEPENDS = "virtual/libsdl libmikmod" +DEPENDS = "virtual/libsdl libmikmod libvorbis" LICENSE = "LGPL" +PR = "r1" + SRC_URI = "http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-${PV}.tar.gz" S = "${WORKDIR}/SDL_mixer-${PV}"