Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 681954 Details for
Bug 848144
Review Request: SDL2 A cross-platform multimedia library
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
SDL2.spec
SDL2.spec (text/plain), 4.15 KB, created by
Paulo Andrade
on 2013-01-18 01:44:02 UTC
(
hide
)
Description:
SDL2.spec
Filename:
MIME Type:
Creator:
Paulo Andrade
Created:
2013-01-18 01:44:02 UTC
Size:
4.15 KB
patch
obsolete
># Follow pattern of http://www.libsdl.org/tmp/snapshot-2.0.sh >%global sdl_major 2 >%global sdl_minor 0 >%global sdl_patch 0 >%global sdl_rev 6799 >%global sdl_version %{sdl_major}.%{sdl_minor}.%{sdl_patch} > >%global with_tests 0 > >Name: SDL2 >Version: %{sdl_version} >Release: 1.%{sdl_rev}%{?dist} >Summary: Cross-platform multimedia library >Summary(fr): Bibliothèque multimédia multi-plateforme > >License: zlib >URL: http://www.libsdl.org/ >Source0: http://www.libsdl.org/tmp/SDL-%{sdl_version}-%{sdl_rev}.tar.gz >BuildRequires: alsa-lib-devel >BuildRequires: autoconf >BuildRequires: directfb-devel >BuildRequires: dbus-devel >BuildRequires: libusb-devel >BuildRequires: libXcursor-devel >BuildRequires: libXi-devel >BuildRequires: libXinerama-devel >BuildRequires: libXrandr-devel >BuildRequires: libXScrnSaver-devel >BuildRequires: mesa-libGL-devel >BuildRequires: mesa-libGLES-devel >BuildRequires: nas-devel >BuildRequires: pulseaudio-libs-devel >BuildRequires: systemd-devel >BuildRequires: tslib-devel >Requires: alsa-lib >Requires: libXcursor >Requires: libXinerama >Requires: libXi >Requires: libXrandr >Requires: pulseaudio-libs > >%description >Simple DirectMedia Layer (SDL) is a cross-platform multimedia library designed >to provide fast access to the graphics frame buffer and audio device. > >%description -l fr >Simple DirectMedia Layer (SDL) est une bibliothèque multimédia multi-plateforme >afin de fournir un accès rapide à la mémoire tampon de trame graphique et du >périphérique audio. > >%package devel >Summary: Header files and libraries to develop SDL2 applications >Summary(fr): Fichier d'entête et bibliothèque pour développer des applications SDL2 >Requires: %{name}%{?_isa} = %{version}-%{release} > >%description devel >This package provides the libraries, include files, and other resources needed >for developing SDL2 applications. > >%description devel -l fr >Ce paquet fournit les bibliothèques les fichiers d'entêtes et autres afin de >développer des applications SDL2. > >%prep >%setup -q -n SDL-%{version}-%{sdl_rev} > ># Convert to UTF-8 >iconv -f iso-8859-15 -t utf-8 CREDITS > CREDITS_new >mv CREDITS_new CREDITS ># DebugInfo will take too these sources files, they have a wrong permissions 755 ># Sources files should be set to mods 644 >find src \( -name "*.c" -or -name "*.h" \) | xargs chmod 0644 >./autogen.sh > >%build >%configure --disable-rpath ># Kill rpaths >sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool >sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool >make %{?_smp_mflags} > ># For now make it developer mode only (no install neither subpackage) ># as the tests are very simple, but statically linked. >%if %{with_tests} >chmod +x sdl2-config >pushd test > CPPFLAGS=-I$PWD/../include \ > LDFLAGS=-L$PWD/../build/.libs \ > LD_LIBRARY_PATH=$PWD/../build/.libs \ > SDL_CONFIG=$PWD/../sdl2-config \ > %configure > make %{?_smp_mflags} \ > CFLAGS="%{optflags} -I$PWD/../include" \ > LIBS="-L$PWD/../build/.libs -L$PWD/../build -lSDL2_test -lSDL2 -lpthread" >popd >%endif > >%install >make install DESTDIR=%{buildroot} >rm %{buildroot}%{_libdir}/*.a %{buildroot}%{_libdir}/*.la > >%post -p /sbin/ldconfig >%postun -p /sbin/ldconfig > >%files >%doc BUGS COPYING CREDITS README README-SDL.txt >%{_libdir}/libSDL2-2.0.so.0.0.0 >%{_libdir}/libSDL2-2.0.so.0 > >%files devel >%doc README.DirectFB README.gesture README.HG README.touch >%doc TODO UNDER_CONSTRUCTION.txt WhatsNew >%{_libdir}/libSDL2.so >%{_libdir}/pkgconfig/sdl2.pc >%{_includedir}/SDL2 >%{_datadir}/aclocal/sdl2.m4 >%{_bindir}/sdl2-config > >%changelog >* Thu Jan 17 2013 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 2.0.0-1.6799 >- Use upstream snapshot (#848144#c3) >- Add (developer mode only) build of tests (#848144#c8) >- Add missing build requires and requires (#848144#c8) >- Disable rpath (#848144#c9) > >* Tue Aug 14 2012 Jonathan MERCIER <bioinfornatics at gmail.com> - 2-2.20120812hg9612bcd79130 >- Fix Release number >- Comment the chmod command for sources files > >* Tue Aug 14 2012 Jonathan MERCIER <bioinfornatics at gmail.com> - 2-1.20120812hg9612bcd79130.3 >- initial release
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 848144
:
672205
| 681954