[Armadeus-commitlog] armadeus branch, master, updated. release-3.2-472-ga750084
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2010-06-19 15:45:21
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via a7500842e8a1a108b2b07b3832be64639041efd9 (commit)
from ef58652cc9738a5bdea9f4dc3b4ef23a5749fd25 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a7500842e8a1a108b2b07b3832be64639041efd9
Author: Julien Boibessot <jul...@ar...>
Date: Sat Jun 19 17:44:52 2010 +0200
Correct small mistakes in recent packages moving
-----------------------------------------------------------------------
Summary of changes:
patches/buildroot/041-fbgrab.patch | 12 ++++++------
patches/buildroot/118-snes9x-add_package.patch | 12 ++++++------
patches/buildroot/2010.05/041-fbgrab.patch | 2 +-
.../buildroot/2010.05/118-snes9x-add_package.patch | 2 +-
4 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/patches/buildroot/041-fbgrab.patch b/patches/buildroot/041-fbgrab.patch
index ad04088..0ae2489 100644
--- a/patches/buildroot/041-fbgrab.patch
+++ b/patches/buildroot/041-fbgrab.patch
@@ -4,8 +4,8 @@ Signed-off-by: Julien Boibessot <jul...@ar...>
Index: buildroot/package/Config.in
===================================================================
---- buildroot.orig/package/Config.in 2010-06-18 22:47:05.000000000 +0200
-+++ buildroot/package/Config.in 2010-06-18 23:09:39.000000000 +0200
+--- buildroot.orig/package/Config.in 2010-06-19 17:34:21.000000000 +0200
++++ buildroot/package/Config.in 2010-06-19 17:38:26.000000000 +0200
@@ -338,6 +338,7 @@
comment "--> May be broken in busybox"
source "package/fbv/Config.in"
@@ -17,7 +17,7 @@ Index: buildroot/package/Config.in
Index: buildroot/package/fbgrab/Config.in
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/fbgrab/Config.in 2010-06-18 23:13:05.000000000 +0200
++++ buildroot/package/fbgrab/Config.in 2010-06-19 17:38:39.000000000 +0200
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_FBGRAB
+ bool "fbgrab"
@@ -27,11 +27,11 @@ Index: buildroot/package/fbgrab/Config.in
+ FBGrab is a framebuffer screenshot program, capturing the Linux
+ framebuffer and converting it to a png-picture.
+
-+ http://hem.bredband.net/gmogmo/fbgrab/
++ http://hem.bredband.net/gmogmo/fbgrab/
Index: buildroot/package/fbgrab/fbgrab.mk
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/fbgrab/fbgrab.mk 2010-06-18 23:02:49.000000000 +0200
++++ buildroot/package/fbgrab/fbgrab.mk 2010-06-19 17:34:21.000000000 +0200
@@ -0,0 +1,48 @@
+#############################################################
+#
@@ -84,7 +84,7 @@ Index: buildroot/package/fbgrab/fbgrab.mk
Index: buildroot/package/fbgrab/fbgrab-1.0-make_it_cross-compile.patch
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/fbgrab/fbgrab-1.0-make_it_cross-compile.patch 2010-06-18 23:07:20.000000000 +0200
++++ buildroot/package/fbgrab/fbgrab-1.0-make_it_cross-compile.patch 2010-06-19 17:34:21.000000000 +0200
@@ -0,0 +1,14 @@
+diff -urN fbgrab-1.0/Makefile fbgrab-1.0.mod/Makefile
+--- fbgrab-1.0/Makefile 2002-03-20 20:49:06.000000000 +0100
diff --git a/patches/buildroot/118-snes9x-add_package.patch b/patches/buildroot/118-snes9x-add_package.patch
index 0e407d0..02ac013 100644
--- a/patches/buildroot/118-snes9x-add_package.patch
+++ b/patches/buildroot/118-snes9x-add_package.patch
@@ -1,19 +1,19 @@
Index: buildroot/package/games/Config.in
===================================================================
---- buildroot.orig/package/games/Config.in 2010-06-18 18:41:36.000000000 +0200
-+++ buildroot/package/games/Config.in 2010-06-18 18:42:27.000000000 +0200
+--- buildroot.orig/package/games/Config.in 2010-06-19 17:34:23.000000000 +0200
++++ buildroot/package/games/Config.in 2010-06-19 17:37:18.000000000 +0200
@@ -14,6 +14,7 @@
source "package/games/quake-pak/Config.in"
source "package/games/rubix/Config.in"
source "package/games/sdlquake/Config.in"
-+source "package/games/snes9x/config.in"
++source "package/games/snes9x/Config.in"
source "package/games/vice/Config.in"
source "package/games/wolf4sdl/Config.in"
source "package/games/xboard/Config.in"
Index: buildroot/package/games/snes9x/Config.in
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/games/snes9x/Config.in 2010-06-18 18:43:27.000000000 +0200
++++ buildroot/package/games/snes9x/Config.in 2010-06-19 17:34:24.000000000 +0200
@@ -0,0 +1,11 @@
+config BR2_PACKAGE_SNES9X
+ bool "Snes9X"
@@ -29,7 +29,7 @@ Index: buildroot/package/games/snes9x/Config.in
Index: buildroot/package/games/snes9x/snes9x.mk
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/games/snes9x/snes9x.mk 2010-06-18 18:46:07.000000000 +0200
++++ buildroot/package/games/snes9x/snes9x.mk 2010-06-19 17:34:24.000000000 +0200
@@ -0,0 +1,80 @@
+#############################################################
+#
@@ -114,7 +114,7 @@ Index: buildroot/package/games/snes9x/snes9x.mk
Index: buildroot/package/games/snes9x/snes9x-1.39-compile.patch
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/games/snes9x/snes9x-1.39-compile.patch 2010-06-18 18:44:21.000000000 +0200
++++ buildroot/package/games/snes9x/snes9x-1.39-compile.patch 2010-06-19 17:34:24.000000000 +0200
@@ -0,0 +1,295 @@
+
+#
diff --git a/patches/buildroot/2010.05/041-fbgrab.patch b/patches/buildroot/2010.05/041-fbgrab.patch
index bac886e..b04449d 100644
--- a/patches/buildroot/2010.05/041-fbgrab.patch
+++ b/patches/buildroot/2010.05/041-fbgrab.patch
@@ -27,7 +27,7 @@ Index: buildroot/package/fbgrab/Config.in
+ FBGrab is a framebuffer screenshot program, capturing the Linux
+ framebuffer and converting it to a png-picture.
+
-+ http://hem.bredband.net/gmogmo/fbgrab/
++ http://hem.bredband.net/gmogmo/fbgrab/
Index: buildroot/package/fbgrab/fbgrab.mk
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
diff --git a/patches/buildroot/2010.05/118-snes9x-add_package.patch b/patches/buildroot/2010.05/118-snes9x-add_package.patch
index 0e407d0..8c98d33 100644
--- a/patches/buildroot/2010.05/118-snes9x-add_package.patch
+++ b/patches/buildroot/2010.05/118-snes9x-add_package.patch
@@ -6,7 +6,7 @@ Index: buildroot/package/games/Config.in
source "package/games/quake-pak/Config.in"
source "package/games/rubix/Config.in"
source "package/games/sdlquake/Config.in"
-+source "package/games/snes9x/config.in"
++source "package/games/snes9x/Config.in"
source "package/games/vice/Config.in"
source "package/games/wolf4sdl/Config.in"
source "package/games/xboard/Config.in"
hooks/post-receive
--
armadeus
|