Update to 20170622

Disable wayland
el8
Nicolas Chauvet 8 years ago
parent 1ca99a17c8
commit d7e2d9788d

@ -1 +1 @@
9ab20cd4701953312516a55c253981df vlc-3.0.0-20170601-0240-git.tar.xz
bdfcc87417a09e5d2eff2eb488364214 vlc-3.0.0-20170622-0939-git.tar.xz

@ -1,5 +1,5 @@
%global vlc_date 20170601
%global vlc_rc -%{?vlc_date}-0240-git
%global vlc_date 20170622
%global vlc_rc -%{?vlc_date}-0939-git
%if 0%{?vlc_rc:1}
%global vlc_url http://nightlies.videolan.org/build/source/
%else
@ -29,7 +29,7 @@
%global _with_freerdp 1
%global _with_projectm 1
%global _with_schroedinger 1
%global _with_wayland 1
%global _with_wayland 0
%endif
%ifarch x86_64 i686
%global _with_crystalhd 1
@ -39,7 +39,7 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
Version: 3.0.0
Release: 0.26%{?vlc_date:snap.%{vlc_date}git}%{?dist}
Release: 0.28%{?vlc_date:.git%{vlc_date}}%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.videolan.org
@ -183,11 +183,13 @@ BuildRequires: xorg-x11-proto-devel
%{?_with_workaround_circle_deps:BuildRequires: phonon-backend-gstreamer}
%{?_with_wayland:
# Fedora 25 Workstation default to wayland but not all
# Boolean deps will handle this better when allowed
%if 0%{?fedora} >= 25
Recommends: qt5-qtwayland%{_isa}
%endif
}
Provides: %{name}-xorg%{_isa} = %{version}-%{release}
@ -546,6 +548,11 @@ fi || :
%changelog
* Thu Jun 22 2017 Nicolas Chauvet <kwizart@gmail.com> - 3.0.0-0.28.git20170622
- Update snapshoot
- Disable wayland support for now
- Update release field
* Thu Jun 01 2017 Nicolas Chauvet <kwizart@gmail.com> - 3.0.0-0.2620170601git
- Update to 20170601 snapshot

Loading…
Cancel
Save