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)