GNU bug report logs -
#77350
[PATCH 0/6] More OpenEXR 2 to 3 migration
Previous Next
Reported by: Vinicius Monego <monego <at> posteo.net>
Date: Sat, 29 Mar 2025 02:11:02 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
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
---
gnu/packages/video.scm | 28 ----------------------------
1 file changed, 28 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 10df7e908f..98a64dd879 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3964,34 +3964,6 @@ (define-public mlt
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")
--
2.49.0
This bug report was last modified 113 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.