Date:2012-01-30 02:59:45 (12 years 1 month ago)
Author:Xiangfu Liu
Commit:927c833392dfc371dc1a6a56adb19647b888c056
Message:bard: update to 0.6 and disable mouse

Files: bard/Makefile (1 diff)
bard/patches/0001-remove-configure-hardcode-path.patch (1 diff)
bard/patches/0002-disable-mouse.patch (1 diff)
bard/patches/001-remove-configure-hardcode-check.patch (1 diff)

Change Details

bard/Makefile
66include $(TOPDIR)/rules.mk
77
88PKG_NAME:=bard
9PKG_VERSION:=0.5
9PKG_VERSION:=0.6
1010
1111PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-current.tar.bz2
1212PKG_SOURCE_URL:=http://festvox.org/bard/
bard/patches/0001-remove-configure-hardcode-path.patch
1From 2d451688f5fbacddf39de02f14ed1088f9414dd6 Mon Sep 17 00:00:00 2001
2From: Xiangfu <xiangfu@openmobilefree.net>
3Date: Mon, 30 Jan 2012 09:57:01 +0800
4Subject: [PATCH 1/2] remove-configure-hardcode-path
5
6---
7 configure.in | 10 ----------
8 1 files changed, 0 insertions(+), 10 deletions(-)
9
10diff --git a/configure.in b/configure.in
11index d1a93e0..9288a3f 100644
12--- a/configure.in
13@@ -443,16 +443,6 @@ echo CMU Flite found in $FLITEDIR
14 AC_SUBST(FLITEDIR)
15
16 dnl
17-dnl SDL support
18-dnl
19-if ! test -f /usr/include/SDL/SDL.h; then
20- AC_MSG_ERROR("Cannot locate /usr/include/SDL/SDL.h.")
21-fi
22-if ! test -f /usr/include/SDL/SDL_ttf.h; then
23- AC_MSG_ERROR("Cannot locate /usr/include/SDL/SDL_ttf.h.")
24-fi
25-
26-dnl
27 dnl Find a font.
28 dnl
29 if test "x$DEFAULTFONT" = "x"
30--
311.7.5.4
32
bard/patches/0002-disable-mouse.patch
1From 559fc9a590cf13af7bfce87af6b78e5bae21eff4 Mon Sep 17 00:00:00 2001
2From: Xiangfu <xiangfu@openmobilefree.net>
3Date: Mon, 30 Jan 2012 09:58:12 +0800
4Subject: [PATCH 2/2] disable-mouse
5
6---
7 src/display.c | 4 ++++
8 1 files changed, 4 insertions(+), 0 deletions(-)
9
10diff --git a/src/display.c b/src/display.c
11index 620ad8a..91dd965 100644
12--- a/src/display.c
13@@ -107,6 +107,10 @@ bard_display *bard_display_open(cst_features *config)
14         return NULL;
15     }
16
17+#ifdef BARD_TARGET_BEN_NANONOTE
18+ SDL_ShowCursor(SDL_DISABLE);
19+#endif
20+
21     return display;
22 }
23
24--
251.7.5.4
26
bard/patches/001-remove-configure-hardcode-check.patch
1diff --git a/configure.in b/configure.in
2index 0e44011..254d1da 100644
3+++ b/configure.in
4@@ -430,16 +430,6 @@ echo CMU Flite found in $FLITEDIR
5 AC_SUBST(FLITEDIR)
6
7 dnl
8-dnl SDL support
9-dnl
10-if ! test -f /usr/include/SDL/SDL.h; then
11- AC_MSG_ERROR("Cannot locate /usr/include/SDL/SDL.h.")
12-fi
13-if ! test -f /usr/include/SDL/SDL_ttf.h; then
14- AC_MSG_ERROR("Cannot locate /usr/include/SDL/SDL_ttf.h.")
15-fi
16-
17-dnl
18 dnl Find a font.
19 dnl
20 if test "x$DEFAULTFONT" = "x"

Archive Download the corresponding diff file



interactive