From 61e02a4540a9f8d788abc27ceb4408cbb35d3510be8c3b938aa1af6597d63823 Mon Sep 17 00:00:00 2001 From: Dave Plater Date: Tue, 23 Jan 2018 04:50:40 +0000 Subject: [PATCH] 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 --- xine-lib.changes | 6 ++++++ xine-lib.spec | 14 +++++++++++--- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/xine-lib.changes b/xine-lib.changes index 6002fbc..b1a441e 100644 --- a/xine-lib.changes +++ b/xine-lib.changes @@ -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 diff --git a/xine-lib.spec b/xine-lib.spec index 7d5309d..7e8d0b6 100644 --- a/xine-lib.spec +++ b/xine-lib.spec @@ -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)