summaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2020-12-23 17:29:03 -0500
committerLeo Famulari <leo@famulari.name>2020-12-23 17:55:16 -0500
commite8d4c6deaac8f2d81f63b092b6496f0c235c9389 (patch)
treeddbfdb61518bb0a6475890810fdfa25ba3399c48 /gnu/packages/video.scm
parent119fd58922b00d43d4f8b055f3f622478a13f46d (diff)
downloadguix-patches-e8d4c6deaac8f2d81f63b092b6496f0c235c9389.tar
guix-patches-e8d4c6deaac8f2d81f63b092b6496f0c235c9389.tar.gz
gnu: VLC: Fix build with Qt 5.15.
* gnu/packages/patches/vlc-qt-5.15.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/video.scm (vlc)[source]: Use it.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r--gnu/packages/video.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 0740abe040..2813bf0570 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1772,6 +1772,7 @@ videoformats depend on the configuration flags of ffmpeg.")
"https://download.videolan.org/pub/videolan/vlc/"
(car (string-split version #\-))
"/vlc-" version ".tar.xz"))
+ (patches (search-patches "vlc-qt-5.15.patch"))
(sha256
(base32
"1f46h0hv7fk35zg4iczlp7ib7h2jmh8m4r5klw3g2558ib9134qq"))))