diff options
author | Tristan Heaven <tristan@gentoo.org> | 2007-02-13 23:10:08 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2007-02-13 23:10:08 +0000 |
commit | 0905d0de9ffa8d78d896671c820596e740b18946 (patch) | |
tree | acfeae5f4ad27a3b53a219f962a9ab843289eb9a /games-fps/alephone/files | |
parent | Clean out old version (diff) | |
download | historical-0905d0de9ffa8d78d896671c820596e740b18946.tar.gz historical-0905d0de9ffa8d78d896671c820596e740b18946.tar.bz2 historical-0905d0de9ffa8d78d896671c820596e740b18946.zip |
Version bump, bug #159132
Package-Manager: portage-2.1.2-r9
Diffstat (limited to 'games-fps/alephone/files')
-rw-r--r-- | games-fps/alephone/files/alephone-20061228-configure.patch | 38 | ||||
-rw-r--r-- | games-fps/alephone/files/alephone.png | bin | 13265 -> 0 bytes | |||
-rw-r--r-- | games-fps/alephone/files/digest-alephone-20061228 | 3 |
3 files changed, 41 insertions, 0 deletions
diff --git a/games-fps/alephone/files/alephone-20061228-configure.patch b/games-fps/alephone/files/alephone-20061228-configure.patch new file mode 100644 index 000000000000..5d58d039d67b --- /dev/null +++ b/games-fps/alephone/files/alephone-20061228-configure.patch @@ -0,0 +1,38 @@ +--- configure.ac ++++ configure.ac +@@ -15,6 +15,8 @@ + + dnl Configure options. + AC_ARG_ENABLE(opengl, [ --enable-opengl use OpenGL for rendering [default=yes]], , enable_opengl=yes) ++AC_ARG_ENABLE(lua, , , enable_lua=yes) ++AC_ARG_ENABLE(speex, , , enable_speex=yes) + + dnl Checks for programs. + AC_PROG_CC +@@ -98,6 +100,7 @@ + ]) + ]) + ++if [[ "x$enable_lua" = "xyes" ]]; then + dnl Check for Lua. + AC_ARG_VAR(LUA_CFLAGS, [C compiler flags for Lua]) + AC_ARG_VAR(LUA_LIBS, [linker flags for Lua]) +@@ -124,14 +127,17 @@ + AC_DEFINE(HAVE_LUA_H, 1, [Assuming <lua.h> is present]) + AC_DEFINE(HAVE_LUALIB_H, 1, [Assuing <lualib.h> is present]) + fi ++fi + ++if [[ "x$enable_speex" = "xyes" ]]; then + dnl Check for Speex +-AC_CHECK_HEADERS(speex.h, [ ++AC_CHECK_HEADERS(speex/speex.h, [ + AC_CHECK_LIB(speex, speex_decoder_init, [ + LIBS="-lspeex $LIBS" + AC_DEFINE(SPEEX, 1, [Speex support is enabled]) + ]) + ]) ++fi + + dnl Figure out which OpenGL library to use + case "$target" in diff --git a/games-fps/alephone/files/alephone.png b/games-fps/alephone/files/alephone.png Binary files differdeleted file mode 100644 index 1939cca6101e..000000000000 --- a/games-fps/alephone/files/alephone.png +++ /dev/null diff --git a/games-fps/alephone/files/digest-alephone-20061228 b/games-fps/alephone/files/digest-alephone-20061228 new file mode 100644 index 000000000000..0097bfad71ea --- /dev/null +++ b/games-fps/alephone/files/digest-alephone-20061228 @@ -0,0 +1,3 @@ +MD5 a46357669c73c9432610489ae9abcd6f AlephOne-20061228-nolibs.tar.bz2 1281295 +RMD160 22d911d20ef6aeda960b137c11d32afb92c34b09 AlephOne-20061228-nolibs.tar.bz2 1281295 +SHA256 2fdf96f97759432ef19f563e467439c6f1dddcd882adf9bfd10356a0a9e2190e AlephOne-20061228-nolibs.tar.bz2 1281295 |