summaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2019-03-22 17:28:47 -0400
committerLeo Famulari <leo@famulari.name>2019-03-22 18:16:45 -0400
commitd349e6d9a8602ebb21433fb4db0f5a2f03afe78e (patch)
treefce850bd0ca942c15c099d3fcc202ed8fd26a746 /gnu/packages/video.scm
parent10384f880a9810baafc970d3bbef693d43480c4c (diff)
downloadpatches-d349e6d9a8602ebb21433fb4db0f5a2f03afe78e.tar
patches-d349e6d9a8602ebb21433fb4db0f5a2f03afe78e.tar.gz
gnu: vlc: Remove obsolete patches.
* gnu/packages/video.scm (vlc)[arguments]: Remove obsolete Qt 5.11 changes in 'patch-source' phase.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r--gnu/packages/video.scm8
1 files changed, 0 insertions, 8 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 838bb036eb..fe60d11d26 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>