[vlc/f26] Add patch
by Nicolas Chauvet
Summary of changes:
e473e9b... Add patch (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 5 months
[vlc] Add patch
by Nicolas Chauvet
commit e473e9b49a6347d5348cc504d4f2fb4e6fc323d2
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sat Jun 24 08:58:50 2017 +0200
Add patch
0001-qt-Prefer-XCB-over-Wayland.patch | 43 +++++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
---
diff --git a/0001-qt-Prefer-XCB-over-Wayland.patch b/0001-qt-Prefer-XCB-over-Wayland.patch
new file mode 100644
index 0000000..71872c0
--- /dev/null
+++ b/0001-qt-Prefer-XCB-over-Wayland.patch
@@ -0,0 +1,43 @@
+From 781dee40c6f32941207322561ebab7166a90569c Mon Sep 17 00:00:00 2001
+From: Martin Briza <mbriza(a)redhat.com>
+Date: Fri, 23 Jun 2017 16:30:09 +0200
+Subject: [PATCH] qt: Prefer XCB over Wayland
+
+Wayland users now have no choice (except setting WAYLAND_DISPLAY to '') how to avoid getting VLC under Wayland which may not be optimal yet.
+
+This patch ensures the XCB backend is preferred. This means the developers who want to work on Wayland support will have to clear their DISPLAY variable instead.
+
+Related to https://trac.videolan.org/vlc/ticket/18383 .
+---
+ modules/gui/qt/qt.cpp | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/modules/gui/qt/qt.cpp b/modules/gui/qt/qt.cpp
+index 2ad68eb401..3224361ecb 100644
+--- a/modules/gui/qt/qt.cpp
++++ b/modules/gui/qt/qt.cpp
+@@ -411,16 +411,16 @@ static int Open( vlc_object_t *p_this, bool isDialogProvider )
+ intf_thread_t *p_intf = (intf_thread_t *)p_this;
+ void *(*thread)(void *) = Thread;
+
+-#ifdef QT5_HAS_WAYLAND
+- if( HasWayland() )
+- thread = ThreadWayland;
+- else
+-#endif
+ #ifdef QT5_HAS_X11
+ if( HasX11( p_this ) )
+ thread = ThreadXCB;
+ else
+ #endif
++#ifdef QT5_HAS_WAYLAND
++ if( HasWayland() )
++ thread = ThreadWayland;
++ else
++#endif
+ #if defined (QT5_HAS_X11) || defined (QT5_HAS_WAYLAND)
+ return VLC_EGENERIC;
+ #endif
+--
+2.13.0
+
7 years, 5 months
[vlc/f26] (2 commits) ...Update changelog
by Nicolas Chauvet
Summary of changes:
7e3651d... Restore wayland with a patch - rhbz#4552 (*)
fc67f81... Update changelog (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 5 months
[vlc] Update changelog
by Nicolas Chauvet
commit fc67f81ff36ecf211069c7094c3ba41f63854577
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sat Jun 24 08:46:11 2017 +0200
Update changelog
vlc.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/vlc.spec b/vlc.spec
index 524564e..458404a 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -39,7 +39,7 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
Version: 3.0.0
-Release: 0.28%{?vlc_date:.git%{vlc_date}}%{?dist}
+Release: 0.29%{?vlc_date:.git%{vlc_date}}%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.videolan.org
@@ -551,6 +551,9 @@ fi || :
%changelog
+* Sat Jun 24 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 3.0.0-0.29.git20170622
+- Restore wayland with a patch - rhbz#4552
+
* Thu Jun 22 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 3.0.0-0.28.git20170622
- Update snapshoot
- Disable wayland support for now
7 years, 5 months
[vlc] Restore wayland with a patch - rhbz#4552
by Nicolas Chauvet
commit 7e3651dbf73be9eae6e52f49f3dfb7930f3257c7
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sat Jun 24 08:35:14 2017 +0200
Restore wayland with a patch - rhbz#4552
vlc.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/vlc.spec b/vlc.spec
index 3b47c7e..524564e 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -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
7 years, 5 months
[rpmfusion-nonfree-release] Add type to rawhide .repo file too
by Nicolas Chauvet
commit 4eb410014720b48d7e9bc0a8fd05268de380fdcf
Author: Christian Stadelmann <dev(a)genodeftest.de>
Date: Mon Apr 24 10:05:58 2017 +0200
Add type to rawhide .repo file too
rpmfusion-nonfree-rawhide.repo | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/rpmfusion-nonfree-rawhide.repo b/rpmfusion-nonfree-rawhide.repo
index f1fba14..4eb0445 100644
--- a/rpmfusion-nonfree-rawhide.repo
+++ b/rpmfusion-nonfree-rawhide.repo
@@ -3,6 +3,7 @@ name=RPM Fusion for Fedora Rawhide - Nonfree
#baseurl=http://download1.rpmfusion.org/nonfree/fedora/development/$basearch/os/
metalink=https://mirrors.rpmfusion.org/metalink?repo=nonfree-fedora-rawhi...
enabled=1
+type=rpm-md
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-latest file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-rawhide
7 years, 5 months
[rpmfusion-free-release] Add type to rawhide .repo file too
by Nicolas Chauvet
commit f6d455caeaf548917e5a0ca18e797f52e00d3ac0
Author: Christian Stadelmann <dev(a)genodeftest.de>
Date: Mon Apr 24 10:05:30 2017 +0200
Add type to rawhide .repo file too
rpmfusion-free-rawhide.repo | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/rpmfusion-free-rawhide.repo b/rpmfusion-free-rawhide.repo
index 773b201..ce01e7e 100644
--- a/rpmfusion-free-rawhide.repo
+++ b/rpmfusion-free-rawhide.repo
@@ -3,6 +3,7 @@ name=RPM Fusion for Fedora Rawhide - Free
#baseurl=http://download1.rpmfusion.org/free/fedora/development/$basearch/os/
metalink=https://mirrors.rpmfusion.org/metalink?repo=free-fedora-rawhide&...
enabled=1
+type=rpm-md
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-latest file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-rawhide
7 years, 5 months
[qt5-qtwebengine-freeworld/f25] (7 commits) ...Fix FTBFS on F26 (and lower) due to debugedit failure
by Kevin Kofler
Summary of changes:
2c31e81... Rebuild for ffmpeg update (*)
d76f539... Update to 5.9.0 (*)
12df33e... arm-fpu-fix patch: Also build the host tools (i.e., GN) wit (*)
58ba5a5... Omit debuginfo for webcore and v8base on ARM to avoid runni (*)
6803365... Bump changelog date (*)
772cfdf... Omit all Chromium debuginfo on ARM to avoid running out of (*)
b084962... Fix FTBFS on F26 (and lower) due to debugedit failure (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 5 months