Skip to content

Commit

Permalink
mlt7: update to 7.20.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnnynator committed Nov 2, 2023
1 parent 0d5607a commit 298ace6
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions srcpkgs/mlt7/template
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# Template file for 'mlt7'
pkgname=mlt7
version=7.14.0
revision=2
version=7.20.0
revision=1
build_style=cmake
configure_args="-DSWIG_PYTHON=ON"
configure_args="-DSWIG_PYTHON=ON -DMOD_QT6=ON"
hostmakedepends="doxygen pkg-config ladspa-sdk swig python3 which
qt5-host-tools qt5-qmake"
qt5-host-tools qt5-qmake qt6-tools-devel"
makedepends="alsa-lib-devel ffmpeg-devel gtk+-devel jack-devel ladspa-sdk
libexif-devel libsamplerate-devel libxml2-devel sox-devel SDL_image-devel
fftw-devel frei0r-plugins python3-devel pulseaudio-devel movit-devel
libvidstab-devel qt5-svg-devel"
libvidstab-devel qt5-svg-devel qt6-svg-devel qt6-qt5compat-devel"
depends="mlt7-data>=${version}_${revision} ladspa-sdk-example-plugins"
short_desc="Multimedia framework, designed for television broadcasting"
maintainer="John <me@johnnynator.dev>"
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=824e96e7029ff034c61dd9edece45705ebc1a78b79ac32b7533085209bd59032
checksum=01a54dda64d493cc74cf70a5e446dbb36d82298405abb66ef5da51a5af12a5c0

if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
makedepends+=" musl-legacy-compat"
Expand All @@ -40,7 +40,6 @@ fi
post_install() {
doxygen -u && doxygen
vmkdir usr/share/doc/mlt-7/html
vcopy "docs/*.txt" usr/share/doc/mlt-7
vcopy "docs/html/*" usr/share/doc/mlt-7/html
rm ${DESTDIR}/usr/bin/melt
}
Expand Down

0 comments on commit 298ace6

Please sign in to comment.