diff options
| author | Daniel Engberg <diizzy@FreeBSD.org> | 2023-05-01 14:33:57 +0000 |
|---|---|---|
| committer | Daniel Engberg <diizzy@FreeBSD.org> | 2023-05-01 14:58:30 +0000 |
| commit | eb9ea3afc09cda3e575a804e2f66e26895c515a3 (patch) | |
| tree | b3ba8f7a98725b7c85869b4b6ec44c61d1cdd401 | |
| parent | 8b08fc15403f0fca5f04535dadc81c9f81c59e8f (diff) | |
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
| -rw-r--r-- | multimedia/mlt7/Makefile | 4 | ||||
| -rw-r--r-- | multimedia/mlt7/distinfo | 6 |
2 files changed, 9 insertions, 1 deletions
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 |
