[packaging/craft-blueprints-kde] libs/mlt: Update MLT with latest luma and qtblend fixes
Jean-Baptiste Mardelle <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 20f3859ab446bddd5079fd8b224c61e01b7d0a3e by Jean-Baptiste Mardelle.
Committed on 06/08/2026 at 10:25.
Pushed by mardelle into branch 'master'.
Update MLT with latest luma and qtblend fixes
M +4 -4 libs/mlt/mlt.py
https://invent.kde.org/packaging/craft-blueprints-kde/-/commit/20f3859ab446bddd5079fd8b224c61e01b7d0a3e
diff --git a/libs/mlt/mlt.py b/libs/mlt/mlt.py
index a4d2a48ee..518a929f4 100644
--- a/libs/mlt/mlt.py
+++ b/libs/mlt/mlt.py
@@ -19,12 +19,12 @@ class subinfo(info.infoclass):
self.svnTargets["master"] = "https://github.com/mltframework/mlt.git"
- self.svnTargets["bef9d89"] = "https://github.com/mltframework/mlt.git||bef9d89c0c279e558d9625dac3399c2aa3d961bc"
- self.defaultTarget = "bef9d89"
+ self.svnTargets["79f5fcb"] = "https://github.com/mltframework/mlt.git||79f5fcb44d044ce28e13953bee00ae64f5282c8f"
+ self.defaultTarget = "79f5fcb"
- self.patchToApply["bef9d89"] = []
+ self.patchToApply["79f5fcb"] = []
if CraftCore.compiler.isMinGW():
- self.patchToApply["bef9d89"] += [("revert-mingw-mysy2.diff", 1)]
+ self.patchToApply["79f5fcb"] += [("revert-mingw-mysy2.diff", 1)]
def setDependencies(self):
self.buildDependencies["dev-utils/pkgconf"] = None