Search Criteria
Package Details: python-sfml-git 20150820-1
Git Clone URL: | https://aur.archlinux.org/python-sfml-git.git (read-only, click to copy) |
---|---|
Package Base: | python-sfml-git |
Description: | The unofficial Python binding for SFML |
Upstream URL: | http://python-sfml.org |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | Tetsumi |
Maintainer: | Tetsumi |
Last Packager: | Tetsumi |
Votes: | 2 |
Popularity: | 0.000002 |
First Submitted: | 2015-09-18 19:07 |
Last Updated: | 2015-09-18 19:10 |
Dependencies (4)
- python (python-dbg)
- sfml (sfml-rpi-git, csfml-bin, sfml-bin, sfml-git)
- cython (cython-kivy, cython-git) (make)
- git (git-git) (make)
Latest Comments
necklace commented on 2017-04-08 13:47
Breaks:
/aur-sfemovie-git/src/sfeMovie/src/VideoStream.cpp:280:90: error: ‘PIX_FMT_RGBA’ was not declared in this scope
m_stream->codec->width, m_stream->codec->height, PIX_FMT_RGBA,
^~~~~~~~~~~~
make[2]: *** [CMakeFiles/sfeMovie.dir/build.make:351: CMakeFiles/sfeMovie.dir/src/VideoStream.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:68: CMakeFiles/sfeMovie.dir/all] Error 2
make: *** [Makefile:150: all] Error 2
baptabl commented on 2016-07-16 21:05
I'm struggling with compilation on a cython error. Any idea, anyone? here is the error:
cythoning src/sfml/graphics/graphics.pyx to src/sfml/graphics/graphics.cpp
Error compiling Cython file:
------------------------------------------------------------
...
cdef extern from "pysfml/window/window_api.h":
cdef void import_sfml__window()
cdef VideoMode wrap_videomode(sf.VideoMode *p, bint d)
cdef ContextSettings wrap_contextsettings(sf.ContextSettings *v)
cdef Pixels wrap_pixels(Uint8 *p, unsigned int w, unsigned int h)
^
------------------------------------------------------------
include/Includes/pysfml/window.pxd:32:9: 'Pixels' is not a type identifier
building 'sfml.graphics' extension
gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Iinclude/Includes -I/usr/include/python2.7 -Ibuild/temp.linux-x86_64-2.7/include -Ibuild/temp.linux-x86_64-2.7/include -Ibuild/temp.linux-x86_64-2.7/include -c src/sfml/graphics/graphics.cpp -o build/temp.linux-x86_64-2.7/src/sfml/graphics/graphics.o
src/sfml/graphics/graphics.cpp:1:2: error Do not use this file, it is the result of a failed Cython compilation.