Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mlt: update to 6.22.1
@ 2020-09-02 18:40 bvdeenen
  2020-09-02 18:56 ` bvdeenen
  2020-09-03 19:12 ` [PR PATCH] [Merged]: " Chocimier
  0 siblings, 2 replies; 3+ messages in thread
From: bvdeenen @ 2020-09-02 18:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 416 bytes --]

There is a new pull request by bvdeenen against master on the void-packages repository

https://github.com/bvdeenen/void-packages master
https://github.com/void-linux/void-packages/pull/24615

mlt: update to 6.22.1
Tested with KdenLive, which now again has the transform option, which it lacked with the previous mlt version

A patch file from https://github.com/void-linux/void-packages/pull/24615.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-24615.patch --]
[-- Type: text/x-diff, Size: 3571 bytes --]

From 653f8060e5a552a307d8cca379727a5a35c09cb9 Mon Sep 17 00:00:00 2001
From: Bart van Deenen <bartvandeenen@streammachine.io>
Date: Sun, 30 Aug 2020 12:29:33 +0200
Subject: [PATCH] mlt: update to 6.22.1

---
 srcpkgs/mlt/patches/cdefs.patch      | 12 ---------
 srcpkgs/mlt/patches/qt5-5.15.0.patch | 40 ----------------------------
 srcpkgs/mlt/template                 |  4 +--
 3 files changed, 2 insertions(+), 54 deletions(-)
 delete mode 100644 srcpkgs/mlt/patches/cdefs.patch
 delete mode 100644 srcpkgs/mlt/patches/qt5-5.15.0.patch

diff --git a/srcpkgs/mlt/patches/cdefs.patch b/srcpkgs/mlt/patches/cdefs.patch
deleted file mode 100644
index 73068f2ec1d..00000000000
--- a/srcpkgs/mlt/patches/cdefs.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/modules/plus/ebur128/queue/sys/queue.h.orig	2020-01-18 21:31:21.319025308 +0100
-+++ src/modules/plus/ebur128/queue/sys/queue.h	2020-01-18 21:31:40.808858531 +0100
-@@ -33,7 +33,9 @@
- #ifndef _SYS_QUEUE_H_
- #define	_SYS_QUEUE_H_
- 
-+#ifdef __GLIBC__
- #include <sys/cdefs.h>
-+#endif
- 
- /*
-  * This file defines four types of data structures: singly-linked lists,
diff --git a/srcpkgs/mlt/patches/qt5-5.15.0.patch b/srcpkgs/mlt/patches/qt5-5.15.0.patch
deleted file mode 100644
index 35151677b19..00000000000
--- a/srcpkgs/mlt/patches/qt5-5.15.0.patch
+++ /dev/null
@@ -1,40 +0,0 @@
---- src/modules/qt/producer_qtext.cpp	2020-02-16 23:31:58.000000000 +0100
-+++ src/modules/qt/producer_qtext.cpp	2020-07-28 06:18:44.995745573 +0200
-@@ -26,6 +26,7 @@
- #include <QImage>
- #include <QColor>
- #include <QPainter>
-+#include <QPainterPath>
- #include <QFont>
- #include <QString>
- #include <QTextCodec>
---- src/modules/qt/kdenlivetitle_wrapper.cpp	2020-02-16 23:31:58.000000000 +0100
-+++ src/modules/qt/kdenlivetitle_wrapper.cpp	2020-07-28 06:21:45.582754889 +0200
-@@ -23,6 +23,7 @@
- 
- #include <QImage>
- #include <QPainter>
-+#include <QPainterPath>
- #include <QDebug>
- #include <QMutex>
- #include <QGraphicsScene>
---- src/modules/qt/graph.h	2020-02-16 23:31:58.000000000 +0100
-+++ src/modules/qt/graph.h	2020-07-28 06:22:36.848757534 +0200
-@@ -22,6 +22,7 @@
- 
- #include <framework/mlt.h>
- #include <QPainter>
-+#include <QPainterPath>
- #include <QRectF>
- 
- void setup_graph_painter( QPainter& p, QRectF& rect, mlt_properties filter_properties );
---- src/modules/qt/filter_qtext.cpp	2020-02-16 23:31:58.000000000 +0100
-+++ src/modules/qt/filter_qtext.cpp	2020-07-28 06:23:09.603759224 +0200
-@@ -21,6 +21,7 @@
- #include <framework/mlt.h>
- #include <framework/mlt_log.h>
- #include <QPainter>
-+#include <QPainterPath>
- #include <QString>
- 
- static QRectF get_text_path( QPainterPath* qpath, mlt_properties filter_properties, const char* text, double scale )
diff --git a/srcpkgs/mlt/template b/srcpkgs/mlt/template
index 1579a5b21dd..ff3931a2f9a 100644
--- a/srcpkgs/mlt/template
+++ b/srcpkgs/mlt/template
@@ -1,6 +1,6 @@
 # Template file for 'mlt'
 pkgname=mlt
-version=6.20.0
+version=6.22.1
 revision=1
 build_style=gnu-configure
 configure_args="--enable-gpl --enable-gpl3 --disable-swfdec --without-kde
@@ -17,7 +17,7 @@ maintainer="Diogo Leal <diogo@diogoleal.com>"
 license="GPL-3.0-or-later, LGPL-2.1-or-later"
 homepage="https://mltframework.org/"
 distfiles="https://github.com/mltframework/mlt/archive/v${version}.tar.gz"
-checksum=ab211e27c06c0688f9cbe2d74dc0623624ef75ea4f94eea915cdc313196be2dd
+checksum=a3debdf0b8811f0d20c902cc3df3d05dad7d3ff36d1db16c0a7338d0d5989998
 
 CFLAGS+=" -DHAVE_STRTOD_L=1 -DHAVE_LOCALE_H=1"
 CXXFLAGS+=" -DHAVE_STRTOD_L=1 -DHAVE_LOCALE_H=1"

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: mlt: update to 6.22.1
  2020-09-02 18:40 [PR PATCH] mlt: update to 6.22.1 bvdeenen
@ 2020-09-02 18:56 ` bvdeenen
  2020-09-03 19:12 ` [PR PATCH] [Merged]: " Chocimier
  1 sibling, 0 replies; 3+ messages in thread
From: bvdeenen @ 2020-09-02 18:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 638 bytes --]

New comment by bvdeenen on void-packages repository

https://github.com/void-linux/void-packages/pull/24615#issuecomment-685933145

Comment:
I have no idea how to fix the build failures. Only on `aarch64[-musl]` does the build fail with
```
=> mlt-6.22.1_1: removing autodeps, please wait...
=> mlt-6.22.1_1: removing autocrossdeps, please wait...
=> ERROR: mlt-6.22.1_1: failed to install 'alsa-lib-devel-1.2.3.2_1' dependency! (error 1)
271 packages will be downloaded:
```
My patch hasn't changed anything with respect to this library, so it should still have the same dependency as the previous `mlt` version that worked fine.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: mlt: update to 6.22.1
  2020-09-02 18:40 [PR PATCH] mlt: update to 6.22.1 bvdeenen
  2020-09-02 18:56 ` bvdeenen
@ 2020-09-03 19:12 ` Chocimier
  1 sibling, 0 replies; 3+ messages in thread
From: Chocimier @ 2020-09-03 19:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 264 bytes --]

There's a merged pull request on the void-packages repository

mlt: update to 6.22.1
https://github.com/void-linux/void-packages/pull/24615

Description:
Tested with KdenLive, which now again has the transform option, which it lacked with the previous mlt version

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-09-03 19:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-02 18:40 [PR PATCH] mlt: update to 6.22.1 bvdeenen
2020-09-02 18:56 ` bvdeenen
2020-09-03 19:12 ` [PR PATCH] [Merged]: " Chocimier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).