Bug 1039702 - Missing Xinerama dependency/support
Summary: Missing Xinerama dependency/support
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: SDL2
Version: 19
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Igor Gnatenko
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-09 20:25 UTC by Bjørne Malmanger
Modified: 2013-12-20 02:06 UTC (History)
2 users (show)

Fixed In Version: SDL2-2.0.1-2.fc20
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-12-12 02:54:37 UTC
Type: Bug


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.