mlt: rebuild for Python 3.9

This commit is contained in:
Andrew J. Hesford 2020-10-09 23:25:28 -04:00
parent 92388927ff
commit c9ad1b5d15

View file

@ -1,7 +1,7 @@
# Template file for 'mlt' # Template file for 'mlt'
pkgname=mlt pkgname=mlt
version=6.22.1 version=6.22.1
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
configure_args="--enable-gpl --enable-gpl3 --disable-swfdec --without-kde configure_args="--enable-gpl --enable-gpl3 --disable-swfdec --without-kde
--swig-languages=python" --swig-languages=python"
@ -57,7 +57,6 @@ post_install() {
mlt-data_package() { mlt-data_package() {
short_desc+=" - data files" short_desc+=" - data files"
archs=noarch
pkg_install() { pkg_install() {
vmove usr/share/mlt vmove usr/share/mlt
} }
@ -65,7 +64,6 @@ mlt-data_package() {
mlt-doc_package() { mlt-doc_package() {
short_desc+=" - documentation" short_desc+=" - documentation"
archs=noarch
pkg_install() { pkg_install() {
vmove usr/share/doc vmove usr/share/doc
} }
@ -94,7 +92,6 @@ mlt-python3_package() {
mlt-python_package() { mlt-python_package() {
build_style=meta build_style=meta
archs=noarch
short_desc+=" - transitional dummy pkg" short_desc+=" - transitional dummy pkg"
depends="mlt-python3-${version}_${revision}" depends="mlt-python3-${version}_${revision}"
} }