[fofix-commits] [stump/fofix] e9171d: Add a script to build the win32 dependency pack.

noreply at github.com noreply at github.com
Sat Nov 27 08:34:36 UTC 2010


Branch: refs/heads/master
Home:   https://github.com/stump/fofix

Commit: e9171da6b3926e83f95ca7c942c50770545c70c0
    https://github.com/stump/fofix/commit/e9171da6b3926e83f95ca7c942c50770545c70c0
Author: John Stumpo <stump at jstump.com>
Date:   2010-11-26 (Fri, 26 Nov 2010)

Changed paths:
  M .gitignore
  A win32/makedeps-cross.sh
  A win32/makedist.sh

Log Message:
-----------
Add a script to build the win32 dependency pack.


Commit: e30ccb78ac342152b30236672b1427d0ab96e6ef
    https://github.com/stump/fofix/commit/e30ccb78ac342152b30236672b1427d0ab96e6ef
Author: John Stumpo <stump at jstump.com>
Date:   2010-11-26 (Fri, 26 Nov 2010)

Changed paths:
  M src/setup.py

Log Message:
-----------
Add functionality to setup.py for querying pkg-config and convert the cmgl build to use it.


Commit: 7be04bf79251ec8af1e41c4a8375605cd13090b2
    https://github.com/stump/fofix/commit/7be04bf79251ec8af1e41c4a8375605cd13090b2
Author: John Stumpo <stump at jstump.com>
Date:   2010-11-26 (Fri, 26 Nov 2010)

Changed paths:
  M src/setup.py

Log Message:
-----------
Add the new video player's dependency libraries to setup.py.


Commit: 530bb967c7ffa0c77692932ada5e621003019d88
    https://github.com/stump/fofix/commit/530bb967c7ffa0c77692932ada5e621003019d88
Author: John Stumpo <stump at jstump.com>
Date:   2010-11-26 (Fri, 26 Nov 2010)

Changed paths:
  A src/VideoPlayer.h
  A src/VideoPlayerCore.c

Log Message:
-----------
Implement the new video player up to initializing the Theora decoder.


Commit: 7290c20a036bd6168fcaa403f8049292f5c5b4ec
    https://github.com/stump/fofix/commit/7290c20a036bd6168fcaa403f8049292f5c5b4ec
Author: John Stumpo <stump at jstump.com>
Date:   2010-11-26 (Fri, 26 Nov 2010)

Changed paths:
  M src/VideoPlayerCore.c

Log Message:
-----------
Use stdio instead of direct file descriptor manipulation to read the video.


Commit: f241ad12218628051ed7f6d1b05d0ddd3d8ab250
    https://github.com/stump/fofix/commit/f241ad12218628051ed7f6d1b05d0ddd3d8ab250
Author: John Stumpo <stump at jstump.com>
Date:   2010-11-26 (Fri, 26 Nov 2010)

Changed paths:
  M src/VideoPlayer.h
  M src/VideoPlayerCore.c

Log Message:
-----------
Implement enough to get hackish black-and-white video.


Commit: ad1fe9635908792f071b2e0458bbc7aa645d9a12
    https://github.com/stump/fofix/commit/ad1fe9635908792f071b2e0458bbc7aa645d9a12
Author: John Stumpo <stump at jstump.com>
Date:   2010-11-26 (Fri, 26 Nov 2010)

Changed paths:
  M src/VideoPlayerCore.c

Log Message:
-----------
Fix dropping of the first frame of the video.


Commit: 33bdc5d89b24d69c0169c17b61fc0a6ab7077834
    https://github.com/stump/fofix/commit/33bdc5d89b24d69c0169c17b61fc0a6ab7077834
Author: John Stumpo <stump at jstump.com>
Date:   2010-11-26 (Fri, 26 Nov 2010)

Changed paths:
  M src/VideoPlayerCore.c

Log Message:
-----------
Switch to swscale and use it to get power-of-two dimensions.


Commit: 7d0cffdf8e75a57427395eabc474017deed90ed7
    https://github.com/stump/fofix/commit/7d0cffdf8e75a57427395eabc474017deed90ed7
Author: John Stumpo <stump at jstump.com>
Date:   2010-11-26 (Fri, 26 Nov 2010)

Changed paths:
  M win32/makedeps-cross.sh

Log Message:
-----------
Add libswscale to the win32 dependency pack build script.


Commit: 71bb414ef0f2e0a65f5581f36163e4f1a5b234aa
    https://github.com/stump/fofix/commit/71bb414ef0f2e0a65f5581f36163e4f1a5b234aa
Author: John Stumpo <stump at jstump.com>
Date:   2010-11-26 (Fri, 26 Nov 2010)

Changed paths:
  M .gitignore
  R src/VideoPlayer.py
  A src/VideoPlayer.pyx
  M src/setup.py

Log Message:
-----------
Replace the VideoPlayer module with one using the new video playing code.


Commit: da57ae5fbe854f821aa00d5fe55f2aa4f4893184
    https://github.com/stump/fofix/commit/da57ae5fbe854f821aa00d5fe55f2aa4f4893184
Author: John Stumpo <stump at jstump.com>
Date:   2010-11-26 (Fri, 26 Nov 2010)

Changed paths:
  M src/VideoPlayer.h
  M src/VideoPlayerCore.c

Log Message:
-----------
Add functionality to VideoPlayerCore for getting end-of-file status and the video aspect ratio.


Commit: 7a4723496dc91185382a8604f124f1c3bb695a6a
    https://github.com/stump/fofix/commit/7a4723496dc91185382a8604f124f1c3bb695a6a
Author: John Stumpo <stump at jstump.com>
Date:   2010-11-26 (Fri, 26 Nov 2010)

Changed paths:
  R src/tests/VideoPlayerTest.py

Log Message:
-----------
Remove the video player test, which is too specific to the old code.


Commit: 856560da17b660cc901e735d3af965ab66474cd1
    https://github.com/stump/fofix/commit/856560da17b660cc901e735d3af965ab66474cd1
Author: John Stumpo <stump at jstump.com>
Date:   2010-11-26 (Fri, 26 Nov 2010)

Changed paths:
  M src/FoFiX.py

Log Message:
-----------
Convert the intro video player to the new video code and make it cancellable by pressing any key.


Commit: 0742bfdfb34aba5d141a4bf6aea35bd6158ab019
    https://github.com/stump/fofix/commit/0742bfdfb34aba5d141a4bf6aea35bd6158ab019
Author: John Stumpo <stump at jstump.com>
Date:   2010-11-26 (Fri, 26 Nov 2010)

Changed paths:
  M src/Credits.py

Log Message:
-----------
Convert the credits video player to the new code.


Commit: abeab0589aa78e7f5181987f8c7334e3b0d1d5ca
    https://github.com/stump/fofix/commit/abeab0589aa78e7f5181987f8c7334e3b0d1d5ca
Author: John Stumpo <stump at jstump.com>
Date:   2010-11-26 (Fri, 26 Nov 2010)

Changed paths:
  M src/VideoPlayer.pyx

Log Message:
-----------
Add hackish looping to the video player.


Commit: 05676440dc7b33a90a76c5ef76b0690e3199edeb
    https://github.com/stump/fofix/commit/05676440dc7b33a90a76c5ef76b0690e3199edeb
Author: John Stumpo <stump at jstump.com>
Date:   2010-11-26 (Fri, 26 Nov 2010)

Changed paths:
  M src/VideoPlayer.pyx

Log Message:
-----------
Make restart a method of the video layer.


Commit: 2ba0fcda37c73cb69890accd9af3ebf5f2d32451
    https://github.com/stump/fofix/commit/2ba0fcda37c73cb69890accd9af3ebf5f2d32451
Author: John Stumpo <stump at jstump.com>
Date:   2010-11-26 (Fri, 26 Nov 2010)

Changed paths:
  M src/GuitarScene.py
  M src/Stage.py

Log Message:
-----------
Convert the song background video code to the new module.


Commit: c9ad60074f9fdc6e6d9bfab053b7e27958867324
    https://github.com/stump/fofix/commit/c9ad60074f9fdc6e6d9bfab053b7e27958867324
Author: John Stumpo <stump at jstump.com>
Date:   2010-11-26 (Fri, 26 Nov 2010)

Changed paths:
  M src/VideoPlayerCore.c

Log Message:
-----------
Change an OpenGL include to glwrap for Windows compatibility.


Commit: 9ba0b7691d22fe112c90200466eb4d6e688da9f1
    https://github.com/stump/fofix/commit/9ba0b7691d22fe112c90200466eb4d6e688da9f1
Author: John Stumpo <stump at jstump.com>
Date:   2010-11-26 (Fri, 26 Nov 2010)

Changed paths:
  M src/setup.py

Log Message:
-----------
Add support for receiving macro definitions from pkg-config in setup.py.


Commit: 03029b289269c37d2a4e3529782c1e069d5eae10
    https://github.com/stump/fofix/commit/03029b289269c37d2a4e3529782c1e069d5eae10
Author: John Stumpo <stump at jstump.com>
Date:   2010-11-26 (Fri, 26 Nov 2010)

Changed paths:
  M src/setup.py

Log Message:
-----------
Add a define to unbreak compilation with glib under MSVC on Windows.


Commit: 7513ec4d9fe781380a97c0f189d958cd5025bdf5
    https://github.com/stump/fofix/commit/7513ec4d9fe781380a97c0f189d958cd5025bdf5
Author: John Stumpo <stump at jstump.com>
Date:   2010-11-26 (Fri, 26 Nov 2010)

Changed paths:
  M src/FoFiX.py

Log Message:
-----------
Fix loading of modules depending on DLLs from the dependency pack.


Commit: d97eabb0bc76c942f4063b634c349cc5b10f3318
    https://github.com/stump/fofix/commit/d97eabb0bc76c942f4063b634c349cc5b10f3318
Author: John Stumpo <stump at jstump.com>
Date:   2010-11-26 (Fri, 26 Nov 2010)

Changed paths:
  M .gitignore
  A win32/makedefs.py
  M win32/makedeps-cross.sh
  M win32/makedist.sh

Log Message:
-----------
Generate .def files for the dependency DLLs at the end of the cross-build script.


Commit: e93b0b2b0d073ad53f91047b6d0fe1a7290e4b56
    https://github.com/stump/fofix/commit/e93b0b2b0d073ad53f91047b6d0fe1a7290e4b56
Author: John Stumpo <stump at jstump.com>
Date:   2010-11-26 (Fri, 26 Nov 2010)

Changed paths:
  M src/setup.py

Log Message:
-----------
Use the .def files in the dep pack to create MSVC-compatible import libraries if necessary.


Commit: 219488e9d96bf96cb8d269a787ac652bd6d7314e
    https://github.com/stump/fofix/commit/219488e9d96bf96cb8d269a787ac652bd6d7314e
Author: John Stumpo <stump at jstump.com>
Date:   2010-11-26 (Fri, 26 Nov 2010)

Changed paths:
  M src/setup.py

Log Message:
-----------
Add the dependency pack directory to the PATH in setup.py so py2exe picks up necessary DLLs from there.


Commit: 05aa6ff420d7cb40fb055a04159fe021384dadcd
    https://github.com/stump/fofix/commit/05aa6ff420d7cb40fb055a04159fe021384dadcd
Author: John Stumpo <stump at jstump.com>
Date:   2010-11-26 (Fri, 26 Nov 2010)

Changed paths:
  M src/setup.py

Log Message:
-----------
Remove the pygst-related hacks from setup.py now that the pygst code is gone.


Commit: dd3a7d83dcd52db2ed82ae77e8fb72a2876c2763
    https://github.com/stump/fofix/commit/dd3a7d83dcd52db2ed82ae77e8fb72a2876c2763
Author: John Stumpo <stump at jstump.com>
Date:   2010-11-27 (Sat, 27 Nov 2010)

Changed paths:
  M doc/RunningFromSource.mkd

Log Message:
-----------
Update RunningFromSource to reflect the removal of gstreamer and the introduction of the win32 dependency pack.




More information about the fofix-commits mailing list