log setup.py @ 607:9dbc234ea087

age author description
Wed, 26 Nov 2014 13:37:07 +0100 Emmanuel Gil Peyrot Actually compile under 3.x feature level.
Tue, 30 Sep 2014 17:14:24 +0200 Emmanuel Gil Peyrot Switch to Python 3.x instead of 2.7.
Thu, 04 Sep 2014 21:07:45 +0200 Emmanuel Gil Peyrot Make setup.py chdir into our root directory, to prevent it to fail when called from elsewhere.
Tue, 12 Aug 2014 15:07:54 +0200 Emmanuel Gil Peyrot Allow setup.py to be called without arguments.
Wed, 09 Jul 2014 23:44:53 +0200 Emmanuel Gil Peyrot Include the Glade file in the main package on install.
Thu, 12 Jun 2014 18:40:21 +0200 Emmanuel Gil Peyrot Fix Windows build, the shaders package was skipped.
Thu, 05 Jun 2014 18:48:24 +0200 Emmanuel Gil Peyrot Fail when libepoxy can’t be found, pass --disable-opengl to skip the OpenGL backend compilation.
Sat, 19 Apr 2014 19:05:06 +0200 Emmanuel Gil Peyrot Switch to libepoxy instead of libGLEW, which will help with OpenGL portability.
Thu, 29 May 2014 12:31:55 +0200 Emmanuel Gil Peyrot Refactor graphics backend selection, to make them fallbackable and optional.
Wed, 21 May 2014 20:52:42 +0200 Emmanuel Gil Peyrot Rename the eosd script into pytouhou, and remove the obsolete pcb one.
Sun, 11 May 2014 13:16:19 +0200 Emmanuel Gil Peyrot Add a hack to prevent `setup.py clean` from compiling Cython files.
Tue, 06 May 2014 20:04:10 +0200 Emmanuel Gil Peyrot Fix Windows and OSX build by making pkg-config optional and assuming every dependency is available.