[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-290-g8bacd19
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2014-06-17 07:23:33
|
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 8bacd195869d02d4a09c6612fb6b735878b28e6a (commit)
from 88751ec53f243b4d5445796962567272f789b6f4 (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 8bacd195869d02d4a09c6612fb6b735878b28e6a
Author: Julien Boibessot <jul...@ar...>
Date: Tue Jun 17 09:23:11 2014 +0200
[BUILDROOT] 2013.11: fixes some comments in pygame package (Numeric has been deprecated for Numpy in Pygame)
-----------------------------------------------------------------------
Summary of changes:
.../2013.11/083-pygame-armadeus_addons.patch | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/patches/buildroot/2013.11/083-pygame-armadeus_addons.patch b/patches/buildroot/2013.11/083-pygame-armadeus_addons.patch
index 7b9b0e6..8242352 100644
--- a/patches/buildroot/2013.11/083-pygame-armadeus_addons.patch
+++ b/patches/buildroot/2013.11/083-pygame-armadeus_addons.patch
@@ -1,4 +1,4 @@
-Will be useful when smpeg and python-numeric packages will be available in BR.
+Will be useful when smpeg and python-numpy packages will be available in BR.
:-)
Signed-off-by: Julien Boibessot <jul...@ar...>
@@ -13,20 +13,20 @@ Index: buildroot/package/python-pygame/Config.in
+config BR2_PACKAGE_PYTHON_PYGAME_SNDARRAY
+ bool "pygame.sndarray"
-+ depends on BR2_PACKAGE_PYTHON_PYGAME_MIXER && BR2_PACKAGE_PYTHON_NUMERIC
++ depends on BR2_PACKAGE_PYTHON_PYGAME_MIXER && BR2_PACKAGE_PYTHON_NUMPY
+ help
+ pygame module for accessing sound sample data
+
-+comment "pygame.sndarray depends on Python's Numeric extension that is not (yet) supported"
++comment "pygame.sndarray depends on Python's Numpy extension that is not (yet) supported"
+ depends on !BR2_PACKAGE_PYTHON_PYGAME_SNDARRAY
+
+config BR2_PACKAGE_PYTHON_PYGAME_SURFARRAY
+ bool "pygame.surfarray"
-+ depends on BR2_PACKAGE_PYTHON_NUMERIC
++ depends on BR2_PACKAGE_PYTHON_NUMPY
+ help
+ pygame module for accessing surface pixel data using array interfaces
+
-+comment "pygame.surfarray depends on Python's Numeric extension that is not (yet) supported"
++comment "pygame.surfarray depends on Python's Numpy extension that is not (yet) supported"
+ depends on !BR2_PACKAGE_PYTHON_PYGAME_SURFARRAY
+
+config BR2_PACKAGE_PYTHON_PYGAME_MOVIE
hooks/post-receive
--
armadeus
|