|
|
|
@ -29,7 +29,7 @@
|
|
|
|
|
%global _with_freerdp 1
|
|
|
|
|
%global _with_projectm 1
|
|
|
|
|
%global _with_schroedinger 1
|
|
|
|
|
%global _with_wayland 0
|
|
|
|
|
%global _with_wayland 1
|
|
|
|
|
%endif
|
|
|
|
|
%ifarch x86_64 i686
|
|
|
|
|
%global _with_crystalhd 1
|
|
|
|
@ -44,6 +44,8 @@ License: GPLv2+
|
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
|
URL: http://www.videolan.org
|
|
|
|
|
Source0: %{vlc_url}/%{?!vlc_rc:%{version}/}vlc-%{version}%{?vlc_rc}.tar.xz
|
|
|
|
|
#https://trac.videolan.org/vlc/ticket/18383
|
|
|
|
|
Patch0: 0001-qt-Prefer-XCB-over-Wayland.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
|
BuildRequires: libappstream-glib
|
|
|
|
@ -250,6 +252,7 @@ VLC media player extras modules.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n %{name}-%{version}%{?vlc_rc:-git}
|
|
|
|
|
%patch0 -p1 -b .wl
|
|
|
|
|
%{?_with_bootstrap:
|
|
|
|
|
rm aclocal.m4 m4/lib*.m4 m4/lt*.m4 || :
|
|
|
|
|
./bootstrap
|
|
|
|
|