lilyp pushed a commit to branch gnome-team
in repository guix.
commit 336211a7ac0c29983ff480c42894b4bdf20b8fbe
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon Nov 11 15:17:09 2024 +0900
gnu: libquicktime: Remove ffmpeg-4 and gtk+-2 inputs.
* gnu/packages/video.scm (libquicktime) [arguments]: Add #:configure-flags.
[inputs]: Remove ffmpeg-4 and gtk+-2.
Change-Id: I18f6853bb168e765c6f1355c7495d8ce6bd9c066
Signed-off-by: Liliana Marie Prikler <[email protected]>
---
gnu/packages/video.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 13be381c2e..80d2dc52c7 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -540,12 +540,14 @@ as a joint effort between the BBC and Fluendo.")
(patches
(search-patches "libquicktime-ffmpeg.patch"))))
(build-system gnu-build-system)
+ (arguments
+ ;; Avoid legacy dependencies such as GTK+ 2 and FFmpeg 4.
+ (list #:configure-flags #~(list "--without-ffmpeg"
+ "--without-gtk")))
(native-inputs
(list gettext-minimal doxygen pkg-config))
(inputs
(list alsa-lib
- ffmpeg-4
- gtk+-2
lame
libdv
libjpeg-turbo