mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 08:34:39 +02:00
bard: udpate to 0.7
This commit is contained in:
parent
1a751fbd79
commit
20b0b779c2
@ -6,7 +6,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=bard
|
PKG_NAME:=bard
|
||||||
PKG_VERSION:=0.6
|
PKG_VERSION:=0.7
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-current.tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-current.tar.bz2
|
||||||
PKG_SOURCE_URL:=http://festvox.org/bard/
|
PKG_SOURCE_URL:=http://festvox.org/bard/
|
||||||
|
@ -1,33 +0,0 @@
|
|||||||
From 2d451688f5fbacddf39de02f14ed1088f9414dd6 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Xiangfu <xiangfu@openmobilefree.net>
|
|
||||||
Date: Mon, 30 Jan 2012 09:57:01 +0800
|
|
||||||
Subject: [PATCH 1/2] remove-configure-hardcode-path
|
|
||||||
|
|
||||||
---
|
|
||||||
configure.in | 10 ----------
|
|
||||||
1 files changed, 0 insertions(+), 10 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/configure.in b/configure.in
|
|
||||||
index d1a93e0..9288a3f 100644
|
|
||||||
--- a/configure.in
|
|
||||||
+++ b/configure.in
|
|
||||||
@@ -443,16 +443,6 @@ echo CMU Flite found in $FLITEDIR
|
|
||||||
AC_SUBST(FLITEDIR)
|
|
||||||
|
|
||||||
dnl
|
|
||||||
-dnl SDL support
|
|
||||||
-dnl
|
|
||||||
-if ! test -f /usr/include/SDL/SDL.h; then
|
|
||||||
- AC_MSG_ERROR("Cannot locate /usr/include/SDL/SDL.h.")
|
|
||||||
-fi
|
|
||||||
-if ! test -f /usr/include/SDL/SDL_ttf.h; then
|
|
||||||
- AC_MSG_ERROR("Cannot locate /usr/include/SDL/SDL_ttf.h.")
|
|
||||||
-fi
|
|
||||||
-
|
|
||||||
-dnl
|
|
||||||
dnl Find a font.
|
|
||||||
dnl
|
|
||||||
if test "x$DEFAULTFONT" = "x"
|
|
||||||
--
|
|
||||||
1.7.5.4
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
|||||||
From 559fc9a590cf13af7bfce87af6b78e5bae21eff4 Mon Sep 17 00:00:00 2001
|
From b296cf18278529fdcf820e79fe52ab1a27a19917 Mon Sep 17 00:00:00 2001
|
||||||
From: Xiangfu <xiangfu@openmobilefree.net>
|
From: Xiangfu <xiangfu@openmobilefree.net>
|
||||||
Date: Mon, 30 Jan 2012 09:58:12 +0800
|
Date: Fri, 9 Mar 2012 16:31:55 +0800
|
||||||
Subject: [PATCH 2/2] disable-mouse
|
Subject: [PATCH 2/2] disable-mouse
|
||||||
|
|
||||||
---
|
---
|
||||||
@ -8,12 +8,12 @@ Subject: [PATCH 2/2] disable-mouse
|
|||||||
1 files changed, 4 insertions(+), 0 deletions(-)
|
1 files changed, 4 insertions(+), 0 deletions(-)
|
||||||
|
|
||||||
diff --git a/src/display.c b/src/display.c
|
diff --git a/src/display.c b/src/display.c
|
||||||
index 620ad8a..91dd965 100644
|
index c2e4d56..dddd9f0 100644
|
||||||
--- a/src/display.c
|
--- a/src/display.c
|
||||||
+++ b/src/display.c
|
+++ b/src/display.c
|
||||||
@@ -107,6 +107,10 @@ bard_display *bard_display_open(cst_features *config)
|
@@ -114,6 +114,10 @@ bard_display *bard_display_open(cst_features *config)
|
||||||
return NULL;
|
/* unless you move it */
|
||||||
}
|
SDL_ShowCursor(SDL_DISABLE);
|
||||||
|
|
||||||
+#ifdef BARD_TARGET_BEN_NANONOTE
|
+#ifdef BARD_TARGET_BEN_NANONOTE
|
||||||
+ SDL_ShowCursor(SDL_DISABLE);
|
+ SDL_ShowCursor(SDL_DISABLE);
|
||||||
|
Loading…
Reference in New Issue
Block a user