Accepting request 568201 from home:elvigia:branches:multimedia:xine

- Cleanup buildrequires so neither Mesa-devel nor xorg-x11-devel 
  meta/mega packages are required anymore.

OBS-URL: https://build.opensuse.org/request/show/568201
OBS-URL: https://build.opensuse.org/package/show/multimedia:xine/xine-lib?expand=0&rev=104
This commit is contained in:
Dave Plater 2018-01-23 04:50:40 +00:00 committed by Git OBS Bridge
parent a6603fb585
commit 61e02a4540
2 changed files with 17 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jan 22 15:36:18 UTC 2018 - crrodriguez@opensuse.org
- Cleanup buildrequires so neither Mesa-devel nor xorg-x11-devel
meta/mega packages are required anymore.
-------------------------------------------------------------------
Tue Aug 15 06:43:14 UTC 2017 - olaf@aepfle.de

View File

@ -1,7 +1,7 @@
#
# spec file for package xine-lib
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -47,7 +47,6 @@ BuildRequires: gcc5
%bcond_with directfb
#
BuildRequires: ImageMagick-devel
BuildRequires: Mesa-devel
BuildRequires: alsa-devel
BuildRequires: flac-devel
BuildRequires: giflib-devel
@ -70,9 +69,18 @@ BuildRequires: readline-devel
BuildRequires: speex-devel
BuildRequires: update-desktop-files
BuildRequires: vcdimager-devel
BuildRequires: xorg-x11-devel
BuildRequires: pkgconfig(dvdnav)
BuildRequires: pkgconfig(freetype2)
BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(vpx)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xcb-shape)
BuildRequires: pkgconfig(xcb-shm)
BuildRequires: pkgconfig(xcb-xv)
BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xv)
BuildRequires: pkgconfig(xvmc)
BuildRequires: pkgconfig(zlib)
%if %{with ffmpeg}
BuildRequires: pkgconfig(libavcodec)
BuildRequires: pkgconfig(libavformat)