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

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vlc?expand=0&rev=7771971bd385f62a52ebdaa811149581
This commit is contained in:
OBS User buildservice-autocommit
2016-05-31 10:09:49 +00:00
committed by Git OBS Bridge
parent 60da34b4d7
commit 135a19214f
3 changed files with 418 additions and 1 deletions

View File

@@ -47,6 +47,8 @@ Patch3: 0001-no-return-in-non-void.patch
Patch4: vlc-2.2.0-fix_deinterlace_mmx.patch
# PATCH-FIX-UPSTREAM vlc-support-qt5.5.patch dimstar@opensuse.org -- The Qt 5.5 packages in Leap and Tumbleweed are patched. Other dists don't have Qt 5.5 yet. Patch from upstream, reverse applied
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
BuildRequires: Mesa-devel
BuildRequires: SDL-devel >= 1.2.10
BuildRequires: aalib-devel
@@ -308,6 +310,9 @@ date
# openSUSE 13.2 (also > 1310) comes with Qt 5.3, so is not affected, but the patch does not harm
%patch5 -p1 -R
%endif
if [ $(gcc -dumpversion) -ge 6 ]; then
%patch6 -p1
fi
### Fix up sources for LUA 5.3
if pkg-config --atleast-version 5.3 lua; then
@@ -437,6 +442,7 @@ export CXXFLAGS="%{optflags}"
%if %{with opengles}
--enable-gles2 \
%endif
--disable-atmo \
%if 0%{?suse_version} > 1140 && 0%{?BUILD_ORIG}
--enable-vdpau \
%else
@@ -1014,7 +1020,6 @@ done
%{_libdir}/vlc/plugins/video_filter/libalphamask_plugin.so
%{_libdir}/vlc/plugins/video_filter/libanaglyph_plugin.so
%{_libdir}/vlc/plugins/video_filter/libantiflicker_plugin.so
%{_libdir}/vlc/plugins/video_filter/libatmo_plugin.so
%{_libdir}/vlc/plugins/video_filter/libaudiobargraph_v_plugin.so
%{_libdir}/vlc/plugins/video_filter/libball_plugin.so
%{_libdir}/vlc/plugins/video_filter/libblend_plugin.so