Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (e0b09612a0e6344810db64edb857882a81e63910)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (e0b09612a0e6344810db64edb857882a81e63910)
  • Date: Fri, 27 Jan 2012 18:48:07 -0600

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

dev/null |binary
libs/sdl/HISTORY | 4 ++++
libs/sdl/PRE_BUILD | 1 -
libs/sdl/mouse-fix.patch | 15 ---------------
x11-toolkits/gtkmm2/DETAILS | 2 +-
x11-toolkits/gtkmm2/HISTORY | 3 +++
x11-toolkits/gtkmm2/gtkmm-2.24.0.tar.bz2.sig | 0
x11-toolkits/gtkmm2/gtkmm-2.24.2.tar.bz2.sig |binary
8 files changed, 8 insertions(+), 17 deletions(-)

New commits:
commit e0b09612a0e6344810db64edb857882a81e63910
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

sdl: updated to 1.2.15

commit f625bc176a49eeef9182711944fee76cb5e1d24d
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

gtkmm2: updated to 2.24.2

diff --git a/libs/sdl/HISTORY b/libs/sdl/HISTORY
index f44827a..3d7e860 100644
--- a/libs/sdl/HISTORY
+++ b/libs/sdl/HISTORY
@@ -1,3 +1,7 @@
+2012-01-27 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated to 1.2.15
+ * PRE_BUILD: removed mouse fix patch as no longer needed
+
2011-10-12 Bor Kraljič <pyrobor AT ver.si>
* DEPENDS: removed optional dependency on arts

diff --git a/libs/sdl/PRE_BUILD b/libs/sdl/PRE_BUILD
index 04554fb..74b2580 100755
--- a/libs/sdl/PRE_BUILD
+++ b/libs/sdl/PRE_BUILD
@@ -1,6 +1,5 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
-patch -p1 < $SCRIPT_DIRECTORY/mouse-fix.patch &&
mkdir -p smgl &&
cp $SCRIPT_DIRECTORY/sdl smgl/ &&
cp $SCRIPT_DIRECTORY/sdl.sh smgl/
diff --git a/libs/sdl/mouse-fix.patch b/libs/sdl/mouse-fix.patch
deleted file mode 100644
index 1fe0241..0000000
--- a/libs/sdl/mouse-fix.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- SDL-1.2.14/src/video/x11/SDL_x11events.c 2009-10-12 16:07:15.000000000
-0700
-+++ SDL-1.2/src/video/x11/SDL_x11events.c 2010-07-19 23:57:48.365397095
-0700
-@@ -441,8 +441,10 @@
- if ( xevent.xcrossing.mode == NotifyUngrab )
- printf("Mode: NotifyUngrab\n");
- #endif
-- if ( xevent.xcrossing.detail != NotifyInferior ) {
-- if ( this->input_grab == SDL_GRAB_OFF ) {
-+ if ( (xevent.xcrossing.mode != NotifyGrab) &&
-+ (xevent.xcrossing.mode != NotifyUngrab) &&
-+ (xevent.xcrossing.detail != NotifyInferior) ) {
-+ if ( this->input_grab == SDL_GRAB_OFF ) {
- posted = SDL_PrivateAppActive(0,
SDL_APPMOUSEFOCUS);
- } else {
- posted = SDL_PrivateMouseMotion(0, 0,
diff --git a/x11-toolkits/gtkmm2/DETAILS b/x11-toolkits/gtkmm2/DETAILS
index 24b5bc2..d3b1c0a 100755
--- a/x11-toolkits/gtkmm2/DETAILS
+++ b/x11-toolkits/gtkmm2/DETAILS
@@ -1,5 +1,5 @@
SPELL=gtkmm2
- VERSION=2.24.0
+ VERSION=2.24.2
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=${SPELL%?}-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SPELL%?}-$VERSION"
diff --git a/x11-toolkits/gtkmm2/HISTORY b/x11-toolkits/gtkmm2/HISTORY
index f358a21..045106b 100644
--- a/x11-toolkits/gtkmm2/HISTORY
+++ b/x11-toolkits/gtkmm2/HISTORY
@@ -1,3 +1,6 @@
+2012-01-15 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 2.24.2
+
2011-03-27 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.24.0

diff --git a/x11-toolkits/gtkmm2/gtkmm-2.24.0.tar.bz2.sig
b/x11-toolkits/gtkmm2/gtkmm-2.24.0.tar.bz2.sig
deleted file mode 100644
index 91b32f3..0000000
Binary files a/x11-toolkits/gtkmm2/gtkmm-2.24.0.tar.bz2.sig and /dev/null
differ
diff --git a/x11-toolkits/gtkmm2/gtkmm-2.24.2.tar.bz2.sig
b/x11-toolkits/gtkmm2/gtkmm-2.24.2.tar.bz2.sig
new file mode 100644
index 0000000..fc833c0
Binary files /dev/null and b/x11-toolkits/gtkmm2/gtkmm-2.24.2.tar.bz2.sig
differ



  • [SM-Commit] GIT changes to master grimoire by Robin Cook (e0b09612a0e6344810db64edb857882a81e63910), Robin Cook, 01/27/2012

Archive powered by MHonArc 2.6.24.

Top of Page