guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: vlc: Remove obsolete patches.


From: guix-commits
Subject: 02/02: gnu: vlc: Remove obsolete patches.
Date: Fri, 22 Mar 2019 18:18:14 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit d349e6d9a8602ebb21433fb4db0f5a2f03afe78e
Author: Leo Famulari <address@hidden>
Date:   Fri Mar 22 17:28:47 2019 -0400

    gnu: vlc: Remove obsolete patches.
    
    * gnu/packages/video.scm (vlc)[arguments]: Remove obsolete Qt 5.11 changes 
in
    'patch-source' phase.
---
 gnu/packages/video.scm | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 838bb03..fe60d11 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1132,14 +1132,6 @@ videoformats depend on the configuration flags of 
ffmpeg.")
                (substitute* "modules/text_renderer/freetype/text_layout.c"
                  (("# define FRIBIDI_NO_DEPRECATED 1") ""))
 
-               ;; Fix build against Qt 5.11.
-               (substitute* "modules/gui/qt/actions_manager.cpp"
-                 (("#include <vlc_keys.h>") "#include <vlc_keys.h>
-#include <QAction>"))
-               (substitute* "modules/gui/qt/components/simple_preferences.cpp"
-                 (("#include <QFont>") "#include <QFont>
-#include <QButtonGroup>"))
-
                ;; Fix build with libssh2 > 1.8.0:
                ;; <https://trac.videolan.org/vlc/ticket/22060>
                ;; 
<https://git.videolan.org/?p=vlc.git;a=commit;h=11449b5cd8b415768e010d9b7c1d6ba3cea21f82>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]