e67dc1c
diff -Naur blender-2.78a.old/doc/manpage/blenderplayer.1 blender-2.78a/doc/manpage/blenderplayer.1
e67dc1c
--- blender-2.78a.old/doc/manpage/blenderplayer.1	1970-01-01 01:00:00.000000000 +0100
e67dc1c
+++ blender-2.78a/doc/manpage/blenderplayer.1	2017-01-29 23:10:44.556692826 +0100
7cb8934
@@ -0,0 +1,131 @@
7cb8934
+.TH "BLENDERPLAYER" "1" "October 17, 2011" "Blender 2\&.60 (sub 0)"
7cb8934
+.SH "NAME"
7cb8934
+blenderplayer \- the blender game engine runner
7cb8934
+.SH "SYNOPSIS"
7cb8934
+usage:   blenderplayer [\-w [w h l t]] [\-f [fw fh fb ff]] [\-g gamengineoptions] [\-s stereomode] [\-m aasamples] filename.blend
7cb8934
+.SH "DESCRIPTION"
7cb8934
+.B blenderplayer
7cb8934
+is the 3D and physics game engine
7cb8934
+.SH "OPTIONS"
7cb8934
+.PP
7cb8934
+.B -h
7cb8934
+: Prints this command summary
7cb8934
+.PP
7cb8934
+.B -w
7cb8934
+: display in a window
7cb8934
+  optional parameters
7cb8934
+    w = window width
7cb8934
+    h = window height
7cb8934
+    l = window left coordinate
7cb8934
+    t = window top coordinate
7cb8934
+    Note: If w or h is defined, both must be defined.
7cb8934
+    Also, if l or t is defined, all options must be used.
7cb8934
+.PP
7cb8934
+.B -f
7cb8934
+: start game in full screen mode
7cb8934
+  optional parameters
7cb8934
+    fw = full screen mode pixel width
7cb8934
+    fh = full screen mode pixel height
7cb8934
+    fb = full screen mode bits per pixel
7cb8934
+    ff = full screen mode frequency
7cb8934
+    Note: If fw or fh is defined, both must be defined.
7cb8934
+    Also, if fb is used, fw and fh must be used. ff requires all options.
7cb8934
+.PP
7cb8934
+.B -s
7cb8934
+: start player in stereo
7cb8934
+.PP
7cb8934
+    depending on the type of stereo you want:
7cb8934
+.PP
7cb8934
+    stereomode: hwpageflip
7cb8934
+        (Quad buffered shutter glasses)
7cb8934
+.PP
7cb8934
+    syncdoubling
7cb8934
+        (Above Below)
7cb8934
+.PP
7cb8934
+    sidebyside
7cb8934
+        (Left Right)
7cb8934
+.PP
7cb8934
+    anaglyph
7cb8934
+        (Red\-Blue glasses)
7cb8934
+.PP
7cb8934
+    vinterlace
7cb8934
+        (Vertical interlace for autostereo display)
7cb8934
+.PP
7cb8934
+.B -D
7cb8934
+: start player in dome mode
7cb8934
+.PP
7cb8934
+    Optional parameters:
7cb8934
+.PP
7cb8934
+        angle = field of view in degrees
7cb8934
+.PP
7cb8934
+        tilt  = tilt angle in degrees
7cb8934
+.PP
7cb8934
+        warpdata = a file to use for warping the image (absolute path)
7cb8934
+.PP
7cb8934
+        mode = fisheye (Fisheye), truncatedfront (Front\-Truncated),
7cb8934
+               truncatedrear (Rear\-Truncated), cubemap(Cube Map),
7cb8934
+               sphericalpanoramic (Spherical Panoramic)
7cb8934
+.PP
7cb8934
+               depending on the type of dome you are using
7cb8934
+.PP
7cb8934
+.B -m
7cb8934
+: maximum anti-aliasing (eg. 2,4,8,16)
7cb8934
+.PP
7cb8934
+.B -i
7cb8934
+: parent windows ID
7cb8934
+.PP
7cb8934
+.B -d
7cb8934
+: turn debugging on
7cb8934
+.PP
7cb8934
+.B -g
7cb8934
+: game engine options
7cb8934
+.RS 4
7cb8934
+.TP 29
7cb8934
+Name
7cb8934
+Default      Description
7cb8934
+.TP
7cb8934
+---------------------------
7cb8934
+------------------------------------
7cb8934
+.TP
7cb8934
+fixedtime
7cb8934
+0         "Enable all frames"
7cb8934
+.TP
7cb8934
+nomipmap
7cb8934
+0         Disable mipmaps
7cb8934
+.TP
7cb8934
+show_framerate
7cb8934
+0         Show the frame rate
7cb8934
+.TP
7cb8934
+show_properties
7cb8934
+0         Show debug properties
7cb8934
+.TP
7cb8934
+show_profile
7cb8934
+0         Show profiling information
7cb8934
+.TP
7cb8934
+blender_material
7cb8934
+0         Enable material settings
7cb8934
+.TP
7cb8934
+ignore_deprecation_warnings
7cb8934
+1         Ignore deprecation warnings
7cb8934
+.RE
7cb8934
+.PP
7cb8934
+.B -
7cb8934
+: all arguments after this are ignored, allowing python to access them from sys.argv
7cb8934
+.SH "EXAMPLES"
7cb8934
+.TP
7cb8934
+.B blenderplayer -w 320 200 10 10 -g noaudio //home//user//filename.blend
7cb8934
+Launch blenderplayer in window mode with size 320x200 at 10 pixels from left and 10 pixels
7cb8934
+from top of the screen without audio.
7cb8934
+.TP
7cb8934
+.B blenderplayer -g show_framerate = 0 //home//user//filename.blend
7cb8934
+Disable framerate reports.
7cb8934
+.TP
7cb8934
+.B blenderplayer -i 232421 -m 16 //home//user//filename.blend
7cb8934
+Launch blenderplayer embedded in an existing window and set antialiasing to 16.
7cb8934
+
7cb8934
+.SH "SEE ALSO"
7cb8934
+.B blender(1)
7cb8934
+
7cb8934
+.br
7cb8934
+.SH AUTHORS
7cb8934
+This manpage was written for a Debian by Kevin Roy <kiniou@gmail.com>.
e67dc1c
diff -Naur blender-2.78a.old/source/creator/CMakeLists.txt blender-2.78a/source/creator/CMakeLists.txt
e67dc1c
--- blender-2.78a.old/source/creator/CMakeLists.txt	2017-01-29 23:10:25.810363127 +0100
e67dc1c
+++ blender-2.78a/source/creator/CMakeLists.txt	2017-01-29 23:10:44.556692826 +0100
e67dc1c
@@ -480,6 +480,7 @@
7cb8934
 			FILES
7cb8934
 				${CMAKE_SOURCE_DIR}/release/freedesktop/blender.desktop
7cb8934
 				${CMAKE_SOURCE_DIR}/release/freedesktop/icons/scalable/apps/blender.svg
7cb8934
+				${CMAKE_SOURCE_DIR}/doc/manpage/blenderplayer.1
7cb8934
 			DESTINATION "."
7cb8934
 		)
7cb8934
 
e67dc1c
@@ -502,6 +503,10 @@
7cb8934
 				FILES ${CMAKE_CURRENT_BINARY_DIR}/blender.1
7cb8934
 				DESTINATION share/man/man1
7cb8934
 			)
7cb8934
+			install(
7cb8934
+				FILES ${CMAKE_SOURCE_DIR}/doc/manpage/blenderplayer.1
7cb8934
+				DESTINATION share/man/man1
7cb8934
+			)
7cb8934
 		endif()
7cb8934
 
7cb8934
 		# misc files