Bug 1039702

Summary: Missing Xinerama dependency/support
Product: [Fedora] Fedora Reporter: Bjørne Malmanger <malmanger+redhatbugzilla>
Component: SDL2Assignee: Igor Gnatenko <ignatenko>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 19CC: ignatenko, tcallawa
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: SDL2-2.0.1-2.fc20 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-12 02:54:37 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Bjørne Malmanger 2013-12-09 20:25:12 UTC
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

Comment 1 Igor Gnatenko 2013-12-10 09:26:47 UTC
Thank you! Fixed. Building for F19/F20/Rawhide.

Comment 2 Fedora Update System 2013-12-10 10:33:30 UTC
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

Comment 3 Fedora Update System 2013-12-10 10:35:05 UTC
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

Comment 4 Fedora Update System 2013-12-10 15:52:54 UTC
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).

Comment 5 Fedora Update System 2013-12-12 02:54:37 UTC
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.

Comment 6 Fedora Update System 2013-12-20 02:06:28 UTC
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.