Name: SDL2 Version: 2.26.5 Release: 1 Summary: Cross-platform multimedia library License: zlib and MIT URL: http://www.libsdl.org/ Source0: http://www.libsdl.org/release/%{name}-%{version}.tar.gz Source1: SDL_config.h Patch0000: multilib.patch Patch0001: SDL2-2.0.22-prefer-wayland.patch BuildRequires: alsa-lib-devel audiofile-devel mesa-libGL-devel BuildRequires: mesa-libGLU-devel mesa-libEGL-devel libglvnd-devel BuildRequires: libXext-devel libX11-devel libXi-devel libXrandr-devel BuildRequires: libXrender-devel libXScrnSaver-devel libusb-devel BuildRequires: libXinerama-devel libXcursor-devel systemd-devel %ifarch loongarch64 BuildRequires: pkgconfig(libpulse-simple) %else BuildRequires: pkgconfig(libpulse-simple) pkgconfig(jack) %endif BuildRequires: pkgconfig(dbus-1) pkgconfig(ibus-1.0) BuildRequires: pkgconfig(wayland-client) pkgconfig(wayland-egl) BuildRequires: pkgconfig(wayland-cursor) pkgconfig(wayland-protocols) BuildRequires: pkgconfig(wayland-scanner) pkgconfig(xkbcommon) BuildRequires: vulkan-devel mesa-libgbm-devel libdrm-devel %description Simple DirectMedia Layer (SDL) is a cross-platform multimedia library designed to provide fast access to the graphics frame buffer and audio device. %package devel Summary: Files needed to develop Simple DirectMedia Layer applications Requires: %{name} = %{version}-%{release} Requires: mesa-libEGL-devel mesa-libGLES-devel libX11-devel Provides: %{name}-static = %{version}-%{release} Obsoletes: %{name}-static < %{version}-%{release} %description devel Simple DirectMedia Layer (SDL) is a cross-platform multimedia library designed to provide fast access to the graphics frame buffer and audio device. This package provides the libraries, include files, and other resources needed for developing SDL applications. %package static Summary: Static libraries for SDL2 %description static Static libraries for SDL2. %prep %autosetup -p1 sed -i -e 's/\r//g' TODO.txt README.md WhatsNew.txt BUGS.txt LICENSE.txt CREDITS.txt README-SDL.txt %build # Deal with whitespaces export LDFLAGS="%{shrink:%{build_ldflags}}" %cmake -DSDL_DLOPEN=ON \ -DSDL_VIDEO_KMSDRM=ON \ -DSDL_ARTS=OFF \ -DSDL_ESD=OFF \ -DSDL_NAS=OFF \ -DSDL_PULSEAUDIO_SHARED=ON \ -DSDL_JACK_SHARED=ON \ -DSDL_PIPEWIRE_SHARED=OFF \ -DSDL_ALSA=ON \ -DSDL_VIDEO_WAYLAND=ON \ -DSDL_LIBDECOR_SHARED=OFF \ -DSDL_VIDEO_VULKAN=ON \ -DSDL_SSE3=OFF \ -DSDL_RPATH=OFF \ -DSDL_STATIC=ON \ -DSDL_STATIC_PIC=ON make %{?_smp_mflags} %install %make_install mv %{buildroot}%{_includedir}/SDL2/SDL_config.h %{buildroot}%{_includedir}/SDL2/SDL_config-%{_arch}.h install -pm 0644 %{SOURCE1} %{buildroot}%{_includedir}/SDL2/SDL_config.h rm -vf %{buildroot}%{_libdir}/*.la %ldconfig_scriptlets %files %license LICENSE.txt %doc BUGS.txt CREDITS.txt README-SDL.txt %{_libdir}/lib*.so.* %files devel %doc README.md TODO.txt WhatsNew.txt %{_bindir}/*-config %{_libdir}/lib*.so %{_libdir}/pkgconfig/sdl2.pc %{_libdir}/cmake/SDL2/ %{_includedir}/SDL2 %{_datadir}/aclocal/* %files static %license LICENSE.txt %{_libdir}/lib*.a %changelog * Wed Jun 07 2023 misaka00251 - 2.26.5-1 - Update to 2.26.5 - Fix yaml & changelog date * Mon Apr 24 2023 panchenbo - 2.0.12-7 - add sw_64 support * Thu Mar 02 2023 Wenlong Zhang - 2.0.12-6 - add loongarch support * Tue Jan 10 2023 jiangpeng - 2.0.12-5 - fix CVE-2022-4743 * Mon Apr 11 2022 yaoxin - 2.0.12-4 - Fix CVE-2020-14409 CVE-2020-14410 * Tue Mar 15 2022 yuanxin - 2.0.12-3 - Type:CVE - ID:NA - SUG:NA - DESC:Fix CVE-2021-33657 * Sat Jan 8 2022 zhouwenpei - 2.0.12-2 - Fix build against wayland * Mon Nov 16 2020 Zhiyi Weng - 2.0.12-1 - Update to 2.0.12 * Thu Aug 6 2020 xinghe - 2.0.8-10 - Type:bugfix - ID:NA - SUG:NA - DESC:replace mesa-libELES-devel to libglvnd-devel * Wed Mar 18 2020 openEuler Buildteam - 2.0.8-9 - Type:CVE - ID:NA - SUG:NA - DESC:Fix CVE-2019-13616 * Mon Feb 24 2020 yuxiangyang - 2.0.8-8 - Delete buildrequires for jack-audio-connection-kit * Fri Nov 29 2019 lijin Yang - 2.0.8-7 - Package Init