diff --git a/SDL2.spec b/SDL2.spec index d987ebe..6d72ef9 100644 --- a/SDL2.spec +++ b/SDL2.spec @@ -10,7 +10,7 @@ Name: SDL2 Version: 2.0.18 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Cross-platform multimedia library License: zlib and MIT URL: http://www.libsdl.org/ @@ -106,23 +106,23 @@ export LDFLAGS="%{shrink:%{build_ldflags}}" %cmake \ -DSDL_DLOPEN=ON \ - -DVIDEO_KMSDRM=ON \ - -DARTS=OFF \ - -DESD=OFF \ - -DNAS=OFF \ - -DPULSEAUDIO_SHARED=ON \ - -DJACK_SHARED=ON \ - -DPIPEWIRE_SHARED=ON \ - -DALSA=ON \ - -DVIDEO_WAYLAND=ON \ - -DLIBDECOR_SHARED=ON \ - -DVIDEO_VULKAN=ON \ - -DSSE3=OFF \ - -DRPATH=OFF \ + -DSDL_VIDEO_KMSDRM=ON \ + -DSDL_ARTS=OFF \ + -DSDL_ESD=OFF \ + -DSDL_NAS=OFF \ + -DSDL_PULSEAUDIO_SHARED=ON \ + -DSDL_JACK_SHARED=ON \ + -DSDL_PIPEWIRE_SHARED=ON \ + -DSDL_ALSA=ON \ + -DSDL_VIDEO_WAYLAND=ON \ + -DSDL_LIBDECOR_SHARED=ON \ + -DSDL_VIDEO_VULKAN=ON \ + -DSDL_SSE3=OFF \ + -DSDL_RPATH=OFF \ -DSDL_STATIC=ON \ -DSDL_STATIC_PIC=ON \ %ifarch ppc64le - -DALTIVEC=OFF \ + -DSDL_ALTIVEC=OFF \ %endif %cmake_build @@ -160,6 +160,9 @@ install -p -m 644 %{SOURCE2} %{buildroot}%{_includedir}/SDL2/SDL_revision.h %{_libdir}/lib*.a %changelog +* Wed Dec 01 2021 Neal Gompa - 2.0.18-2 +- Use correct build options + * Wed Dec 01 2021 Neal Gompa - 2.0.18-1 - Update to 2.0.18