Port details |
- py-mlt6 Python bindings for the MLT multimedia framework
- 6.26.1_5 multimedia
=0 6.26.1_3Version of this port present on the latest quarterly branch. BROKEN: fails to build with FFmpeg 6 (PR 270293)
DEPRECATED: Deprecated and unsupported upstream, please consider using multimedia/mlt7 instead
EXPIRATION DATE: 2023-06-30
IGNORE: is marked as broken: fails to build with FFmpeg 6 (PR 270293)
- Maintainer: kde@FreeBSD.org
 - Port Added: 2021-07-30 18:15:11
- Last Update: 2023-04-25 15:17:15
- Commit Hash: feb1fa3
- Also Listed In: python
- License: GPLv2 GPLv3
- Description:
- MLT is an open source multimedia framework, designed and developed for
television broadcasting. It provides a toolkit for broadcasters, video
editors, media players, transcoders, web streamers and many more types
of applications. The functionality of the system is provided via an
assortment of ready to use tools, XML authoring components, and an
extensible plug-in based API.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}mlt6>0:multimedia/py-mlt6@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/multimedia/py-mlt6/ && make install clean
- We doubt a package is available for this port because we see it marked as as:
-
Packages are normally not provided for ports that are marked as above.
- To add the package, run one of these commands:
- pkg install multimedia/py-mlt6
- pkg install py39-mlt6
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-mlt6 listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-mlt6
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1620310819
SHA256 (mlt-6.26.1.tar.gz) = 8a484bbbf51f33e25312757531f3ad2ce20607149d20fcfcb40a3c1e60b20b4e
SIZE (mlt-6.26.1.tar.gz) = 1366022
Packages (timestamps in pop-ups are UTC):
- Master port: multimedia/mlt6
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- swig : devel/swig
- python3.9 : lang/python39
- cmake : devel/cmake-core
- eigen3.pc : math/eigen3
- pkgconf>=1.3.0_1 : devel/pkgconf
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- python3.9 : lang/python39
- Library dependencies:
-
- libexif.so : graphics/libexif
- libfftw3.so : math/fftw3
- libintl.so : devel/gettext-runtime
- libmlt.so : multimedia/mlt6
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py39-mlt6-6.26.1_5:
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- multimedia_py-mlt6
- USES:
- gettext-runtime python:3.6+ shebangfix alias cmake compiler:c++11-lang eigen:3 localbase pkgconfig mlt:6
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: multimedia/mlt6 |
Commit | Credits | Log message |
6.26.1_5 25 Apr 2023 15:17:15
    |
Christian Weisgerber (naddy)  |
audio/opus: bump consumers after update to 1.4 |
6.26.1_4 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
6.26.1_3 20 Jul 2022 14:22:30
    |
Tobias C. Berner (tcberner)  |
multimedia: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron LI <aly@aaronly.me>
* Alexander Botero-Lowry <alexbl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrew Thompson <andy@fud.org.nz>
* Andrew Thompson <thompsa@FreeBSD.org>
* Angel Carpintero <ack@telefonica.net>
* Anish Mistry (with help from mean)
* Anonymous <swell.k@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
6.26.1_3 02 Aug 2021 16:03:15
    |
Yuri Victorovich (yuri)  |
audio/jack: Update to Jack2: 0.125.0 -> 1.9.16
Big thank you to Florian Walpen <dev@submerge.ch> and
Goran Mekić <meka@tilda.center> for working on Jack2.
PR: 251125
Submitted by: Florian Walpen <dev@submerge.ch> (original version) |
6.26.1_2 30 Jul 2021 18:14:36
    |
Tobias C. Berner (tcberner)  |
multimedia/{py-,}mlt{-qt5,}: rename to multimedia/{py-,}mlt6{-qt5,}:
- To make it possible to easily import mlt-7 move the current port to
a versioned directory.
- Add Mk/Uses/mlt.mk to make it easily possible to depend on a given mlt
version:
USES=mlt:6
will get you a dependency on multimedia/mlt6, while
USES=mlt:7
will get you a dependency on the soon to be added multimedia/mlt7
- Switch the port to use cmake as a build system
- While here, provide some more options to make it possible to have
a leaner package if required
- Bump consumers after rename of the dependency |