Re: [pygame] Update on Pygame builds

2014-12-18 Thread Lenard Lindstrom
Hi Paul, The Windows pre-built are the external libraries pygame depends upon, such as SDL, SDL_image, libpng, freetype2. You can find a list in the prebuilt-template subdirectory. These are included in the Windows installer as pre-built dlls. When doing a Windows build with setup.py, the scr

Re: [pygame] Update on Pygame builds

2014-12-18 Thread Paul Vincent Craven
I'm working on the script now to add 2.6, 3.2, msi installers. I don't quiet understand the issue with Windows pre-built. I'll look at it more. Paul Vincent Craven > On Dec 18, 2014, at 7:43 AM, René Dudfield wrote: > > Hi, > > Another repository would be better for windows prebuilt? I have

Re: [pygame] Update on Pygame builds

2014-12-18 Thread René Dudfield
Hi, Another repository would be better for windows prebuilt? I have some prebuilt mac stuff I could add to a separate repo too. Although maybe I'll stick with source there though. Paul.Craven should be able to do stuff with Pygame pypi now. Unfortunately it's 'Pygame' and not 'pygame', but I gues

Re: [pygame] Update on Pygame builds

2014-12-17 Thread Paul Vincent Craven
Success! I got AppVeyor to build and upload a wheel to testPyPi: https://ci.appveyor.com/project/pvcraven/pygame/build/1.0.19 Before I create an pull request, I have a question over the "prebuilt" support. I modified two .h files, and have the files checked into version control. What do we want f

Re: [pygame] Update on Pygame builds

2014-12-17 Thread Paul Vincent Craven
I'll be working on the build-bots more today. My AppVeyor page: https://ci.appveyor.com/project/pvcraven/pygame/history The code: https://bitbucket.org/pcraven/pygame Important files are "appveyor.yml" and the appveyor directory. I'm creating pull requests as I figure things out. I think the cu

Re: [pygame] Update on Pygame builds

2014-12-17 Thread René Dudfield
Here's a start of linking to the buildbots... http://www.pygame.org/wiki/Hacking#Buildbots,%20pygame%20compiled%20on%20every%20change

Re: [pygame] Update on Pygame builds

2014-12-17 Thread René Dudfield
Hi, very nice work. Are you able to tell something about what/how you got AppVeyor, and the windows binary wheel working? https://bitbucket.org/pygame/pygame/issue/154/set-up-more-build-bots I've started working on a page which links to all the different buildbot pages(the travisci ones, launchp

Re: [pygame] Update on Pygame builds

2014-12-16 Thread claudio canepa
Great ! and thanks for all the work On Wed, Dec 17, 2014 at 12:00 AM, Paul Vincent Craven wrote: > > I spent the today continuing to work on builds and packaging. > >- I can get pygame to build on Linux and push to PyPi Test server >successfully. >- I can get it to build on Travis-CI

[pygame] Update on Pygame builds

2014-12-16 Thread Paul Vincent Craven
I spent the today continuing to work on builds and packaging. - I can get pygame to build on Linux and push to PyPi Test server successfully. - I can get it to build on Travis-CI successfully and run tests. But I haven't tried pushing it from there. - I can get Pygame to build and w