mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
mlt: remove package
This commit is contained in:
parent
92050ebcad
commit
aa3f20ab98
9 changed files with 6 additions and 106 deletions
|
@ -2505,8 +2505,6 @@ libsybdb.so.5 freetds-0.95.19_1
|
||||||
libqqwing.so.2 qqwing-1.3.4_1
|
libqqwing.so.2 qqwing-1.3.4_1
|
||||||
libiniparser.so.4 iniparser-4.2.4_1
|
libiniparser.so.4 iniparser-4.2.4_1
|
||||||
libzita-resampler.so.1 zita-resampler-1.3.0_1
|
libzita-resampler.so.1 zita-resampler-1.3.0_1
|
||||||
libmlt.so.6 mlt-6.4.1_1
|
|
||||||
libmlt++.so.3 mlt-6.4.1_1
|
|
||||||
libmlt++-7.so.7 mlt7-7.0.1_1
|
libmlt++-7.so.7 mlt7-7.0.1_1
|
||||||
libmlt-7.so.7 mlt7-7.0.1_1
|
libmlt-7.so.7 mlt7-7.0.1_1
|
||||||
libunibilium.so.4 unibilium-2.0.0_1
|
libunibilium.so.4 unibilium-2.0.0_1
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
mlt
|
|
|
@ -1 +0,0 @@
|
||||||
mlt
|
|
|
@ -1 +0,0 @@
|
||||||
mlt
|
|
|
@ -1 +0,0 @@
|
||||||
mlt
|
|
|
@ -1 +0,0 @@
|
||||||
mlt
|
|
|
@ -1,98 +0,0 @@
|
||||||
# Template file for 'mlt'
|
|
||||||
pkgname=mlt
|
|
||||||
version=6.26.1
|
|
||||||
revision=3
|
|
||||||
build_style=configure
|
|
||||||
configure_args="--prefix=/usr --libdir=/usr/lib$XBPS_TARGET_WORDSIZE
|
|
||||||
--enable-gpl --enable-gpl3 --disable-swfdec --without-kde
|
|
||||||
--swig-languages=python"
|
|
||||||
hostmakedepends="doxygen pkg-config ladspa-sdk swig python3 which"
|
|
||||||
# XXX: movit vid.stab
|
|
||||||
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"
|
|
||||||
depends="mlt-data>=${version}_${revision} ladspa-sdk-example-plugins"
|
|
||||||
short_desc="Multimedia framework, designed for television broadcasting"
|
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
||||||
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=8a484bbbf51f33e25312757531f3ad2ce20607149d20fcfcb40a3c1e60b20b4e
|
|
||||||
|
|
||||||
CFLAGS+=" -DHAVE_STRTOD_L=1 -DHAVE_LOCALE_H=1"
|
|
||||||
CXXFLAGS+=" -DHAVE_STRTOD_L=1 -DHAVE_LOCALE_H=1"
|
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
|
||||||
makedepends+=" musl-legacy-compat"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
|
||||||
make_build_args="CROSS=${XBPS_CROSS_TRIPLET}-"
|
|
||||||
else
|
|
||||||
makedepends+=" qt5-svg-devel"
|
|
||||||
fi
|
|
||||||
|
|
||||||
do_configure() {
|
|
||||||
vsed -i src/swig/python/build \
|
|
||||||
-e "s,PYTHON_INCLUDE=.*,PYTHON_INCLUDE=-I${XBPS_CROSS_BASE}/usr/include/python${py3_ver},"
|
|
||||||
|
|
||||||
# Enable or disable mmx, sse, sse2
|
|
||||||
case "${XBPS_TARGET_MACHINE}" in
|
|
||||||
x86_64*|i686*)
|
|
||||||
configure_args+=" --enable-mmx"
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
configure_args+=" --disable-mmx --disable-sse --disable-sse2"
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
./configure ${configure_args}
|
|
||||||
}
|
|
||||||
post_install() {
|
|
||||||
vman docs/melt.1
|
|
||||||
doxygen -u && doxygen
|
|
||||||
vmkdir usr/share/doc/mlt/html
|
|
||||||
vcopy "docs/*.txt" usr/share/doc/mlt
|
|
||||||
vcopy "docs/html/*" usr/share/doc/mlt/html
|
|
||||||
}
|
|
||||||
|
|
||||||
mlt-data_package() {
|
|
||||||
short_desc+=" - data files"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/share/mlt
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
mlt-doc_package() {
|
|
||||||
short_desc+=" - documentation"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/share/doc
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
mlt-devel_package() {
|
|
||||||
short_desc+=" - development files"
|
|
||||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/include
|
|
||||||
vmove usr/lib/pkgconfig
|
|
||||||
vmove "usr/lib/*.so"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
mlt-python3_package() {
|
|
||||||
lib32disabled=yes
|
|
||||||
short_desc+=" - Python bindings"
|
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
|
||||||
pkg_install() {
|
|
||||||
cd src/swig/python
|
|
||||||
vinstall mlt.py 644 "usr/lib/python${py3_ver}"
|
|
||||||
vinstall _mlt.so 755 "usr/lib/python${py3_ver}"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
mlt-python_package() {
|
|
||||||
build_style=meta
|
|
||||||
short_desc+=" - transitional dummy pkg"
|
|
||||||
depends="mlt-python3-${version}_${revision}"
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
ignore="7.*"
|
|
|
@ -454,6 +454,12 @@ replaces="
|
||||||
mimms<=3.2.1_4
|
mimms<=3.2.1_4
|
||||||
miro-video-converter<=3.0.2_3
|
miro-video-converter<=3.0.2_3
|
||||||
mirrorbits<=0.5.1_1
|
mirrorbits<=0.5.1_1
|
||||||
|
mlt<=6.26.1_3
|
||||||
|
mlt-data<=6.26.1_3
|
||||||
|
mlt-devel<=6.26.1_3
|
||||||
|
mlt-doc<=6.26.1_3
|
||||||
|
mlt-python<=6.26.1_3
|
||||||
|
mlt-python3<=6.26.1_3
|
||||||
modemmanager-qt5<=5.115.0_1
|
modemmanager-qt5<=5.115.0_1
|
||||||
monero-devel<=0.18.1.2_4
|
monero-devel<=0.18.1.2_4
|
||||||
monero-gui<=0.18.1.2_4
|
monero-gui<=0.18.1.2_4
|
||||||
|
|
Loading…
Add table
Reference in a new issue