X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=SDL2.spec;h=d2d116de118b7eaab5d8d8190ca097976a6c5d14;hb=HEAD;hp=87a794f66eae490006d87fc91c823c1186d3a6d8;hpb=a50654fd7d6142c8676a5aa1a4ed0e5609f51431;p=packages%2FSDL2.git diff --git a/SDL2.spec b/SDL2.spec index 87a794f..8e18949 100644 --- a/SDL2.spec +++ b/SDL2.spec @@ -9,6 +9,7 @@ %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 @@ -60,12 +61,12 @@ 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.26.4 +Version: 2.30.3 Release: 1 License: Zlib (BSD-like) Group: Libraries Source0: http://www.libsdl.org/release/%{name}-%{version}.tar.gz -# Source0-md5: a8a81a12f3181071fe87ef2eab1202b9 +# Source0-md5: 85ceed58290332fa4ef75a3dabfa1b89 Patch0: %{name}-config.patch URL: http://www.libsdl.org/ %{?with_kms:BuildRequires: Mesa-libgbm-devel >= 11.1.0} @@ -78,7 +79,7 @@ BuildRequires: EGL-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} @@ -92,9 +93,9 @@ BuildRequires: libsamplerate-devel BuildRequires: libtool >= 2:2.0 %{?with_nas:BuildRequires: nas-devel} BuildRequires: perl-modules -BuildRequires: pipewire-devel >= 0.3.20 +%{?with_pipewire:BuildRequires: pipewire-devel >= 0.3.20} BuildRequires: pkgconfig >= 1:0.7 -BuildRequires: pulseaudio-devel >= 0.9 +BuildRequires: pulseaudio-devel >= 0.9.15 BuildRequires: rpm-build >= 4.6 BuildRequires: udev-devel # wayland-client, wayland-cursor @@ -230,6 +231,7 @@ SDL - przykładowe programy. %{!?with_jack:--disable-jack} \ %{!?with_mmx:--disable-mmx} \ %{!?with_nas:--disable-nas} \ + %{!?with_pipewire:--disable-pipewire} \ --enable-pthreads \ --enable-pthread-sem \ --disable-rpath \