From 6bafa48d3a4733d610fc5f0e852e110c24c8b4c1fc76ea38ea820528e35529f4 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 7 Jun 2022 06:48:31 +0000 Subject: [PATCH] Accepting request 977653 from home:dimstar:Factory - Replace SDL-devel BuildRequires with pkgconfig(sdl): allow to use sdl12_compat as an alternative. OBS-URL: https://build.opensuse.org/request/show/977653 OBS-URL: https://build.opensuse.org/package/show/multimedia:xine/xine-lib?expand=0&rev=140 --- xine-lib.changes | 6 ++++++ xine-lib.spec | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) 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