aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2025-03-29 02:11:35 +0000
committerAndreas Enge <andreas@enge.fr>2025-05-01 08:40:29 +0200
commit58f091240f0b54887b29db6994193ab1ed986514 (patch)
tree2c9da94d81339a8b36db6fc213331a474064d61d
parent531a4a0809f43090c35f1b6fe0d03e7db6476546 (diff)
downloadguix-58f091240f0b54887b29db6994193ab1ed986514.tar.gz
guix-58f091240f0b54887b29db6994193ab1ed986514.zip
gnu: Remove mlt-6.
This is a deprecated version of MLT which had synfig as its last dependent. Synfig now builds with MLT 7, making mlt-6 obsolete. * gnu/packages/video.scm (mlt-6): Delete variable. Change-Id: I9bbe57d89b1a66ffdcc1d4f3f520c72d57923770 Signed-off-by: Andreas Enge <andreas@enge.fr>
-rw-r--r--gnu/packages/video.scm28
1 files changed, 0 insertions, 28 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index c8f5ecb84d..ecfc24bd9b 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3957,34 +3957,6 @@ functionality of the system is provided via an assortment of ready to use
tools, XML authoring components, and an extensible plug-in based API.")
(license license:lgpl2.1+)))
-(define-public mlt-6
- (package
- (inherit mlt)
- (name "mlt")
- (version "6.26.1")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/mltframework/mlt")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "1gz79xvs5jrzqhwhfk0dqdd3xiavnjp4q957h7nb02rij32byb39"))))
- (arguments
- `(#:configure-flags
- (list (string-append "-DGTK2_GDKCONFIG_INCLUDE_DIR="
- (assoc-ref %build-inputs "gtk+")
- "/lib/gtk-2.0/include")
- (string-append "-DGTK2_GLIBCONFIG_INCLUDE_DIR="
- (assoc-ref %build-inputs "glib")
- "/lib/glib-2.0/include"))
- ,@(package-arguments mlt)))
- (inputs
- (modify-inputs (package-inputs mlt)
- (replace "ffmpeg" ffmpeg-4)
- (replace "gtk+" gtk+-2)))))
-
(define-public v4l-utils
(package
(name "v4l-utils")