lilyp pushed a commit to branch gnome-team
in repository guix.

commit 4248f3f62ee4b5516cc33a2944c6ede117b4dd82
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 86f7ad2c8b..38194744aa 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -541,12 +541,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

Reply via email to