X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=SDL2.spec;h=daa3e1c22d2a6c1ba8e424591724ea672b1acb4e;hb=refs%2Fheads%2Fmaster;hp=d711c676522116070b5abe58e49173665f756984;hpb=21fb636de570130fa15d233cf96f5493faecc83e;p=packages%2FSDL2.git diff --git a/SDL2.spec b/SDL2.spec index d711c67..8e18949 100644 --- a/SDL2.spec +++ b/SDL2.spec @@ -1,4 +1,3 @@ -# TODO: fcitx # # Conditional build: %bcond_with directfb # DirectFB graphics support @@ -7,11 +6,14 @@ %bcond_with arts # aRts audio support %bcond_with esd # EsounD audio support %bcond_with jack # JACK audio support -%bcond_without gl # OpenGL (GLX) support +%bcond_without opengl # OpenGL (GLX) support %bcond_without gles # OpenGL ES (EGL) support %bcond_with kms # KMS/DRM graphics support +%bcond_without pipewire # Pipewire audio support %bcond_without vulkan # Vulkan graphics support %bcond_without wayland # Wayland graphics support +%bcond_without fcitx # Fcitx IM support +%bcond_without ibus # IBus IM support %bcond_without static_libs # don't build static libraries %bcond_with mmx # MMX instructions %bcond_with sse # SSE instructions @@ -29,6 +31,7 @@ # libfusionsound-*.so --needs patch (-release not supported by configure) # libgbm.so.1 [if with kms] # libjack.so.0 [if with jack] +# libpipewire-0.3.so.0 # libpulse-simple.so.0 # libsamplerate.so.0 # libwayland-client.so.0 [if with wayland] @@ -39,73 +42,74 @@ # libXcursor.so.1 # libXext.so.6 # libXi.so.6 -# libXinerama.so.1 # libXrandr.so.2 # libXrender.so.1 # libXss.so.1 -# libXxf86vm.so.1 %ifarch k6 athlon %define with_3dnow 1 %endif -%ifarch %{x8664} pentium2 pentium3 pentium4 athlon +%ifarch %{x8664} x32 pentium2 pentium3 pentium4 athlon %define with_mmx 1 %endif -%ifarch %{x8664} pentium3 pentium4 +%ifarch %{x8664} x32 pentium3 pentium4 %define with_sse 1 %endif -%ifarch %{x8664} pentium4 +%ifarch %{x8664} x32 pentium4 %define with_sse2 1 %endif Summary: SDL (Simple DirectMedia Layer) - Game/Multimedia Library Summary(pl.UTF-8): SDL (Simple DirectMedia Layer) - Biblioteka do gier/multimediów Summary(zh_CN.UTF-8): SDL (Simple DirectMedia Layer) Generic APIs - 游戏/多媒体库 Name: SDL2 -Version: 2.0.10 +Version: 2.30.3 Release: 1 License: Zlib (BSD-like) Group: Libraries Source0: http://www.libsdl.org/release/%{name}-%{version}.tar.gz -# Source0-md5: 5a2114f2a6f348bdab5bf52b994811db +# Source0-md5: 85ceed58290332fa4ef75a3dabfa1b89 Patch0: %{name}-config.patch -Patch1: %{name}-cflags.patch URL: http://www.libsdl.org/ -%{?with_kms:BuildRequires: Mesa-libgbm-devel >= 9.0.0} +%{?with_kms:BuildRequires: Mesa-libgbm-devel >= 11.1.0} %{?with_directfb:BuildRequires: DirectFB-devel >= 1.0.0} +%if %{with opengl} || %{with gles} +BuildRequires: EGL-devel +%endif %{?with_directfb:BuildRequires: FusionSound-devel >= 1.1.1} -%{?with_gl:BuildRequires: OpenGL-GLX-devel} +%{?with_opengl:BuildRequires: OpenGL-GLX-devel} %{?with_gles:BuildRequires: OpenGLES-devel} %{?with_alsa:BuildRequires: alsa-lib-devel >= 1.0.11} %{?with_arts:BuildRequires: artsc-devel >= 1.1} -BuildRequires: autoconf >= 2.59-9 +BuildRequires: autoconf >= 2.65 BuildRequires: automake BuildRequires: dbus-devel %{?with_esd:BuildRequires: esound-devel >= 0.2.8} +%{?with_fcitx:BuildRequires: fcitx-devel} BuildRequires: gcc >= 5:4.0 -BuildRequires: ibus-devel >= 1.0 +BuildRequires: hidapi-devel +%{?with_ibus:BuildRequires: ibus-devel >= 1.0} %{?with_jack:BuildRequires: jack-audio-connection-kit-devel >= 0.125} -%{?with_kms:BuildRequires: libdrm-devel >= 2.4.46} +%{?with_kms:BuildRequires: libdrm-devel >= 1.4.82} BuildRequires: libsamplerate-devel BuildRequires: libtool >= 2:2.0 %{?with_nas:BuildRequires: nas-devel} BuildRequires: perl-modules +%{?with_pipewire:BuildRequires: pipewire-devel >= 0.3.20} BuildRequires: pkgconfig >= 1:0.7 -BuildRequires: pulseaudio-devel >= 0.9 -BuildRequires: tslib-devel +BuildRequires: pulseaudio-devel >= 0.9.15 +BuildRequires: rpm-build >= 4.6 BuildRequires: udev-devel # wayland-client, wayland-cursor -%{?with_wayland:BuildRequires: wayland-devel} +%{?with_wayland:BuildRequires: wayland-devel >= 1.18} %{?with_wayland:BuildRequires: wayland-egl-devel} BuildRequires: xorg-lib-libX11-devel BuildRequires: xorg-lib-libXScrnSaver-devel BuildRequires: xorg-lib-libXcursor-devel BuildRequires: xorg-lib-libXext-devel BuildRequires: xorg-lib-libXi-devel -BuildRequires: xorg-lib-libXinerama-devel BuildRequires: xorg-lib-libXrandr-devel BuildRequires: xorg-lib-libXrender-devel -BuildRequires: xorg-lib-libXxf86vm-devel %if %{with wayland} -BuildRequires: xorg-lib-libxkbcommon-devel +BuildRequires: xorg-lib-libxkbcommon-devel >= 0.5.0 %endif BuildRequires: xorg-proto-xextproto-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -147,7 +151,6 @@ Summary(zh_CN.UTF-8): SDL (Simple DirectMedia Layer) 开发库 Group: Development/Libraries Requires: %{name} = %{version}-%{release} %{?with_directfb:Requires: DirectFB-devel >= 1.0.0} -Requires: tslib-devel Requires: xorg-lib-libX11-devel Suggests: OpenGL-GLU-devel @@ -201,6 +204,7 @@ Summary(pl.UTF-8): SDL - programy przykładowe License: Public Domain Group: Development/Libraries Requires: %{name}-devel = %{version}-%{release} +BuildArch: noarch %description examples SDL - example programs. @@ -211,7 +215,6 @@ SDL - przykładowe programy. %prep %setup -q %patch0 -p1 -%patch1 -p1 %build %{__libtoolize} @@ -223,9 +226,12 @@ SDL - przykładowe programy. %{!?with_altiveca:--disable-altivec} \ %{!?with_arts:--disable-arts} \ %{!?with_esd:--disable-esd} \ + %{!?with_fcitx:--disable-fcitx} \ + %{!?with_ibus:--disable-ibus} \ %{!?with_jack:--disable-jack} \ %{!?with_mmx:--disable-mmx} \ %{!?with_nas:--disable-nas} \ + %{!?with_pipewire:--disable-pipewire} \ --enable-pthreads \ --enable-pthread-sem \ --disable-rpath \ @@ -235,7 +241,7 @@ SDL - przykładowe programy. %{!?with_static_libs:--disable-static} \ %{!?with_directfb:--disable-video-directfb} \ %{?with_kms:--enable-video-kmsdrm} \ - --enable-video-opengl%{!?with_gl:=no} \ + --enable-video-opengl%{!?with_opengl:=no} \ --enable-video-opengles%{!?with_gles:=no} \ --enable-video-vulkan%{!?with_vulkan:=no} \ --enable-video-wayland%{!?with_wayland:=no} \ @@ -263,7 +269,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) # non-Linux READMEs packaged for portability information -%doc BUGS.txt COPYING.txt CREDITS.txt README*.txt TODO.txt WhatsNew.txt +%doc BUGS.txt CREDITS.txt LICENSE.txt README*.txt TODO.txt WhatsNew.txt %attr(755,root,root) %{_libdir}/libSDL2-2.0.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libSDL2-2.0.so.0