aboutsummaryrefslogtreecommitdiff
path: root/games/csmash
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-12-04 18:46:01 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-12-04 18:46:01 +0000
commitfc4c5d46916fbfec01d84ae1a4371b16e85c7a6e (patch)
treee360e530beb94e4f272e5d4b8f4c1e24f99e788b /games/csmash
parentd95c6489a771d94e5bdc00c8d6e019f2edef2b7c (diff)
downloadports-fc4c5d46916fbfec01d84ae1a4371b16e85c7a6e.tar.gz
ports-fc4c5d46916fbfec01d84ae1a4371b16e85c7a6e.zip
- Update to version 0.6.6
PR: 59644 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=95043
Diffstat (limited to 'games/csmash')
-rw-r--r--games/csmash/Makefile22
-rw-r--r--games/csmash/distinfo2
-rw-r--r--games/csmash/files/patch-MultiPlay.cpp20
-rw-r--r--games/csmash/files/patch-Network.cpp23
-rw-r--r--games/csmash/files/patch-configure15
-rw-r--r--games/csmash/files/patch-ttinc.h19
-rw-r--r--games/csmash/pkg-plist166
7 files changed, 227 insertions, 40 deletions
diff --git a/games/csmash/Makefile b/games/csmash/Makefile
index 4057c851bc9b..bef9622d73d1 100644
--- a/games/csmash/Makefile
+++ b/games/csmash/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= csmash
-PORTVERSION= 0.6.5
+PORTVERSION= 0.6.6
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= cannonsmash
@@ -16,25 +16,19 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A 3D tabletennis game
LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \
- SDL_image.10:${PORTSDIR}/graphics/sdl_image \
- iconv.3:${PORTSDIR}/converters/libiconv \
- intl.5:${PORTSDIR}/devel/gettext
+ SDL_image.10:${PORTSDIR}/graphics/sdl_image
-USE_REINPLACE= yes
USE_SDL= yes
USE_GL= yes
-USE_GNOME= gtk12 gnometarget
+USE_GNOME= gnometarget gtk20
+USE_REINPLACE= yes
+USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-USE_GMAKE= yes
-MAKEFILE= makefile
post-patch:
- @${GREP} -lR "SDL/" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \
- -e "s@SDL/@SDL11/@g"
- @${FIND} ${WRKSRC} -name "makefile.in" | ${XARGS} \
- ${GREP} -lR "games/" | ${XARGS} ${REINPLACE_CMD} \
- -e "s@games/@@g"
+ @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
+ 's|/games/|/|g'
.include <bsd.port.mk>
diff --git a/games/csmash/distinfo b/games/csmash/distinfo
index ca562545ff64..be373bb980b2 100644
--- a/games/csmash/distinfo
+++ b/games/csmash/distinfo
@@ -1 +1 @@
-MD5 (csmash-0.6.5.tar.gz) = 969d5e5455f885e7cd6c24fdfafd5474
+MD5 (csmash-0.6.6.tar.gz) = bcf2eddd0f04d58e5dac6d767f41d9af
diff --git a/games/csmash/files/patch-MultiPlay.cpp b/games/csmash/files/patch-MultiPlay.cpp
index 9757324648fa..66ce7423a06a 100644
--- a/games/csmash/files/patch-MultiPlay.cpp
+++ b/games/csmash/files/patch-MultiPlay.cpp
@@ -1,11 +1,19 @@
---- MultiPlay.cpp.orig Tue Nov 11 16:12:35 2003
-+++ MultiPlay.cpp Tue Nov 11 16:10:24 2003
-@@ -35,7 +35,7 @@
+--- MultiPlay.cpp.orig Thu Nov 20 02:05:02 2003
++++ MultiPlay.cpp Mon Nov 24 09:34:22 2003
+@@ -37,13 +37,15 @@
+ #include <netinet/tcp.h>
+ #endif
- #if defined(WIN32) || defined(__FreeBSD__)
+-#if defined(WIN32) || defined(__FreeBSD__)
++#if defined(WIN32)
--typedef int socklen_t; /* mimic Penguin's typedef */
-+//typedef int socklen_t; /* mimic Penguin's typedef */
+ typedef int socklen_t; /* mimic Penguin's typedef */
#else /* ! WIN32 */
++#if !defined(__FreeBSD__)
+ #define closesocket(FD) close(FD)
++#endif
+
+ #endif
+
diff --git a/games/csmash/files/patch-Network.cpp b/games/csmash/files/patch-Network.cpp
index faea4ec18900..f9afa7e26221 100644
--- a/games/csmash/files/patch-Network.cpp
+++ b/games/csmash/files/patch-Network.cpp
@@ -1,20 +1,27 @@
---- Network.cpp.orig Tue Nov 11 16:13:38 2003
-+++ Network.cpp Tue Nov 11 16:16:03 2003
-@@ -38,7 +38,7 @@
+--- Network.cpp.orig Sun Aug 17 20:43:03 2003
++++ Network.cpp Mon Nov 24 10:35:27 2003
+@@ -36,13 +36,15 @@
+ #include <netinet/tcp.h>
+ #endif
- #if defined(WIN32) || defined(__FreeBSD__)
+-#if defined(WIN32) || defined(__FreeBSD__)
++#if defined(WIN32)
--typedef int socklen_t; /* mimic Penguin's typedef */
-+//typedef int socklen_t; /* mimic Penguin's typedef */
+ typedef int socklen_t; /* mimic Penguin's typedef */
#else /* ! WIN32 */
-@@ -164,7 +164,7 @@
++#if !defined(__FreeBSD__)
+ #define closesocket(FD) close(FD)
++#endif
+
+ #endif
+
+@@ -169,7 +171,6 @@
char *b = buf;
long millitm;
- b = ReadLong( b, tb->time );
-+ b = ReadLong( b, (long)tb->time );
b = ReadLong( b, millitm );
tb->millitm = (unsigned short)millitm;
diff --git a/games/csmash/files/patch-configure b/games/csmash/files/patch-configure
new file mode 100644
index 000000000000..b282a7f8b9c2
--- /dev/null
+++ b/games/csmash/files/patch-configure
@@ -0,0 +1,15 @@
+--- configure.orig Sat Aug 16 14:54:31 2003
++++ configure Mon Nov 24 02:29:33 2003
+@@ -5515,9 +5515,9 @@
+ fi
+
+
+-CFLAGS="-I $x_includes"
+-LDFLAGS="-L/usr/local/lib -L$x_libraries -L$libdir"
+-CXXFLAGS="$CFLAGS -Wall"
++CFLAGS="$CFLAGS -I$x_includes"
++LDFLAGS="$LDFLAGS -L$x_libraries -L$libdir"
++CXXFLAGS="$CXXFLAGS -I$x_includes"
+
+
+ echo "$as_me:$LINENO: checking for main in -lXmu" >&5
diff --git a/games/csmash/files/patch-ttinc.h b/games/csmash/files/patch-ttinc.h
new file mode 100644
index 000000000000..45c6fce76499
--- /dev/null
+++ b/games/csmash/files/patch-ttinc.h
@@ -0,0 +1,19 @@
+--- ttinc.h.orig Sun Aug 10 18:55:00 2003
++++ ttinc.h Mon Nov 24 02:13:01 2003
+@@ -204,12 +204,12 @@
+ #include <GL/gl.h>
+ #include <GL/glu.h>
+
+-#include <SDL/SDL.h>
+-#include <SDL/SDL_image.h>
+-#include <SDL/SDL_thread.h>
++#include <SDL.h>
++#include <SDL_image.h>
++#include <SDL_thread.h>
+
+ #ifdef HAVE_LIBSDL_MIXER
+-#include <SDL/SDL_mixer.h>
++#include <SDL_mixer.h>
+ #endif
+
+ #include <libintl.h>
diff --git a/games/csmash/pkg-plist b/games/csmash/pkg-plist
index 8916502906f0..63c6d9d7f091 100644
--- a/games/csmash/pkg-plist
+++ b/games/csmash/pkg-plist
@@ -1,11 +1,10 @@
bin/csmash
-share/locale/de/LC_MESSAGES/csmash.mo
-share/locale/ja/LC_MESSAGES/csmash.mo
%%DATADIR%%/Parts/Bcut/Bcut-Lankle.affine
%%DATADIR%%/Parts/Bcut/Bcut-Lankle01.dat
%%DATADIR%%/Parts/Bcut/Bcut-Larm.affine
%%DATADIR%%/Parts/Bcut/Bcut-Larm01.dat
%%DATADIR%%/Parts/Bcut/Bcut-Lelbow.affine
+%%DATADIR%%/Parts/Bcut/Bcut-Lelbow.quaternion
%%DATADIR%%/Parts/Bcut/Bcut-Lelbow01.dat
%%DATADIR%%/Parts/Bcut/Bcut-Lfoot.affine
%%DATADIR%%/Parts/Bcut/Bcut-Lfoot01.dat
@@ -18,6 +17,7 @@ share/locale/ja/LC_MESSAGES/csmash.mo
%%DATADIR%%/Parts/Bcut/Bcut-Lshin.affine
%%DATADIR%%/Parts/Bcut/Bcut-Lshin01.dat
%%DATADIR%%/Parts/Bcut/Bcut-Lshoulder.affine
+%%DATADIR%%/Parts/Bcut/Bcut-Lshoulder.quaternion
%%DATADIR%%/Parts/Bcut/Bcut-Lshoulder01.dat
%%DATADIR%%/Parts/Bcut/Bcut-Lthigh.affine
%%DATADIR%%/Parts/Bcut/Bcut-Lthigh01.dat
@@ -26,26 +26,34 @@ share/locale/ja/LC_MESSAGES/csmash.mo
%%DATADIR%%/Parts/Bcut/Bcut-Rarm.affine
%%DATADIR%%/Parts/Bcut/Bcut-Rarm01.dat
%%DATADIR%%/Parts/Bcut/Bcut-Relbow.affine
+%%DATADIR%%/Parts/Bcut/Bcut-Relbow.quaternion
%%DATADIR%%/Parts/Bcut/Bcut-Relbow01.dat
%%DATADIR%%/Parts/Bcut/Bcut-Rfoot.affine
%%DATADIR%%/Parts/Bcut/Bcut-Rfoot01.dat
%%DATADIR%%/Parts/Bcut/Bcut-Rforearm.affine
%%DATADIR%%/Parts/Bcut/Bcut-Rforearm01.dat
%%DATADIR%%/Parts/Bcut/Bcut-Rhand.affine
+%%DATADIR%%/Parts/Bcut/Bcut-Rhand.quaternion
%%DATADIR%%/Parts/Bcut/Bcut-Rhand01.dat
%%DATADIR%%/Parts/Bcut/Bcut-Rknee.affine
%%DATADIR%%/Parts/Bcut/Bcut-Rknee01.dat
%%DATADIR%%/Parts/Bcut/Bcut-Rshin.affine
%%DATADIR%%/Parts/Bcut/Bcut-Rshin01.dat
%%DATADIR%%/Parts/Bcut/Bcut-Rshoulder.affine
+%%DATADIR%%/Parts/Bcut/Bcut-Rshoulder.quaternion
%%DATADIR%%/Parts/Bcut/Bcut-Rshoulder01.dat
%%DATADIR%%/Parts/Bcut/Bcut-Rthigh.affine
%%DATADIR%%/Parts/Bcut/Bcut-Rthigh01.dat
+%%DATADIR%%/Parts/Bcut/Bcut-center.affine
+%%DATADIR%%/Parts/Bcut/Bcut-center01.dat
%%DATADIR%%/Parts/Bcut/Bcut-chest.affine
+%%DATADIR%%/Parts/Bcut/Bcut-chest.quaternion
%%DATADIR%%/Parts/Bcut/Bcut-chest01.dat
%%DATADIR%%/Parts/Bcut/Bcut-head.affine
+%%DATADIR%%/Parts/Bcut/Bcut-head.quaternion
%%DATADIR%%/Parts/Bcut/Bcut-head01.dat
%%DATADIR%%/Parts/Bcut/Bcut-hip.affine
+%%DATADIR%%/Parts/Bcut/Bcut-hip.quaternion
%%DATADIR%%/Parts/Bcut/Bcut-hip01.dat
%%DATADIR%%/Parts/Bcut/Bcut-racket.affine
%%DATADIR%%/Parts/Bcut/Bcut-racket01.dat
@@ -54,6 +62,7 @@ share/locale/ja/LC_MESSAGES/csmash.mo
%%DATADIR%%/Parts/Bnormal/Bnormal-Larm.affine
%%DATADIR%%/Parts/Bnormal/Bnormal-Larm01.dat
%%DATADIR%%/Parts/Bnormal/Bnormal-Lelbow.affine
+%%DATADIR%%/Parts/Bnormal/Bnormal-Lelbow.quaternion
%%DATADIR%%/Parts/Bnormal/Bnormal-Lelbow01.dat
%%DATADIR%%/Parts/Bnormal/Bnormal-Lfoot.affine
%%DATADIR%%/Parts/Bnormal/Bnormal-Lfoot01.dat
@@ -66,6 +75,7 @@ share/locale/ja/LC_MESSAGES/csmash.mo
%%DATADIR%%/Parts/Bnormal/Bnormal-Lshin.affine
%%DATADIR%%/Parts/Bnormal/Bnormal-Lshin01.dat
%%DATADIR%%/Parts/Bnormal/Bnormal-Lshoulder.affine
+%%DATADIR%%/Parts/Bnormal/Bnormal-Lshoulder.quaternion
%%DATADIR%%/Parts/Bnormal/Bnormal-Lshoulder01.dat
%%DATADIR%%/Parts/Bnormal/Bnormal-Lthigh.affine
%%DATADIR%%/Parts/Bnormal/Bnormal-Lthigh01.dat
@@ -74,32 +84,41 @@ share/locale/ja/LC_MESSAGES/csmash.mo
%%DATADIR%%/Parts/Bnormal/Bnormal-Rarm.affine
%%DATADIR%%/Parts/Bnormal/Bnormal-Rarm01.dat
%%DATADIR%%/Parts/Bnormal/Bnormal-Relbow.affine
+%%DATADIR%%/Parts/Bnormal/Bnormal-Relbow.quaternion
%%DATADIR%%/Parts/Bnormal/Bnormal-Relbow01.dat
%%DATADIR%%/Parts/Bnormal/Bnormal-Rfoot.affine
%%DATADIR%%/Parts/Bnormal/Bnormal-Rfoot01.dat
%%DATADIR%%/Parts/Bnormal/Bnormal-Rforearm.affine
%%DATADIR%%/Parts/Bnormal/Bnormal-Rforearm01.dat
%%DATADIR%%/Parts/Bnormal/Bnormal-Rhand.affine
+%%DATADIR%%/Parts/Bnormal/Bnormal-Rhand.quaternion
%%DATADIR%%/Parts/Bnormal/Bnormal-Rhand01.dat
%%DATADIR%%/Parts/Bnormal/Bnormal-Rknee.affine
%%DATADIR%%/Parts/Bnormal/Bnormal-Rknee01.dat
%%DATADIR%%/Parts/Bnormal/Bnormal-Rshin.affine
%%DATADIR%%/Parts/Bnormal/Bnormal-Rshin01.dat
%%DATADIR%%/Parts/Bnormal/Bnormal-Rshoulder.affine
+%%DATADIR%%/Parts/Bnormal/Bnormal-Rshoulder.quaternion
%%DATADIR%%/Parts/Bnormal/Bnormal-Rshoulder01.dat
%%DATADIR%%/Parts/Bnormal/Bnormal-Rthigh.affine
%%DATADIR%%/Parts/Bnormal/Bnormal-Rthigh01.dat
+%%DATADIR%%/Parts/Bnormal/Bnormal-center.affine
+%%DATADIR%%/Parts/Bnormal/Bnormal-center01.dat
%%DATADIR%%/Parts/Bnormal/Bnormal-chest.affine
+%%DATADIR%%/Parts/Bnormal/Bnormal-chest.quaternion
%%DATADIR%%/Parts/Bnormal/Bnormal-chest01.dat
%%DATADIR%%/Parts/Bnormal/Bnormal-head.affine
+%%DATADIR%%/Parts/Bnormal/Bnormal-head.quaternion
%%DATADIR%%/Parts/Bnormal/Bnormal-head01.dat
%%DATADIR%%/Parts/Bnormal/Bnormal-hip.affine
+%%DATADIR%%/Parts/Bnormal/Bnormal-hip.quaternion
%%DATADIR%%/Parts/Bnormal/Bnormal-hip01.dat
%%DATADIR%%/Parts/Bnormal/Bnormal-racket.affine
%%DATADIR%%/Parts/Bnormal/Bnormal-racket01.dat
%%DATADIR%%/Parts/Bpeck/Bpeck-Larm.affine
%%DATADIR%%/Parts/Bpeck/Bpeck-Larm01.dat
%%DATADIR%%/Parts/Bpeck/Bpeck-Lelbow.affine
+%%DATADIR%%/Parts/Bpeck/Bpeck-Lelbow.quaternion
%%DATADIR%%/Parts/Bpeck/Bpeck-Lelbow01.dat
%%DATADIR%%/Parts/Bpeck/Bpeck-Lfoot.affine
%%DATADIR%%/Parts/Bpeck/Bpeck-Lfoot01.dat
@@ -112,6 +131,7 @@ share/locale/ja/LC_MESSAGES/csmash.mo
%%DATADIR%%/Parts/Bpeck/Bpeck-Lshin.affine
%%DATADIR%%/Parts/Bpeck/Bpeck-Lshin01.dat
%%DATADIR%%/Parts/Bpeck/Bpeck-Lshoulder.affine
+%%DATADIR%%/Parts/Bpeck/Bpeck-Lshoulder.quaternion
%%DATADIR%%/Parts/Bpeck/Bpeck-Lshoulder01.dat
%%DATADIR%%/Parts/Bpeck/Bpeck-Lthigh.affine
%%DATADIR%%/Parts/Bpeck/Bpeck-Lthigh01.dat
@@ -120,26 +140,34 @@ share/locale/ja/LC_MESSAGES/csmash.mo
%%DATADIR%%/Parts/Bpeck/Bpeck-Rarm.affine
%%DATADIR%%/Parts/Bpeck/Bpeck-Rarm01.dat
%%DATADIR%%/Parts/Bpeck/Bpeck-Relbow.affine
+%%DATADIR%%/Parts/Bpeck/Bpeck-Relbow.quaternion
%%DATADIR%%/Parts/Bpeck/Bpeck-Relbow01.dat
%%DATADIR%%/Parts/Bpeck/Bpeck-Rfoot.affine
%%DATADIR%%/Parts/Bpeck/Bpeck-Rfoot01.dat
%%DATADIR%%/Parts/Bpeck/Bpeck-Rforearm.affine
%%DATADIR%%/Parts/Bpeck/Bpeck-Rforearm01.dat
%%DATADIR%%/Parts/Bpeck/Bpeck-Rhand.affine
+%%DATADIR%%/Parts/Bpeck/Bpeck-Rhand.quaternion
%%DATADIR%%/Parts/Bpeck/Bpeck-Rhand01.dat
%%DATADIR%%/Parts/Bpeck/Bpeck-Rknee.affine
%%DATADIR%%/Parts/Bpeck/Bpeck-Rknee01.dat
%%DATADIR%%/Parts/Bpeck/Bpeck-Rshin.affine
%%DATADIR%%/Parts/Bpeck/Bpeck-Rshin01.dat
%%DATADIR%%/Parts/Bpeck/Bpeck-Rshoulder.affine
+%%DATADIR%%/Parts/Bpeck/Bpeck-Rshoulder.quaternion
%%DATADIR%%/Parts/Bpeck/Bpeck-Rshoulder01.dat
%%DATADIR%%/Parts/Bpeck/Bpeck-Rthigh.affine
%%DATADIR%%/Parts/Bpeck/Bpeck-Rthigh01.dat
+%%DATADIR%%/Parts/Bpeck/Bpeck-center.affine
+%%DATADIR%%/Parts/Bpeck/Bpeck-center01.dat
%%DATADIR%%/Parts/Bpeck/Bpeck-chest.affine
+%%DATADIR%%/Parts/Bpeck/Bpeck-chest.quaternion
%%DATADIR%%/Parts/Bpeck/Bpeck-chest01.dat
%%DATADIR%%/Parts/Bpeck/Bpeck-head.affine
+%%DATADIR%%/Parts/Bpeck/Bpeck-head.quaternion
%%DATADIR%%/Parts/Bpeck/Bpeck-head01.dat
%%DATADIR%%/Parts/Bpeck/Bpeck-hip.affine
+%%DATADIR%%/Parts/Bpeck/Bpeck-hip.quaternion
%%DATADIR%%/Parts/Bpeck/Bpeck-hip01.dat
%%DATADIR%%/Parts/Bpeck/Bpeck-racket.affine
%%DATADIR%%/Parts/Bpeck/Bpeck-racket01.dat
@@ -148,6 +176,7 @@ share/locale/ja/LC_MESSAGES/csmash.mo
%%DATADIR%%/Parts/Fcut/Fcut-Larm.affine
%%DATADIR%%/Parts/Fcut/Fcut-Larm01.dat
%%DATADIR%%/Parts/Fcut/Fcut-Lelbow.affine
+%%DATADIR%%/Parts/Fcut/Fcut-Lelbow.quaternion
%%DATADIR%%/Parts/Fcut/Fcut-Lelbow01.dat
%%DATADIR%%/Parts/Fcut/Fcut-Lfoot.affine
%%DATADIR%%/Parts/Fcut/Fcut-Lfoot01.dat
@@ -160,6 +189,7 @@ share/locale/ja/LC_MESSAGES/csmash.mo
%%DATADIR%%/Parts/Fcut/Fcut-Lshin.affine
%%DATADIR%%/Parts/Fcut/Fcut-Lshin01.dat
%%DATADIR%%/Parts/Fcut/Fcut-Lshoulder.affine
+%%DATADIR%%/Parts/Fcut/Fcut-Lshoulder.quaternion
%%DATADIR%%/Parts/Fcut/Fcut-Lshoulder01.dat
%%DATADIR%%/Parts/Fcut/Fcut-Lthigh.affine
%%DATADIR%%/Parts/Fcut/Fcut-Lthigh01.dat
@@ -168,26 +198,34 @@ share/locale/ja/LC_MESSAGES/csmash.mo
%%DATADIR%%/Parts/Fcut/Fcut-Rarm.affine
%%DATADIR%%/Parts/Fcut/Fcut-Rarm01.dat
%%DATADIR%%/Parts/Fcut/Fcut-Relbow.affine
+%%DATADIR%%/Parts/Fcut/Fcut-Relbow.quaternion
%%DATADIR%%/Parts/Fcut/Fcut-Relbow01.dat
%%DATADIR%%/Parts/Fcut/Fcut-Rfoot.affine
%%DATADIR%%/Parts/Fcut/Fcut-Rfoot01.dat
%%DATADIR%%/Parts/Fcut/Fcut-Rforearm.affine
%%DATADIR%%/Parts/Fcut/Fcut-Rforearm01.dat
%%DATADIR%%/Parts/Fcut/Fcut-Rhand.affine
+%%DATADIR%%/Parts/Fcut/Fcut-Rhand.quaternion
%%DATADIR%%/Parts/Fcut/Fcut-Rhand01.dat
%%DATADIR%%/Parts/Fcut/Fcut-Rknee.affine
%%DATADIR%%/Parts/Fcut/Fcut-Rknee01.dat
%%DATADIR%%/Parts/Fcut/Fcut-Rshin.affine
%%DATADIR%%/Parts/Fcut/Fcut-Rshin01.dat
%%DATADIR%%/Parts/Fcut/Fcut-Rshoulder.affine
+%%DATADIR%%/Parts/Fcut/Fcut-Rshoulder.quaternion
%%DATADIR%%/Parts/Fcut/Fcut-Rshoulder01.dat
%%DATADIR%%/Parts/Fcut/Fcut-Rthigh.affine
%%DATADIR%%/Parts/Fcut/Fcut-Rthigh01.dat
+%%DATADIR%%/Parts/Fcut/Fcut-center.affine
+%%DATADIR%%/Parts/Fcut/Fcut-center01.dat
%%DATADIR%%/Parts/Fcut/Fcut-chest.affine
+%%DATADIR%%/Parts/Fcut/Fcut-chest.quaternion
%%DATADIR%%/Parts/Fcut/Fcut-chest01.dat
%%DATADIR%%/Parts/Fcut/Fcut-head.affine
+%%DATADIR%%/Parts/Fcut/Fcut-head.quaternion
%%DATADIR%%/Parts/Fcut/Fcut-head01.dat
%%DATADIR%%/Parts/Fcut/Fcut-hip.affine
+%%DATADIR%%/Parts/Fcut/Fcut-hip.quaternion
%%DATADIR%%/Parts/Fcut/Fcut-hip01.dat
%%DATADIR%%/Parts/Fcut/Fcut-racket.affine
%%DATADIR%%/Parts/Fcut/Fcut-racket01.dat
@@ -196,6 +234,7 @@ share/locale/ja/LC_MESSAGES/csmash.mo
%%DATADIR%%/Parts/Fdrive/Fdrive-Larm.affine
%%DATADIR%%/Parts/Fdrive/Fdrive-Larm01.dat
%%DATADIR%%/Parts/Fdrive/Fdrive-Lelbow.affine
+%%DATADIR%%/Parts/Fdrive/Fdrive-Lelbow.quaternion
%%DATADIR%%/Parts/Fdrive/Fdrive-Lelbow01.dat
%%DATADIR%%/Parts/Fdrive/Fdrive-Lfoot.affine
%%DATADIR%%/Parts/Fdrive/Fdrive-Lfoot01.dat
@@ -208,6 +247,7 @@ share/locale/ja/LC_MESSAGES/csmash.mo
%%DATADIR%%/Parts/Fdrive/Fdrive-Lshin.affine
%%DATADIR%%/Parts/Fdrive/Fdrive-Lshin01.dat
%%DATADIR%%/Parts/Fdrive/Fdrive-Lshoulder.affine
+%%DATADIR%%/Parts/Fdrive/Fdrive-Lshoulder.quaternion
%%DATADIR%%/Parts/Fdrive/Fdrive-Lshoulder01.dat
%%DATADIR%%/Parts/Fdrive/Fdrive-Lthigh.affine
%%DATADIR%%/Parts/Fdrive/Fdrive-Lthigh01.dat
@@ -216,26 +256,34 @@ share/locale/ja/LC_MESSAGES/csmash.mo
%%DATADIR%%/Parts/Fdrive/Fdrive-Rarm.affine
%%DATADIR%%/Parts/Fdrive/Fdrive-Rarm01.dat
%%DATADIR%%/Parts/Fdrive/Fdrive-Relbow.affine
+%%DATADIR%%/Parts/Fdrive/Fdrive-Relbow.quaternion
%%DATADIR%%/Parts/Fdrive/Fdrive-Relbow01.dat
%%DATADIR%%/Parts/Fdrive/Fdrive-Rfoot.affine
%%DATADIR%%/Parts/Fdrive/Fdrive-Rfoot01.dat
%%DATADIR%%/Parts/Fdrive/Fdrive-Rforearm.affine
%%DATADIR%%/Parts/Fdrive/Fdrive-Rforearm01.dat
%%DATADIR%%/Parts/Fdrive/Fdrive-Rhand.affine
+%%DATADIR%%/Parts/Fdrive/Fdrive-Rhand.quaternion
%%DATADIR%%/Parts/Fdrive/Fdrive-Rhand01.dat
%%DATADIR%%/Parts/Fdrive/Fdrive-Rknee.affine
%%DATADIR%%/Parts/Fdrive/Fdrive-Rknee01.dat
%%DATADIR%%/Parts/Fdrive/Fdrive-Rshin.affine
%%DATADIR%%/Parts/Fdrive/Fdrive-Rshin01.dat
%%DATADIR%%/Parts/Fdrive/Fdrive-Rshoulder.affine
+%%DATADIR%%/Parts/Fdrive/Fdrive-Rshoulder.quaternion
%%DATADIR%%/Parts/Fdrive/Fdrive-Rshoulder01.dat
%%DATADIR%%/Parts/Fdrive/Fdrive-Rthigh.affine
%%DATADIR%%/Parts/Fdrive/Fdrive-Rthigh01.dat
+%%DATADIR%%/Parts/Fdrive/Fdrive-center.affine
+%%DATADIR%%/Parts/Fdrive/Fdrive-center01.dat
%%DATADIR%%/Parts/Fdrive/Fdrive-chest.affine
+%%DATADIR%%/Parts/Fdrive/Fdrive-chest.quaternion
%%DATADIR%%/Parts/Fdrive/Fdrive-chest01.dat
%%DATADIR%%/Parts/Fdrive/Fdrive-head.affine
+%%DATADIR%%/Parts/Fdrive/Fdrive-head.quaternion
%%DATADIR%%/Parts/Fdrive/Fdrive-head01.dat
%%DATADIR%%/Parts/Fdrive/Fdrive-hip.affine
+%%DATADIR%%/Parts/Fdrive/Fdrive-hip.quaternion
%%DATADIR%%/Parts/Fdrive/Fdrive-hip01.dat
%%DATADIR%%/Parts/Fdrive/Fdrive-racket.affine
%%DATADIR%%/Parts/Fdrive/Fdrive-racket01.dat
@@ -244,6 +292,7 @@ share/locale/ja/LC_MESSAGES/csmash.mo
%%DATADIR%%/Parts/Fnormal/Fnormal-Larm.affine
%%DATADIR%%/Parts/Fnormal/Fnormal-Larm01.dat
%%DATADIR%%/Parts/Fnormal/Fnormal-Lelbow.affine
+%%DATADIR%%/Parts/Fnormal/Fnormal-Lelbow.quaternion
%%DATADIR%%/Parts/Fnormal/Fnormal-Lelbow01.dat
%%DATADIR%%/Parts/Fnormal/Fnormal-Lfoot.affine
%%DATADIR%%/Parts/Fnormal/Fnormal-Lfoot01.dat
@@ -256,6 +305,7 @@ share/locale/ja/LC_MESSAGES/csmash.mo
%%DATADIR%%/Parts/Fnormal/Fnormal-Lshin.affine
%%DATADIR%%/Parts/Fnormal/Fnormal-Lshin01.dat
%%DATADIR%%/Parts/Fnormal/Fnormal-Lshoulder.affine
+%%DATADIR%%/Parts/Fnormal/Fnormal-Lshoulder.quaternion
%%DATADIR%%/Parts/Fnormal/Fnormal-Lshoulder01.dat
%%DATADIR%%/Parts/Fnormal/Fnormal-Lthigh.affine
%%DATADIR%%/Parts/Fnormal/Fnormal-Lthigh01.dat
@@ -264,26 +314,34 @@ share/locale/ja/LC_MESSAGES/csmash.mo
%%DATADIR%%/Parts/Fnormal/Fnormal-Rarm.affine
%%DATADIR%%/Parts/Fnormal/Fnormal-Rarm01.dat
%%DATADIR%%/Parts/Fnormal/Fnormal-Relbow.affine
+%%DATADIR%%/Parts/Fnormal/Fnormal-Relbow.quaternion
%%DATADIR%%/Parts/Fnormal/Fnormal-Relbow01.dat
%%DATADIR%%/Parts/Fnormal/Fnormal-Rfoot.affine
%%DATADIR%%/Parts/Fnormal/Fnormal-Rfoot01.dat
%%DATADIR%%/Parts/Fnormal/Fnormal-Rforearm.affine
%%DATADIR%%/Parts/Fnormal/Fnormal-Rforearm01.dat
%%DATADIR%%/Parts/Fnormal/Fnormal-Rhand.affine
+%%DATADIR%%/Parts/Fnormal/Fnormal-Rhand.quaternion
%%DATADIR%%/Parts/Fnormal/Fnormal-Rhand01.dat
%%DATADIR%%/Parts/Fnormal/Fnormal-Rknee.affine
%%DATADIR%%/Parts/Fnormal/Fnormal-Rknee01.dat
%%DATADIR%%/Parts/Fnormal/Fnormal-Rshin.affine
%%DATADIR%%/Parts/Fnormal/Fnormal-Rshin01.dat
%%DATADIR%%/Parts/Fnormal/Fnormal-Rshoulder.affine
+%%DATADIR%%/Parts/Fnormal/Fnormal-Rshoulder.quaternion
%%DATADIR%%/Parts/Fnormal/Fnormal-Rshoulder01.dat
%%DATADIR%%/Parts/Fnormal/Fnormal-Rthigh.affine
%%DATADIR%%/Parts/Fnormal/Fnormal-Rthigh01.dat
+%%DATADIR%%/Parts/Fnormal/Fnormal-center.affine
+%%DATADIR%%/Parts/Fnormal/Fnormal-center01.dat
%%DATADIR%%/Parts/Fnormal/Fnormal-chest.affine
+%%DATADIR%%/Parts/Fnormal/Fnormal-chest.quaternion
%%DATADIR%%/Parts/Fnormal/Fnormal-chest01.dat
%%DATADIR%%/Parts/Fnormal/Fnormal-head.affine
+%%DATADIR%%/Parts/Fnormal/Fnormal-head.quaternion
%%DATADIR%%/Parts/Fnormal/Fnormal-head01.dat
%%DATADIR%%/Parts/Fnormal/Fnormal-hip.affine
+%%DATADIR%%/Parts/Fnormal/Fnormal-hip.quaternion
%%DATADIR%%/Parts/Fnormal/Fnormal-hip01.dat
%%DATADIR%%/Parts/Fnormal/Fnormal-racket.affine
%%DATADIR%%/Parts/Fnormal/Fnormal-racket01.dat
@@ -292,6 +350,7 @@ share/locale/ja/LC_MESSAGES/csmash.mo
%%DATADIR%%/Parts/Fpeck/Fpeck-Larm.affine
%%DATADIR%%/Parts/Fpeck/Fpeck-Larm01.dat
%%DATADIR%%/Parts/Fpeck/Fpeck-Lelbow.affine
+%%DATADIR%%/Parts/Fpeck/Fpeck-Lelbow.quaternion
%%DATADIR%%/Parts/Fpeck/Fpeck-Lelbow01.dat
%%DATADIR%%/Parts/Fpeck/Fpeck-Lfoot.affine
%%DATADIR%%/Parts/Fpeck/Fpeck-Lfoot01.dat
@@ -304,6 +363,7 @@ share/locale/ja/LC_MESSAGES/csmash.mo
%%DATADIR%%/Parts/Fpeck/Fpeck-Lshin.affine
%%DATADIR%%/Parts/Fpeck/Fpeck-Lshin01.dat
%%DATADIR%%/Parts/Fpeck/Fpeck-Lshoulder.affine
+%%DATADIR%%/Parts/Fpeck/Fpeck-Lshoulder.quaternion
%%DATADIR%%/Parts/Fpeck/Fpeck-Lshoulder01.dat
%%DATADIR%%/Parts/Fpeck/Fpeck-Lthigh.affine
%%DATADIR%%/Parts/Fpeck/Fpeck-Lthigh01.dat
@@ -312,32 +372,41 @@ share/locale/ja/LC_MESSAGES/csmash.mo
%%DATADIR%%/Parts/Fpeck/Fpeck-Rarm.affine
%%DATADIR%%/Parts/Fpeck/Fpeck-Rarm01.dat
%%DATADIR%%/Parts/Fpeck/Fpeck-Relbow.affine
+%%DATADIR%%/Parts/Fpeck/Fpeck-Relbow.quaternion
%%DATADIR%%/Parts/Fpeck/Fpeck-Relbow01.dat
%%DATADIR%%/Parts/Fpeck/Fpeck-Rfoot.affine
%%DATADIR%%/Parts/Fpeck/Fpeck-Rfoot01.dat
%%DATADIR%%/Parts/Fpeck/Fpeck-Rforearm.affine
%%DATADIR%%/Parts/Fpeck/Fpeck-Rforearm01.dat
%%DATADIR%%/Parts/Fpeck/Fpeck-Rhand.affine
+%%DATADIR%%/Parts/Fpeck/Fpeck-Rhand.quaternion
%%DATADIR%%/Parts/Fpeck/Fpeck-Rhand01.dat
%%DATADIR%%/Parts/Fpeck/Fpeck-Rknee.affine
%%DATADIR%%/Parts/Fpeck/Fpeck-Rknee01.dat
%%DATADIR%%/Parts/Fpeck/Fpeck-Rshin.affine
%%DATADIR%%/Parts/Fpeck/Fpeck-Rshin01.dat
%%DATADIR%%/Parts/Fpeck/Fpeck-Rshoulder.affine
+%%DATADIR%%/Parts/Fpeck/Fpeck-Rshoulder.quaternion
%%DATADIR%%/Parts/Fpeck/Fpeck-Rshoulder01.dat
%%DATADIR%%/Parts/Fpeck/Fpeck-Rthigh.affine
%%DATADIR%%/Parts/Fpeck/Fpeck-Rthigh01.dat
+%%DATADIR%%/Parts/Fpeck/Fpeck-center.affine
+%%DATADIR%%/Parts/Fpeck/Fpeck-center01.dat
%%DATADIR%%/Parts/Fpeck/Fpeck-chest.affine
+%%DATADIR%%/Parts/Fpeck/Fpeck-chest.quaternion
%%DATADIR%%/Parts/Fpeck/Fpeck-chest01.dat
%%DATADIR%%/Parts/Fpeck/Fpeck-head.affine
+%%DATADIR%%/Parts/Fpeck/Fpeck-head.quaternion
%%DATADIR%%/Parts/Fpeck/Fpeck-head01.dat
%%DATADIR%%/Parts/Fpeck/Fpeck-hip.affine
+%%DATADIR%%/Parts/Fpeck/Fpeck-hip.quaternion
%%DATADIR%%/Parts/Fpeck/Fpeck-hip01.dat
%%DATADIR%%/Parts/Fpeck/Fpeck-racket.affine
%%DATADIR%%/Parts/Fpeck/Fpeck-racket01.dat
%%DATADIR%%/Parts/Fsmash/Fsmash-Larm.affine
%%DATADIR%%/Parts/Fsmash/Fsmash-Larm01.dat
%%DATADIR%%/Parts/Fsmash/Fsmash-Lelbow.affine
+%%DATADIR%%/Parts/Fsmash/Fsmash-Lelbow.quaternion
%%DATADIR%%/Parts/Fsmash/Fsmash-Lelbow01.dat
%%DATADIR%%/Parts/Fsmash/Fsmash-Lfoot.affine
%%DATADIR%%/Parts/Fsmash/Fsmash-Lfoot01.dat
@@ -350,6 +419,7 @@ share/locale/ja/LC_MESSAGES/csmash.mo
%%DATADIR%%/Parts/Fsmash/Fsmash-Lshin.affine
%%DATADIR%%/Parts/Fsmash/Fsmash-Lshin01.dat
%%DATADIR%%/Parts/Fsmash/Fsmash-Lshoulder.affine
+%%DATADIR%%/Parts/Fsmash/Fsmash-Lshoulder.quaternion
%%DATADIR%%/Parts/Fsmash/Fsmash-Lshoulder01.dat
%%DATADIR%%/Parts/Fsmash/Fsmash-Lthigh.affine
%%DATADIR%%/Parts/Fsmash/Fsmash-Lthigh01.dat
@@ -358,54 +428,73 @@ share/locale/ja/LC_MESSAGES/csmash.mo
%%DATADIR%%/Parts/Fsmash/Fsmash-Rarm.affine
%%DATADIR%%/Parts/Fsmash/Fsmash-Rarm01.dat
%%DATADIR%%/Parts/Fsmash/Fsmash-Relbow.affine
+%%DATADIR%%/Parts/Fsmash/Fsmash-Relbow.quaternion
%%DATADIR%%/Parts/Fsmash/Fsmash-Relbow01.dat
%%DATADIR%%/Parts/Fsmash/Fsmash-Rfoot.affine
%%DATADIR%%/Parts/Fsmash/Fsmash-Rfoot01.dat
%%DATADIR%%/Parts/Fsmash/Fsmash-Rforearm.affine
%%DATADIR%%/Parts/Fsmash/Fsmash-Rforearm01.dat
%%DATADIR%%/Parts/Fsmash/Fsmash-Rhand.affine
+%%DATADIR%%/Parts/Fsmash/Fsmash-Rhand.quaternion
%%DATADIR%%/Parts/Fsmash/Fsmash-Rhand01.dat
%%DATADIR%%/Parts/Fsmash/Fsmash-Rknee.affine
%%DATADIR%%/Parts/Fsmash/Fsmash-Rknee01.dat
%%DATADIR%%/Parts/Fsmash/Fsmash-Rshin.affine
%%DATADIR%%/Parts/Fsmash/Fsmash-Rshin01.dat
%%DATADIR%%/Parts/Fsmash/Fsmash-Rshoulder.affine
+%%DATADIR%%/Parts/Fsmash/Fsmash-Rshoulder.quaternion
%%DATADIR%%/Parts/Fsmash/Fsmash-Rshoulder01.dat
%%DATADIR%%/Parts/Fsmash/Fsmash-Rthigh.affine
%%DATADIR%%/Parts/Fsmash/Fsmash-Rthigh01.dat
+%%DATADIR%%/Parts/Fsmash/Fsmash-center.affine
+%%DATADIR%%/Parts/Fsmash/Fsmash-center01.dat
%%DATADIR%%/Parts/Fsmash/Fsmash-chest.affine
+%%DATADIR%%/Parts/Fsmash/Fsmash-chest.quaternion
%%DATADIR%%/Parts/Fsmash/Fsmash-chest01.dat
%%DATADIR%%/Parts/Fsmash/Fsmash-head.affine
+%%DATADIR%%/Parts/Fsmash/Fsmash-head.quaternion
%%DATADIR%%/Parts/Fsmash/Fsmash-head01.dat
%%DATADIR%%/Parts/Fsmash/Fsmash-hip.affine
+%%DATADIR%%/Parts/Fsmash/Fsmash-hip.quaternion
%%DATADIR%%/Parts/Fsmash/Fsmash-hip01.dat
%%DATADIR%%/Parts/Fsmash/Fsmash-racket.affine
%%DATADIR%%/Parts/Fsmash/Fsmash-racket01.dat
%%DATADIR%%/images/11point.de.pbm.gz
+%%DATADIR%%/images/11point.fr.pbm.gz
%%DATADIR%%/images/11point.ja.pbm.gz
%%DATADIR%%/images/11point.pbm.gz
%%DATADIR%%/images/21point.de.pbm.gz
+%%DATADIR%%/images/21point.fr.pbm.gz
%%DATADIR%%/images/21point.ja.pbm.gz
%%DATADIR%%/images/21point.pbm.gz
%%DATADIR%%/images/5point.de.pbm.gz
+%%DATADIR%%/images/5point.fr.pbm.gz
%%DATADIR%%/images/5point.ja.pbm.gz
%%DATADIR%%/images/5point.pbm.gz
%%DATADIR%%/images/ArctanX.de.pbm.gz
+%%DATADIR%%/images/ArctanX.fr.pbm.gz
%%DATADIR%%/images/ArctanX.ja.pbm.gz
%%DATADIR%%/images/ArctanX.pbm.gz
+%%DATADIR%%/images/ArmOnly.de.pbm.gz
+%%DATADIR%%/images/ArmOnly.fr.pbm.gz
+%%DATADIR%%/images/ArmOnly.ja.pbm.gz
+%%DATADIR%%/images/ArmOnly.pbm.gz
%%DATADIR%%/images/BG.bmp
%%DATADIR%%/images/BGAlpha.bmp
%%DATADIR%%/images/Back.jpg
%%DATADIR%%/images/Bad.ppm.gz
%%DATADIR%%/images/Config.de.pbm.gz
+%%DATADIR%%/images/Config.fr.pbm.gz
%%DATADIR%%/images/Config.ja.pbm.gz
%%DATADIR%%/images/Config.pbm.gz
%%DATADIR%%/images/ConfigW.bmp
%%DATADIR%%/images/ConfigY.bmp
%%DATADIR%%/images/Easy.de.pbm.gz
+%%DATADIR%%/images/Easy.fr.pbm.gz
%%DATADIR%%/images/Easy.ja.pbm.gz
%%DATADIR%%/images/Easy.pbm.gz
%%DATADIR%%/images/EasyTutorial.de.ppm.gz
+%%DATADIR%%/images/EasyTutorial.fr.ppm.gz
%%DATADIR%%/images/EasyTutorial.ja.ppm.gz
%%DATADIR%%/images/EasyTutorial.ppm.gz
%%DATADIR%%/images/FastRally.jpg
@@ -413,30 +502,39 @@ share/locale/ja/LC_MESSAGES/csmash.mo
%%DATADIR%%/images/Footwork.jpg
%%DATADIR%%/images/Front.jpg
%%DATADIR%%/images/Hard.de.pbm.gz
+%%DATADIR%%/images/Hard.fr.pbm.gz
%%DATADIR%%/images/Hard.ja.pbm.gz
%%DATADIR%%/images/Hard.pbm.gz
%%DATADIR%%/images/HardTutorial.de.ppm.gz
+%%DATADIR%%/images/HardTutorial.fr.ppm.gz
%%DATADIR%%/images/HardTutorial.ja.ppm.gz
%%DATADIR%%/images/HardTutorial.ppm.gz
%%DATADIR%%/images/Howto.de.pbm.gz
+%%DATADIR%%/images/Howto.fr.pbm.gz
%%DATADIR%%/images/Howto.ja.pbm.gz
%%DATADIR%%/images/Howto.pbm.gz
%%DATADIR%%/images/Howto1.de.pbm.gz
+%%DATADIR%%/images/Howto1.fr.pbm.gz
%%DATADIR%%/images/Howto1.ja.pbm.gz
%%DATADIR%%/images/Howto1.pbm.gz
%%DATADIR%%/images/Howto2.de.pbm.gz
+%%DATADIR%%/images/Howto2.fr.pbm.gz
%%DATADIR%%/images/Howto2.ja.pbm.gz
%%DATADIR%%/images/Howto2.pbm.gz
%%DATADIR%%/images/Howto3.de.pbm.gz
+%%DATADIR%%/images/Howto3.fr.pbm.gz
%%DATADIR%%/images/Howto3.ja.pbm.gz
%%DATADIR%%/images/Howto3.pbm.gz
%%DATADIR%%/images/Howto4.de.pbm.gz
+%%DATADIR%%/images/Howto4.fr.pbm.gz
%%DATADIR%%/images/Howto4.ja.pbm.gz
%%DATADIR%%/images/Howto4.pbm.gz
%%DATADIR%%/images/Howto5.de.pbm.gz
+%%DATADIR%%/images/Howto5.fr.pbm.gz
%%DATADIR%%/images/Howto5.ja.pbm.gz
%%DATADIR%%/images/Howto5.pbm.gz
%%DATADIR%%/images/Howto6.de.pbm.gz
+%%DATADIR%%/images/Howto6.fr.pbm.gz
%%DATADIR%%/images/Howto6.ja.pbm.gz
%%DATADIR%%/images/Howto6.pbm.gz
%%DATADIR%%/images/HowtoW.bmp
@@ -444,10 +542,12 @@ share/locale/ja/LC_MESSAGES/csmash.mo
%%DATADIR%%/images/Keyboard.ppm.gz
%%DATADIR%%/images/Left.jpg
%%DATADIR%%/images/LevelSelect.de.pbm.gz
+%%DATADIR%%/images/LevelSelect.fr.pbm.gz
%%DATADIR%%/images/LevelSelect.ja.pbm.gz
%%DATADIR%%/images/LevelSelect.pbm.gz
%%DATADIR%%/images/Max.ppm.gz
%%DATADIR%%/images/ModeSelect.de.pbm.gz
+%%DATADIR%%/images/ModeSelect.fr.pbm.gz
%%DATADIR%%/images/ModeSelect.ja.pbm.gz
%%DATADIR%%/images/ModeSelect.pbm.gz
%%DATADIR%%/images/Mouse1.jpg
@@ -456,12 +556,15 @@ share/locale/ja/LC_MESSAGES/csmash.mo
%%DATADIR%%/images/Mouse4.jpg
%%DATADIR%%/images/Nice.ppm.gz
%%DATADIR%%/images/Normal.de.pbm.gz
+%%DATADIR%%/images/Normal.fr.pbm.gz
%%DATADIR%%/images/Normal.ja.pbm.gz
%%DATADIR%%/images/Normal.pbm.gz
%%DATADIR%%/images/NormalTutorial.de.ppm.gz
+%%DATADIR%%/images/NormalTutorial.fr.ppm.gz
%%DATADIR%%/images/NormalTutorial.ja.ppm.gz
%%DATADIR%%/images/NormalTutorial.ppm.gz
%%DATADIR%%/images/Pause.de.pbm.gz
+%%DATADIR%%/images/Pause.fr.pbm.gz
%%DATADIR%%/images/Pause.ja.pbm.gz
%%DATADIR%%/images/Pause.pbm.gz
%%DATADIR%%/images/PenAttack.bmp
@@ -469,22 +572,26 @@ share/locale/ja/LC_MESSAGES/csmash.mo
%%DATADIR%%/images/PenDrive.bmp
%%DATADIR%%/images/PenDrive.jpg
%%DATADIR%%/images/Practice.de.pbm.gz
+%%DATADIR%%/images/Practice.fr.pbm.gz
%%DATADIR%%/images/Practice.ja.pbm.gz
%%DATADIR%%/images/Practice.pbm.gz
%%DATADIR%%/images/PracticeW.bmp
%%DATADIR%%/images/PracticeY.bmp
%%DATADIR%%/images/Quit.de.pbm.gz
+%%DATADIR%%/images/Quit.fr.pbm.gz
%%DATADIR%%/images/Quit.ja.pbm.gz
%%DATADIR%%/images/Quit.pbm.gz
%%DATADIR%%/images/QuitW.bmp
%%DATADIR%%/images/QuitY.bmp
%%DATADIR%%/images/Right.jpg
%%DATADIR%%/images/SelectPlayer.de.pbm.gz
+%%DATADIR%%/images/SelectPlayer.fr.pbm.gz
%%DATADIR%%/images/SelectPlayer.ja.pbm.gz
%%DATADIR%%/images/SelectPlayer.pbm.gz
%%DATADIR%%/images/ShakeCut.bmp
%%DATADIR%%/images/ShakeCut.jpg
%%DATADIR%%/images/StartGame.de.pbm.gz
+%%DATADIR%%/images/StartGame.fr.pbm.gz
%%DATADIR%%/images/StartGame.ja.pbm.gz
%%DATADIR%%/images/StartGame.pbm.gz
%%DATADIR%%/images/StartGameW.bmp
@@ -492,35 +599,43 @@ share/locale/ja/LC_MESSAGES/csmash.mo
%%DATADIR%%/images/Title.bmp
%%DATADIR%%/images/Title.ppm.gz
%%DATADIR%%/images/Training.de.pbm.gz
+%%DATADIR%%/images/Training.fr.pbm.gz
%%DATADIR%%/images/Training.ja.pbm.gz
%%DATADIR%%/images/Training.pbm.gz
%%DATADIR%%/images/TrainingW.bmp
%%DATADIR%%/images/TrainingY.bmp
%%DATADIR%%/images/Transparent.de.pbm.gz
+%%DATADIR%%/images/Transparent.fr.pbm.gz
%%DATADIR%%/images/Transparent.ja.pbm.gz
%%DATADIR%%/images/Transparent.pbm.gz
%%DATADIR%%/images/Triangle.bmp
%%DATADIR%%/images/Tsuborish.de.pbm.gz
+%%DATADIR%%/images/Tsuborish.fr.pbm.gz
%%DATADIR%%/images/Tsuborish.ja.pbm.gz
%%DATADIR%%/images/Tsuborish.pbm.gz
%%DATADIR%%/images/WireFrame.de.pbm.gz
+%%DATADIR%%/images/WireFrame.fr.pbm.gz
%%DATADIR%%/images/WireFrame.ja.pbm.gz
%%DATADIR%%/images/WireFrame.pbm.gz
%%DATADIR%%/images/downArrow.de.pbm.gz
+%%DATADIR%%/images/downArrow.fr.pbm.gz
%%DATADIR%%/images/downArrow.ja.pbm.gz
%%DATADIR%%/images/downArrow.pbm.gz
%%DATADIR%%/images/eight.ppm.gz
%%DATADIR%%/images/five.ppm.gz
%%DATADIR%%/images/four.ppm.gz
%%DATADIR%%/images/leftArrow.de.pbm.gz
+%%DATADIR%%/images/leftArrow.fr.pbm.gz
%%DATADIR%%/images/leftArrow.ja.pbm.gz
%%DATADIR%%/images/leftArrow.pbm.gz
%%DATADIR%%/images/lose.de.pbm.gz
+%%DATADIR%%/images/lose.fr.pbm.gz
%%DATADIR%%/images/lose.ja.pbm.gz
%%DATADIR%%/images/lose.pbm.gz
%%DATADIR%%/images/nine.ppm.gz
%%DATADIR%%/images/one.ppm.gz
%%DATADIR%%/images/rightArrow.de.pbm.gz
+%%DATADIR%%/images/rightArrow.fr.pbm.gz
%%DATADIR%%/images/rightArrow.ja.pbm.gz
%%DATADIR%%/images/rightArrow.pbm.gz
%%DATADIR%%/images/seven.ppm.gz
@@ -528,24 +643,53 @@ share/locale/ja/LC_MESSAGES/csmash.mo
%%DATADIR%%/images/three.ppm.gz
%%DATADIR%%/images/two.ppm.gz
%%DATADIR%%/images/upArrow.de.pbm.gz
+%%DATADIR%%/images/upArrow.fr.pbm.gz
%%DATADIR%%/images/upArrow.ja.pbm.gz
%%DATADIR%%/images/upArrow.pbm.gz
%%DATADIR%%/images/win.de.pbm.gz
+%%DATADIR%%/images/win.fr.pbm.gz
%%DATADIR%%/images/win.ja.pbm.gz
%%DATADIR%%/images/win.pbm.gz
%%DATADIR%%/images/zero.ppm.gz
+%%DATADIR%%/wav/all.wav
%%DATADIR%%/wav/click.wav
+%%DATADIR%%/wav/eight.wav
+%%DATADIR%%/wav/eighteen.wav
+%%DATADIR%%/wav/eleven.wav
+%%DATADIR%%/wav/fifteen.wav
+%%DATADIR%%/wav/five.wav
+%%DATADIR%%/wav/four.wav
+%%DATADIR%%/wav/fourteen.wav
+%%DATADIR%%/wav/loveall.wav
+%%DATADIR%%/wav/nine.wav
+%%DATADIR%%/wav/nineteen.wav
+%%DATADIR%%/wav/one.wav
%%DATADIR%%/wav/racket.wav
+%%DATADIR%%/wav/seven.wav
+%%DATADIR%%/wav/seventeen.wav
+%%DATADIR%%/wav/six.wav
+%%DATADIR%%/wav/sixteen.wav
%%DATADIR%%/wav/table.wav
-@dirrm %%DATADIR%%/Parts/Bcut
-@dirrm %%DATADIR%%/Parts/Bnormal
-@dirrm %%DATADIR%%/Parts/Bpeck
-@dirrm %%DATADIR%%/Parts/Fcut
-@dirrm %%DATADIR%%/Parts/Fdrive
-@dirrm %%DATADIR%%/Parts/Fnormal
-@dirrm %%DATADIR%%/Parts/Fpeck
+%%DATADIR%%/wav/ten.wav
+%%DATADIR%%/wav/thirteen.wav
+%%DATADIR%%/wav/thirty.wav
+%%DATADIR%%/wav/three.wav
+%%DATADIR%%/wav/twelve.wav
+%%DATADIR%%/wav/twenty.wav
+%%DATADIR%%/wav/two.wav
+%%DATADIR%%/wav/zero.wav
+share/locale/de/LC_MESSAGES/csmash.mo
+share/locale/fr/LC_MESSAGES/csmash.mo
+share/locale/ja/LC_MESSAGES/csmash.mo
+@dirrm %%DATADIR%%/wav
+@dirrm %%DATADIR%%/images
@dirrm %%DATADIR%%/Parts/Fsmash
+@dirrm %%DATADIR%%/Parts/Fpeck
+@dirrm %%DATADIR%%/Parts/Fnormal
+@dirrm %%DATADIR%%/Parts/Fdrive
+@dirrm %%DATADIR%%/Parts/Fcut
+@dirrm %%DATADIR%%/Parts/Bpeck
+@dirrm %%DATADIR%%/Parts/Bnormal
+@dirrm %%DATADIR%%/Parts/Bcut
@dirrm %%DATADIR%%/Parts
-@dirrm %%DATADIR%%/images
-@dirrm %%DATADIR%%/wav
@dirrm %%DATADIR%%