summaryrefslogtreecommitdiff
path: root/recipes/wesnoth/wesnoth-wvga_1.8.4.bb
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-09-18 16:29:45 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-09-19 21:38:23 +0200
commit058f70b656af85cf43ee4d001df83267257a46c1 (patch)
tree2f0a357628c75ab6c914da4891d33b2a1d007da8 /recipes/wesnoth/wesnoth-wvga_1.8.4.bb
parent0238bf7cf5d97dadb6c2358286bce9b5098f118a (diff)
wesnoth: add inc factorized 1.8.4 version, with normal and wvga versions
Wesnoth is a strategy game and features more than one type of GUI, each GUI type(normal,smallGUI,tinyGUI) has some minimum resolution constraint. If the minimum resolution is not met, the game abort due to some asertions in the code. Unlike the choice between normal and smallGUI that can be made at runtime, choosing,or not the --smallgui comand line option, the tinyGUI choice must be defined at compile time(configure option),because it scales the graphics. On devices like the nokia900, which have a 800x480 resolution, the tinyGUI is not necessary anymore, and it's better to disable it because the tinyGUI has some scalling issues among other GUI related issues. (vilagges can only be distinguished as a flag) The wvga version is like the Desktop version of wesnoth,if someone wants to play it on a wvga screen he has to run wesnoth --smallgui. Note that wesnothd was renamed to wesnoth-server(conversation from #oe on freenode): <GNUtoo|laptop> I've locally made wesnoth into an inc and made wesnoth-wvga and wesnoth <GNUtoo|laptop> the issue is wesnothd <GNUtoo|laptop> I rename it to ${PN}-server <GNUtoo|laptop> ? <GNUtoo|laptop> what about the upgrade path * dth_ntb (~dth@a89-183-26-221.net-htp.de) has joined #oe <woglinde> sure why not <woglinde> you are the only active user so far <woglinde> so go on
Diffstat (limited to 'recipes/wesnoth/wesnoth-wvga_1.8.4.bb')
-rw-r--r--recipes/wesnoth/wesnoth-wvga_1.8.4.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/wesnoth/wesnoth-wvga_1.8.4.bb b/recipes/wesnoth/wesnoth-wvga_1.8.4.bb
new file mode 100644
index 0000000000..6c80cd3ffd
--- /dev/null
+++ b/recipes/wesnoth/wesnoth-wvga_1.8.4.bb
@@ -0,0 +1,8 @@
+require wesnoth.inc
+
+RCONFLICTS = "wesnoth"
+
+PR = "${INC_PR}.0"
+
+SRC_URI[md5sum] = "2dce83f835ecce1d505ea60e46b7356f"
+SRC_URI[sha256sum] = "af29ddf40f83ee016972d6edb8761d7323f8ed5d6bf15005659bff4fd7190eb9"