Hide Forgot
Description of problem: SDL2 Build is missing dependency for libXinerama which in the ends up in Xinerama functionality Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. create a C application with the following code: someInteger = SDL_GetNumVideoDisplays(); Actual results: 2. without Xinerama support I get someInteger = 1 Expected results: 3. with Xinerama support I get someInteger = 3 Additional info: Suggested fix: to SDL2.spec file add the following: BuildRequires: libXinerama-devel And under "%package devel" add: Requires: libXinerama-devel
Thank you! Fixed. Building for F19/F20/Rawhide.
SDL2-2.0.1-2.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/SDL2-2.0.1-2.fc19
SDL2-2.0.1-2.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/SDL2-2.0.1-2.fc20
Package SDL2-2.0.1-2.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing SDL2-2.0.1-2.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-23096/SDL2-2.0.1-2.fc20 then log in and leave karma (feedback).
SDL2-2.0.1-2.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report.
SDL2-2.0.1-2.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report.