Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jun 2023 21:24:48 GMT
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e936f94e5a1d - main - multimedia/mlt7: Add patch to fix shotcut export
Message-ID:  <202306162124.35GLOmpZ036538@gitrepo.freebsd.org>

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

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

commit e936f94e5a1deb25d1ffc411e7d979df6eaff0df
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2023-06-16 21:20:44 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2023-06-16 21:24:42 +0000

    multimedia/mlt7: Add patch to fix shotcut export
    
    https://github.com/mltframework/shotcut/issues/1442
    PR:             271775
    Reported by:    <mmatalka@gmail.com>
---
 multimedia/mlt7/Makefile | 5 ++++-
 multimedia/mlt7/distinfo | 4 +++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/multimedia/mlt7/Makefile b/multimedia/mlt7/Makefile
index e1d1b6cf1567..df3fae90633f 100644
--- a/multimedia/mlt7/Makefile
+++ b/multimedia/mlt7/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=		${_MLT_PORTNAME}
 DISTVERSION=		${_MLT_VERSION}
-PORTREVISION?=		0
+PORTREVISION?=		1
 CATEGORIES?=		multimedia
 # Don't use GitHub "fake" downloads that are auto-generated from a
 # tag; the project uploads tarballs for each release.
@@ -9,6 +9,9 @@ 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=		77be3ee97453c194006df9080504492a67c8915b.patch:-p1 # Shotcut export bug #1442
+
 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 12d8d380eaaf..3471a08576c2 100644
--- a/multimedia/mlt7/distinfo
+++ b/multimedia/mlt7/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1685589000
+TIMESTAMP = 1686949598
 SHA256 (mlt-7.16.0.tar.gz) = c0975e06403d3df22be7d4b5d96d0608e0d16470299360d0a0ee5f41ba2b7a96
 SIZE (mlt-7.16.0.tar.gz) = 1577046
+SHA256 (77be3ee97453c194006df9080504492a67c8915b.patch) = 4687c3d37e094b231ab67b588835342d37c04a8d83389d7a4f382ba970e6f407
+SIZE (77be3ee97453c194006df9080504492a67c8915b.patch) = 981



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