Updating link to change in openSUSE:Factory/vlc revision 71.0

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vlc?expand=0&rev=ca06931e73c0c61fcf4e77939a22ef2b
This commit is contained in:
OBS User buildservice-autocommit
2017-08-24 16:26:26 +00:00
committed by Git OBS Bridge
parent e0b69958ba
commit 47e6d6977c
3 changed files with 48 additions and 0 deletions

View File

@@ -58,6 +58,8 @@ Patch5: vlc-support-qt5.5.patch
# PATCH-FIX-UPSTREAM vlc-gcc6-buildfixes.patch dimstar@opensuse.org -- A collection of upstream commits to fix build with gcc6
Patch6: vlc-gcc6-buildfixes.patch
Patch7: vlc.a52.patch
# PATCH-FIX-OPENSUSE vlc-projectM-qt5.patch -- link to libprojectM-qt5
Patch8: vlc-projectM-qt5.patch
BuildRequires: Mesa-devel
BuildRequires: SDL-devel >= 1.2.10
BuildRequires: aalib-devel
@@ -155,7 +157,11 @@ BuildRequires: pkgconfig(libswscale)
%if 0%{?suse_version} > 1110
%if 0%{?suse_version} != 1315 || 0%{?is_opensuse}
BuildRequires: pkgconfig(SDL_image) >= 1.2.10
%if 0%{?suse_version} > 1320
BuildRequires: pkgconfig(libprojectM-qt5) >= 2.0.0
%else
BuildRequires: pkgconfig(libprojectM) >= 2.0.0
%endif
BuildRequires: pkgconfig(libupnp)
BuildRequires: pkgconfig(opencv) > 2.0
%endif
@@ -360,6 +366,9 @@ if [ $(gcc -dumpversion) -ge 6 ]; then
%patch6 -p1
fi
%patch7 -p1
%if 0%{?suse_version} > 1320
%patch8 -p1
%endif
### Fix up sources for LUA 5.3
if pkg-config --atleast-version 5.3 lua; then