New commits:
commit 9927887b632d833bc4f7807e0f55211788409565
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
evolution-exchange: Fix compilation with newer gtk+2
Depends on autoconf for `autoconf` in PRE_BUILD
Apply 02_remove-disable-deprecated.patch to fix compilation with new gtk+2
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=622015
commit 9ae3ac84b2cb8d059feac0e38b6f71925ae9dc81
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
kdegames4: Disable OpenAL support in Granatier if not using openal-soft
or if requested to not use OpenAL in favour of Phonon
$ gaze from /usr/include/AL/altypes.h
openal-20050601:/usr/include/AL/altypes.h
$ gaze version openal{,-soft}
Grimoire Section Spell Grimoire Version Installed Version
-------- ------- ----- ---------------- -----------------
test audio-libs openal 20050601 20050601
test audio-libs openal-soft 1.13 -
[ 10%] Built target granatier_automoc
[ 10%] Building CXX object
granatier/src/CMakeFiles/granatier.dir/TagaroAudio/au
dioscene.o
In file included from /usr/include/AL/al.h:23,
from
/usr/src/kdegames-4.6.3/granatier/src/TagaroAudio/openalru
ntime_p.h:25,
from
/usr/src/kdegames-4.6.3/granatier/src/TagaroAudio/audiosce
ne.cpp:20:
/usr/include/AL/altypes.h:461:6: warning: "AL_PURE_API" is not defined
/usr/src/kdegames-4.6.3/granatier/src/TagaroAudio/audioscene.cpp: In
constructor 'Tagaro::OpenALRuntime::OpenALRuntime()':
/usr/src/kdegames-4.6.3/granatier/src/TagaroAudio/audioscene.cpp:63:
error: invalid conversion from 'const char*' to 'const ALubyte*'
/usr/src/kdegames-4.6.3/granatier/src/TagaroAudio/audioscene.cpp:63:
error: initializing argument 1 of 'ALCdevice* alcOpenDevice(const
ALubyte*)'
make[2]: ***
[granatier/src/CMakeFiles/granatier.dir/TagaroAudio/audioscene.o] Error
1
make[1]: *** [granatier/src/CMakeFiles/granatier.dir/all] Error 2
make: *** [all] Error 2
commit bbef44810aa9f158c61c9b0b951f2d8c317db1ae
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
wine: Updated latest devel to 1.3.20
commit 2f33b616437e00cb4ed92e849bebff48f646196a
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
diff --git a/gnome2-libs/evolution-exchange/PRE_BUILD
b/gnome2-libs/evolution-exchange/PRE_BUILD
new file mode 100755
index 0000000..e360c06
--- /dev/null
+++ b/gnome2-libs/evolution-exchange/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+message "${MESSAGE_COLOR}Applying newer gtk+2 patch...${DEFAULT_COLOR}" &&
+patch "${SOURCE_DIRECTORY}"/configure.ac \
+ "${SPELL_DIRECTORY}"/02_remove-disable-deprecated.patch &&
+autoconf
diff --git a/kde4/kdegames4/DEPENDS b/kde4/kdegames4/DEPENDS
index 874876f..5d6bbf9 100755
--- a/kde4/kdegames4/DEPENDS
+++ b/kde4/kdegames4/DEPENDS
@@ -3,4 +3,8 @@ sub_depends qt4 'OPENGL' &&
# granatier can use either gluon or phonon
#optional_depends gluon-lib '' '' 'better sound for granatier' &&
optional_depends qca2 '' '' 'Cryptographic support' &&
-optional_depends ggz-client-libs '' '' 'register KDE games with GGZ games'
games
+optional_depends ggz-client-libs '' '' 'register KDE games with GGZ games'
games &&
+optional_depends openal-soft \
+ '-DWITH_OpenAL=ON' \
+ '-DWITH_OpenAL=OFF' \
+ 'for OpenAL sound output in Granatier (instead of Phonon)'
diff --git a/kde4/kdegames4/HISTORY b/kde4/kdegames4/HISTORY
index ed1528a..da7c286 100644
--- a/kde4/kdegames4/HISTORY
+++ b/kde4/kdegames4/HISTORY
@@ -1,3 +1,7 @@
+2011-05-13 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Disable OpenAL support in Granatier if not using
openal-soft
+ or if requested to not use OpenAL in favour of Phonon
+
2011-05-06 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: updated spell to 4.6.3