forked from pool/xine-lib
Accepting request 981090 from multimedia:xine
OBS-URL: https://build.opensuse.org/request/show/981090 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xine-lib?expand=0&rev=83
This commit is contained in:
commit
20ae18adc0
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user