Vincent Legoll writes:
I see 2 solutions
>>>
>>> The other solution could be to patch the setup.py script, if you
>>> want to do that I'll tell you what to change
>>
>> I want to try patching the setup.py script, that way I could see how
>> pygame tries to detect the libraries that it says a
>>> I see 2 solutions
>>
>> The other solution could be to patch the setup.py script, if you
>> want to do that I'll tell you what to change
>
> I want to try patching the setup.py script, that way I could see how
> pygame tries to detect the libraries that it says are missing.
Could you try the a
Vincent Legoll writes:
>> I see 2 solutions
>
> The other solution could be to patch the setup.py script, if you
> want to do that I'll tell you what to change
I want to try patching the setup.py script, that way I could see how
pygame tries to detect the libraries that it says are missing.
--
Pygame seems popular, it was also on my backburner list todo. In the AUR¹
there's acutally a package for 1.9.2pre20141217-1, which doesn't have a
dependancy on smpeg. When I tried building pygame with smpeg pygame
couldn't find it, and I also ran into problems with the sdl inputs.
¹ https://aur.a
Hello Kei,
I had patches for PyGame including SMPEG as well. Here's what I did:
(define-public python-pygame
(package
(name "python-pygame")
(version "1.9.1")
(source (origin
(method url-fetch)
(uri (string-append
"https://github.com/
> I see 2 solutions
The other solution could be to patch the setup.py script, if you
want to do that I'll tell you what to change
--
Vincent Legoll
> reply = raw_input('\n' + message + ' [Y/n]:')
> EOFError: EOF when reading a line
That setup.py is handcrafted, and is interactive. It asks a
question to the user and waits for a keypress in return.
And it looks like it is getting EOF instead of a keypress.
I see 2 solutions, either you fi
Vincent Legoll writes:
>> Pygame's config.py is not finding smpeg-config. This will be fun! Anyone
>> with skill in Python is welcome to offer me assistance!
>
> Maybe I can help, could you elaborate on how to reproduce ?
Sure. Apply the libsmpeg patch and the attached Pygame patch to a copy
of
> Pygame's config.py is not finding smpeg-config. This will be fun! Anyone
> with skill in Python is welcome to offer me assistance!
Maybe I can help, could you elaborate on how to reproduce ?
--
Vincent Legoll
Kei Kebreau writes:
> This is a preliminary patch for pygame. I don't really have a test case
> for it outside of (hopefully) a successful build of pygame. We'll see
> how it goes.
Pygame's config.py is not finding smpeg-config. This will be fun! Anyone
with skill in Python is welcome to offer m
10 matches
Mail list logo