forked from pool/xine-lib
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
This commit is contained in:
parent
6a11155709
commit
6bafa48d3a
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 17 07:08:56 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- 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 <wbauer@tmo.at>
|
Tue Mar 15 10:46:27 UTC 2022 - Wolfgang Bauer <wbauer@tmo.at>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xine-lib
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -48,7 +48,6 @@ BuildRequires: libcdio-devel
|
|||||||
BuildRequires: libdrm-devel
|
BuildRequires: libdrm-devel
|
||||||
BuildRequires: libmng-devel
|
BuildRequires: libmng-devel
|
||||||
BuildRequires: libmpcdec-devel
|
BuildRequires: libmpcdec-devel
|
||||||
BuildRequires: pkgconfig(smbclient)
|
|
||||||
BuildRequires: libtheora-devel
|
BuildRequires: libtheora-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: libv4l-devel >= 0.8.4
|
BuildRequires: libv4l-devel >= 0.8.4
|
||||||
@ -69,6 +68,7 @@ BuildRequires: pkgconfig(libavutil)
|
|||||||
BuildRequires: pkgconfig(libbluray)
|
BuildRequires: pkgconfig(libbluray)
|
||||||
BuildRequires: pkgconfig(libpostproc)
|
BuildRequires: pkgconfig(libpostproc)
|
||||||
BuildRequires: pkgconfig(mad)
|
BuildRequires: pkgconfig(mad)
|
||||||
|
BuildRequires: pkgconfig(smbclient)
|
||||||
BuildRequires: pkgconfig(vpx)
|
BuildRequires: pkgconfig(vpx)
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
BuildRequires: pkgconfig(xcb-shape)
|
BuildRequires: pkgconfig(xcb-shape)
|
||||||
@ -88,7 +88,7 @@ BuildRequires: pkgconfig(vdpau)
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: libpulse-devel
|
BuildRequires: libpulse-devel
|
||||||
%if %{with sdl}
|
%if %{with sdl}
|
||||||
BuildRequires: SDL-devel
|
BuildRequires: pkgconfig(sdl)
|
||||||
%endif
|
%endif
|
||||||
%if %{with jack}
|
%if %{with jack}
|
||||||
BuildRequires: libjack-devel
|
BuildRequires: libjack-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user