Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 May 2023 14:58:42 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: eb9ea3afc09c - main - multimedia/mlt7: Backport bugfixes
Message-ID:  <202305011458.341Ewg9S039475@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=eb9ea3afc09cda3e575a804e2f66e26895c515a3

commit eb9ea3afc09cda3e575a804e2f66e26895c515a3
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-05-01 14:33:57 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-05-01 14:58:30 +0000

    multimedia/mlt7: Backport bugfixes
    
    Backport upstream commit a3d49ccb92e2544bcc1957ce046bf63f71b468a6 to
    fix crackling FLAC audio and 1eee2187410ae16f520409dcdcf6de789d8bafd9
    for potential build issues with FFmpeg 6 which should fix build
    on -CURRENT
    
    References:
    https://github.com/mltframework/mlt/commit/a3d49ccb92e2544bcc1957ce046bf63f71b468a6
    https://github.com/mltframework/mlt/commit/1eee2187410ae16f520409dcdcf6de789d8bafd9
    
    PR:             271161
    Approved by:    kde (tcberner via IRC)
    Sponsored by:   Blinkinblox
---
 multimedia/mlt7/Makefile | 4 ++++
 multimedia/mlt7/distinfo | 6 +++++-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/multimedia/mlt7/Makefile b/multimedia/mlt7/Makefile
index 1c264aaf375e..7dc8e56c2f46 100644
--- a/multimedia/mlt7/Makefile
+++ b/multimedia/mlt7/Makefile
@@ -9,6 +9,10 @@ MASTER_SITES=		https://github.com/mltframework/mlt/releases/download/v${DISTVERS
 DISTFILES=		mlt-${DISTVERSION}${EXTRACT_SUFX}
 WRKSRC=			${WRKDIR}/mlt-${DISTVERSION}
 
+PATCH_SITES=		https://github.com/mltframework/mlt/commit/
+PATCHFILES=		a3d49ccb92e2544bcc1957ce046bf63f71b468a6.patch:-p1 \
+			1eee2187410ae16f520409dcdcf6de789d8bafd9.patch:-p1
+
 MAINTAINER=		kde@FreeBSD.org
 COMMENT?=		Multimedia framework for TV broadcasting
 WWW=		https://www.mltframework.org/
diff --git a/multimedia/mlt7/distinfo b/multimedia/mlt7/distinfo
index 38797e9e1725..941346db14f7 100644
--- a/multimedia/mlt7/distinfo
+++ b/multimedia/mlt7/distinfo
@@ -1,3 +1,7 @@
-TIMESTAMP = 1678167341
+TIMESTAMP = 1682924020
 SHA256 (mlt-7.14.0.tar.gz) = 3a7e83ed5e30f3f2d073d172c9d886310d8a73dbd2ee850ad44e3c43a9ab6394
 SIZE (mlt-7.14.0.tar.gz) = 1509786
+SHA256 (a3d49ccb92e2544bcc1957ce046bf63f71b468a6.patch) = 7dfc07c1420d64ca7a974b47bd63c6e1c797ffa85327b625df7887ed87a4f5a6
+SIZE (a3d49ccb92e2544bcc1957ce046bf63f71b468a6.patch) = 2418
+SHA256 (1eee2187410ae16f520409dcdcf6de789d8bafd9.patch) = dacaafee580a9c7324157d65c0f7a0ab4cdeae5490570e3a94fee05cb2dd99ef
+SIZE (1eee2187410ae16f520409dcdcf6de789d8bafd9.patch) = 952



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305011458.341Ewg9S039475>