diff --git a/xine-lib.changes b/xine-lib.changes index fd3e721..bd189b4 100644 --- a/xine-lib.changes +++ b/xine-lib.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue May 17 07:08:56 UTC 2022 - Dominique Leuenberger + +- Replace SDL-devel BuildRequires with pkgconfig(sdl): allow to use + sdl12_compat as an alternative. + ------------------------------------------------------------------- Tue Mar 15 10:46:27 UTC 2022 - Wolfgang Bauer diff --git a/xine-lib.spec b/xine-lib.spec index b313cdb..0acb87d 100644 --- a/xine-lib.spec +++ b/xine-lib.spec @@ -1,7 +1,7 @@ # # spec file for package xine-lib # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -48,7 +48,6 @@ BuildRequires: libcdio-devel BuildRequires: libdrm-devel BuildRequires: libmng-devel BuildRequires: libmpcdec-devel -BuildRequires: pkgconfig(smbclient) BuildRequires: libtheora-devel BuildRequires: libtool BuildRequires: libv4l-devel >= 0.8.4 @@ -69,6 +68,7 @@ BuildRequires: pkgconfig(libavutil) BuildRequires: pkgconfig(libbluray) BuildRequires: pkgconfig(libpostproc) BuildRequires: pkgconfig(mad) +BuildRequires: pkgconfig(smbclient) BuildRequires: pkgconfig(vpx) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xcb-shape) @@ -88,7 +88,7 @@ BuildRequires: pkgconfig(vdpau) %endif BuildRequires: libpulse-devel %if %{with sdl} -BuildRequires: SDL-devel +BuildRequires: pkgconfig(sdl) %endif %if %{with jack} BuildRequires: libjack-devel