[oe-commits] Denis 'GNUtoo' Carikli : wesnoth, wesnoth-wvga: RDEPENDS on tremor( libvorbisdec1)

git version control git at git.openembedded.org
Thu May 5 20:01:51 UTC 2011


Module: openembedded.git
Branch: testing-next
Commit: 12665eb15a981f06960943c341621f9cc571ebdd
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=12665eb15a981f06960943c341621f9cc571ebdd

Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Sun May  1 12:40:46 2011 +0200

wesnoth,wesnoth-wvga: RDEPENDS on tremor(libvorbisdec1)

Without that fix we have:
  error audio: Could not load music file '[...].ogg': Failed loading libvorbisidec.so.1: libvorbisidec.so.1: cannot open shared object file: No such file or directory

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>

---

 recipes/wesnoth/wesnoth.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/wesnoth/wesnoth.inc b/recipes/wesnoth/wesnoth.inc
index 14a4471..3546a7c 100644
--- a/recipes/wesnoth/wesnoth.inc
+++ b/recipes/wesnoth/wesnoth.inc
@@ -4,7 +4,7 @@ SECTION = "games"
 LICENSE = "GPL"
 
 DEPENDS = "freetype libsdl-image libsdl-mixer libsdl-net libsdl-ttf zlib boost imagemagick-native pango libpng lua5.1"
-INC_PR = "r1"
+INC_PR = "r2"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/wesnoth/wesnoth-${PV}.tar.bz2"
 S = "${WORKDIR}/wesnoth-${PV}"
@@ -57,7 +57,7 @@ do_install_append() {
 	fi
 }
 
-RDEPENDS_${PN} = "${PN}-data libpng"
+RDEPENDS_${PN} = "${PN}-data libpng tremor"
 
 RDEPENDS_${PN}-editor = "${PN}-data"
 





More information about the Openembedded-commits mailing list