or
libsmpeg. It's corrected for use with the following pygame patch.
From bb7b799281949d0959922cd40c158102e8876149 Mon Sep 17 00:00:00 2001
From: Kei Kebreau
Date: Fri, 29 Jul 2016 17:01:51 -0400
Subject: [PATCH] gnu: Add libsmpeg.
* gnu/packages/video.scm (libsmpeg): New variable.
---
gnu/pack
>>> 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
00
Subject: [PATCH] gnu: Add libsmpeg.
* gnu/packages/video.scm (libsmpeg): New variable.
---
gnu/packages/video.scm | 38 ++
1 file changed, 38 insertions(+)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index d36400c..943ff26 100644
--- a/gnu/packages
11 matches
Mail list logo