SHA256
1
0
forked from pool/vlc

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

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vlc?expand=0&rev=d30ea85f9d9fae7d16fd8343405a739e
This commit is contained in:
OBS User buildservice-autocommit
2019-06-18 12:55:34 +00:00
committed by Git OBS Bridge
parent 216c854d63
commit 25c360688e
7 changed files with 50 additions and 91 deletions

View File

@@ -13,7 +13,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -33,7 +33,7 @@
%bcond_with faad
%bcond_with fdk_aac
Name: vlc
Version: 3.0.6
Version: 3.0.7.1
Release: 0
Summary: Graphical media player
License: GPL-2.0-or-later AND LGPL-2.1-or-later
@@ -57,10 +57,6 @@ Patch100: vlc-projectM-qt5.patch
Patch101: 0001-Fix-leaking-AvahiServiceResolver-in-the-error-paths.patch
# PATCH-FIX-UPSTREAM 0002-Add-Avahi-implementation-for-chromecast-renderer-dis.patch -- Use Avahi for discovery, microdns is not available
Patch102: 0002-Add-Avahi-implementation-for-chromecast-renderer-dis.patch
# PATCH-FIX-UPSTREAM 0001-codec-vpx-Detect-libvpx-1.8.0.patch -- Fix building vlc with libvpx 1.8.0
Patch103: 0001-codec-vpx-Detect-libvpx-1.8.0.patch
# PATCH-FIX-UPSTREAM vlc-libssh2-ECDSA-version.patch dimstar@opensuse.org -- sftp: fix version for ECDSA known hosts (fixes #22060)
Patch104: vlc-libssh2-ECDSA-version.patch
BuildRequires: Mesa-devel
BuildRequires: SDL-devel >= 1.2.10
BuildRequires: aalib-devel
@@ -225,15 +221,15 @@ BuildRequires: pkgconfig(ncursesw)
# Those are dependencies which are NOT provided in openSUSE, mostly for legal reasons.
%if 0%{?BUILD_ORIG}
BuildRequires: libxvidcore-devel
BuildRequires: pkgconfig(libdca) >= 0.0.5
BuildRequires: pkgconfig(x264) >= 0.8.6
BuildRequires: pkgconfig(x265)
%if %{with faad}
BuildRequires: libfaad-devel
%endif
%if %{with fdk_aac}
BuildRequires: pkgconfig(fdk-aac)
%endif
BuildRequires: pkgconfig(libdca) >= 0.0.5
BuildRequires: pkgconfig(x264) >= 0.8.6
BuildRequires: pkgconfig(x265)
%endif
%description
@@ -389,8 +385,6 @@ default when `vlc` is invoked from an X session.
%endif
%patch101 -p1
%patch102 -p1
%patch103 -p1
%patch104 -p1
### And LUA 5.3.1 has some more API changes
if pkg-config --atleast-version 5.3.1 lua; then