SHA256
1
0
forked from pool/vlc

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

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vlc?expand=0&rev=a54032add2acf63dcb515e606a10f631
This commit is contained in:
OBS User buildservice-autocommit
2018-05-06 12:57:00 +00:00
committed by Git OBS Bridge
parent 2447b0112d
commit 656545e3d1
6 changed files with 104 additions and 51 deletions

View File

@@ -31,7 +31,7 @@
# VNC support - the module is not really usable in most cases tested so far (e.g. against qemu-kvm -vnc :xx)
%bcond_with vnc
Name: vlc
Version: 3.0.1
Version: 3.0.2
Release: 0
Summary: Graphical media player
License: GPL-2.0-or-later AND LGPL-2.1-or-later
@@ -45,8 +45,8 @@ Source2: %{name}-rpmlintrc
Patch0: vlc.a52.patch
# PATCH-FIX-UPSTREAM vlc-allow-deprecated-fribidi.patch dimstar@opensuse.org -- Allow usage of deprecated fribidi functions
Patch1: vlc-allow-deprecated-fribidi.patch
# PATCH-FIX-UPSTREAM add forgotten file
Patch2: arm-neon-asm.patch
# PATCH-FIX-UPSTREAM vlc-lua-5.3.patch dimstar@opensuse.org -- Replace lua_optlong with lua_optinteger
Patch2: vlc-lua-5.3.patch
# PATCH-FEATURE-OPENSUSE vlc-projectM-qt5.patch -- Build against projectM-qt5; openSUSE provides projectM as -qt and -qt5 variant
Patch100: vlc-projectM-qt5.patch
BuildRequires: Mesa-devel
@@ -359,7 +359,6 @@ default when `vlc` is invoked from an X session.
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%if 0%{?suse_version} > 1320
%patch100 -p1
%endif
@@ -368,6 +367,7 @@ default when `vlc` is invoked from an X session.
if pkg-config --atleast-version 5.3.1 lua; then
sed -i 's/luaL_checkint(/(int)luaL_checkinteger(/' \
modules/lua/{demux,libs/{configuration,dialog,net,osd,playlist,stream,variables,volume}}.c
%patch2 -p1
fi
# We do not rely on contrib but make use of system libraries