diff options
author | Raghav Gururajan <raghavgururajan@disroot.org> | 2020-07-03 08:03:40 -0400 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2020-08-18 22:56:30 +0200 |
commit | 0444187de484e2eaf8e1946d755907b2baec8533 (patch) | |
tree | c36c6c73252cf19e79b99a9aff7706eab10fdbfb /gnu/local.mk | |
parent | d6a413a7ede91e31530a1b9d645c3aa3cb8eaa26 (diff) | |
download | guix-0444187de484e2eaf8e1946d755907b2baec8533.tar.gz |
gnu: Add libquicktime.
* gnu/packages/video.scm (libquicktime): New variable. * gnu/packages/patches/libquicktime-ffmpeg.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index cc820c23db..d61f272f3e 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1229,6 +1229,7 @@ dist_patch_DATA = \ %D%/packages/patches/libmygpo-qt-fix-qt-5.11.patch \ %D%/packages/patches/libmygpo-qt-missing-qt5-modules.patch \ %D%/packages/patches/libqalculate-3.8.0-libcurl-ssl-fix.patch \ + %D%/packages/patches/libquicktime-ffmpeg.patch \ %D%/packages/patches/libsndfile-armhf-type-checks.patch \ %D%/packages/patches/libsndfile-CVE-2017-8361-8363-8365.patch \ %D%/packages/patches/libsndfile-CVE-2017-8362.patch \ |