Skip to content

Commit

Permalink
multimedia/mlt7*: Update to 7.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BSDKaffee committed Jul 30, 2023
1 parent 22f0ca1 commit 7ebddd9
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Mk/Uses/mlt.mk
Expand Up @@ -37,7 +37,7 @@ _MLT_NODEPEND= yes
. endif

# Library dependencies
_MLT7_VERSION= 7.16.0
_MLT7_VERSION= 7.18.0
_MLT7_PORTNAME= mlt7
_MLT7_LIB= libmlt-7.so
_MLT7_MELT= ${LOCALBASE}/bin/melt-7
Expand Down
1 change: 1 addition & 0 deletions multimedia/mlt7-glaxnimate/Makefile
Expand Up @@ -17,6 +17,7 @@ FLAVORS= qt5 qt6
FLAVOR?= qt5

USES= qt:${FLAVOR:S/qt//} libarchive xorg
USE_LOCALE= C.UTF-8
USE_QT= ${_USE_QT_${FLAVOR}}
USE_XORG= x11

Expand Down
11 changes: 5 additions & 6 deletions multimedia/mlt7/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ${_MLT_PORTNAME}
DISTVERSION= ${_MLT_VERSION}
PORTREVISION?= 1
PORTREVISION?= 0
CATEGORIES?= multimedia
# Don't use GitHub "fake" downloads that are auto-generated from a
# tag; the project uploads tarballs for each release.
Expand All @@ -9,17 +9,15 @@ 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/

LICENSE?= GPLv2 GPLv3 LGPL21
LICENSE_COMB?= multi

USES+= alias cmake compiler:c++11-lang eigen:3 localbase pkgconfig
USES+= alias cmake compiler:c++11-lang eigen:3 localbase \
pathfix pkgconfig
USE_LDCONFIG= yes

DATADIR= ${PREFIX}/share/mlt-7
Expand Down Expand Up @@ -108,7 +106,8 @@ PLUSGPL_DESC= Enable plus GPL module
PLUSGPL_CMAKE_BOOL= MOD_PLUSGPL

PLUS_DESC= Enable plus module
PLUS_LIB_DEPENDS= libfftw3.so:math/fftw3
PLUS_LIB_DEPENDS= libebur128.so:audio/ebur128 \
libfftw3.so:math/fftw3
PLUS_CMAKE_BOOL= MOD_PLUS

RESAMPLE_DESC= Enable resample module
Expand Down
8 changes: 3 additions & 5 deletions multimedia/mlt7/distinfo
@@ -1,5 +1,3 @@
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
TIMESTAMP = 1690648795
SHA256 (mlt-7.18.0.tar.gz) = 9c57da14fbf3cb9c23b867b36f038aac7978c159ba0e8d8ac90e31c66878d115
SIZE (mlt-7.18.0.tar.gz) = 1586572
1 change: 1 addition & 0 deletions multimedia/mlt7/pkg-plist
Expand Up @@ -109,6 +109,7 @@ share/man/man1/melt-7.1.gz
%%DATADIR%%/core/consumer_multi.yml
%%DATADIR%%/core/filter_audiomap.yml
%%DATADIR%%/core/filter_audiowave.yml
%%DATADIR%%/core/filter_autofade.yml
%%DATADIR%%/core/filter_box_blur.yml
%%DATADIR%%/core/filter_brightness.yml
%%DATADIR%%/core/filter_channelcopy.yml
Expand Down

0 comments on commit 7ebddd9

Please sign in to comment.