notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
py-mlt Python bindings for the MLT multimedia framework
6.22.1_2 multimedia Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 6.22.1_2Version of this port present on the latest quarterly branch.
Maintainer: kde@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2011-02-13 18:14:35
Last Update: 2021-07-30 18:14:36
Commit Hash: 5c8adda
Also Listed In: python
License: LGPL21
WWW:
https://www.mltframework.org/
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. WWW: https://www.mltframework.org/
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}mlt>0:multimedia/py-mlt@${PY_FLAVOR}
No installation instructions:
This port has been deleted.
PKGNAME: py37-mlt
Package flavors (<flavor>: <package>)
  • py37: py37-mlt
distinfo:
TIMESTAMP = 1596320106 SHA256 (mltframework-mlt-v6.22.1_GH0.tar.gz) = a3debdf0b8811f0d20c902cc3df3d05dad7d3ff36d1db16c0a7338d0d5989998 SIZE (mltframework-mlt-v6.22.1_GH0.tar.gz) = 1343746

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Master port: multimedia/mlt
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. swig : devel/swig
  2. python3.7 : lang/python37
  3. eigen3.pc : math/eigen3
  4. gmake>=4.3 : devel/gmake
  5. pkgconf>=1.3.0_1 : devel/pkgconf
Runtime dependencies:
  1. python3.7 : lang/python37
Library dependencies:
  1. libmlt.so : multimedia/mlt
  2. libintl.so : devel/gettext-runtime
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for py37-mlt-6.22.1_2: EXAMPLES=on: Build and/or install examples ===> Use 'make config' to modify these settings
Options name:
multimedia_py-mlt
USES:
gettext-runtime python:3.5+ shebangfix alias compiler:c++11-lang eigen:3 gmake gnome localbase pkgconfig
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/mltframework/mlt/tar.gz/v6.22.1?dummy=/
Collapse this list.
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2021-07-30
    Affects: users of multimedia/mlt, multimedia/mlt-qt and multimedia/py-mlt
    Author: kde@FreeBSD.org
    Reason: 
      multimedia/{py-,}mlt{-qt5,} has been moved to multimedia/{py-,}mlt6{-qt5,}
      to make room for importin the next major version of the mlt framework.
    
    
Port Moves
  • port moved to multimedia/py-mlt6 on 2021-07-30
    REASON: Moved to a versioned directory to make place for future versions

Number of commits found: 35

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/mlt
CommitCreditsLog message
6.22.1_2
30 Jul 2021 18:14:36
commit hash: 5c8adda9492587fe0c7d9c8160dbdf6f9b2e09a3commit hash: 5c8adda9492587fe0c7d9c8160dbdf6f9b2e09a3commit hash: 5c8adda9492587fe0c7d9c8160dbdf6f9b2e09a3commit hash: 5c8adda9492587fe0c7d9c8160dbdf6f9b2e09a3 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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
6.22.1_2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
6.22.1_2
12 Dec 2020 17:04:37
Revision:557839Original commit files touched by this commit
thierry search for other commits by this committer
- Upgrade math/eigen3 to 3.3.8;

- Add some dependencies which might be detected by Find_Package but not
registered;

- Bump PORTREVISION of consumers.

PR:		250833
Submitted by:	/me
Approved by:	tcberner@ (KDE / maintainer) + exp-run
6.22.1
13 Sep 2020 07:35:48
Revision:548462Original commit files touched by this commit
tcberner search for other commits by this committer
multimedia/py-mlt: build with python3, remove deprecation
6.20.0
09 May 2020 09:57:04
Revision:534727Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate a few ports using python 2.7
6.18.0
24 Nov 2019 10:39:52
Revision:518313Original commit files touched by this commit
tcberner search for other commits by this committer
multimedia/py-mlt: fix build

- was forgotten in r518308

Reported by:	antoine
6.16.0
18 May 2019 18:13:32
Revision:501976Original commit files touched by this commit
tcberner search for other commits by this committer
multimedia/mlt: update to 6.16.0
6.14.0
06 Apr 2019 14:43:04
Revision:498105Original commit files touched by this commit
tcberner search for other commits by this committer
multimedia/mlt: update to 6.14.0

Changelog:
	https://www.mltframework.org/blog/v6.14.0_released/
6.6.0
19 May 2018 10:32:30
Revision:470373Original commit files touched by this commit
tcberner search for other commits by this committer
Update multimedia/mlt to 6.6.0

PR:		227842
Approved by:	avilla (maintainer timeout)
Differential Revision:	https://reviews.freebsd.org/D15226
6.4.1_2
19 Feb 2018 13:18:57
Revision:462316Original commit files touched by this commit
antoine search for other commits by this committer
Remove dependency on the python metaports

PR:		225752
Submitted by:	Yasuhiro KIMURA
6.4.1_1
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
6.4.1_1
25 Apr 2017 08:20:31
Revision:439367Original commit files touched by this commit
riggs search for other commits by this committer
Chase ffmpeg 3.3 update (ABI changes)

PR:		218658
Submitted by:	riggs
6.4.1
28 Dec 2016 05:05:47
Revision:429708Original commit files touched by this commit
avilla search for other commits by this committer
- Split MLT Qt plugins into their own ports [1]
- Cleanup the Python slave port [2]
- Bump PORTREVISION.

[1] Ports can now force the dependency on Qt plugin, which is needed
    by Kdenlive. Having two different (conflicting) versions will help
    with the transition to the KF5-dependent Kdenlive.

[2] Creating slave ports for other SWIG bindings should now be easy.
6.4.1
21 Dec 2016 14:27:01
Revision:429085Original commit files touched by this commit
avilla search for other commits by this committer
multimedia/mlt: update to 6.4.1
- Upstream some patches
- Remove dependency on Qt 5 OpenGL (will be upstreamed)
- Add dependency on math/fftw3
- Completely disable VDPAU option (broken upstream)
6.2.0
22 Nov 2016 21:56:37
Revision:426869Original commit files touched by this commit
antoine search for other commits by this committer
Add explicit build dependency on the python symlink, right now they rely on
it being provided by x11-toolkits/gtk20
0.9.6
01 Apr 2016 14:16:20
Revision:412348Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
0.9.2
24 Sep 2014 01:01:35
Revision:369139Original commit files touched by this commit
avilla search for other commits by this committer
multimedia/mlt:
- Update to 0.9.2.
- Add optional dependency on Vid.Stab.
- Remove deprecated plugins.
- Remove stale MAN* macro.
- Use OPTIONS handlers.
- Remove @dirrm*.
- Strip binary and libraries.

This is a bugfix and enhancement release:
http://mltframework.blogspot.com/2014/06/version-092-released.html

multimedia/py-mlt:
- Force dependency on Python 2.
- Take maintainership.
0.9.0_1
10 Sep 2014 20:50:37
Revision:367888Original commit files touched by this commit
gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
0.9.0
04 Aug 2014 22:37:49
Revision:364062Original commit files touched by this commit
wg search for other commits by this committer
multimedia/py-mlt: support stage

PR:		192360
Submitted by:	christian.mangin gmail com
0.9.0
14 Jul 2014 18:42:04
Revision:361812Original commit files touched by this commit
bapt search for other commits by this committer
Modernize LIB_DEPENDS

With hat:	portmgr
0.9.0
06 Jul 2014 15:21:24
Revision:360920Original commit files touched by this commit
bapt search for other commits by this committer
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
0.9.0
21 Feb 2014 13:38:21
Revision:345422Original commit files touched by this commit
ehaupt search for other commits by this committer
Remove trailing whitespaces from category multimedia
0.9.0
10 Feb 2014 13:54:28
Revision:343634Original commit files touched by this commit
ehaupt search for other commits by this committer
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
0.9.0
20 Sep 2013 20:57:49
Revision:327747Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
0.8.8
09 Feb 2013 03:37:19
Revision:311960Original commit files touched by this commit
avilla search for other commits by this committer
- py-mlt:
  * fix MAINTAINER;
  * fix plist generation;
  * avoid conflicting with mlt's EXAMPLESDIR removal.

PR:		175368
Submitted by:	Oliver Heesakkers <dev2@heesakkers.info>

- Update to 0.8.8 bugfix release.
- Remove PTHREAD_LIBS.
0.8.6
13 Jan 2013 10:13:36
Revision:310311Original commit files touched by this commit
avilla search for other commits by this committer
- Update MLT to 0.8.6.
- Depend on ffmpeg1 instead of ffmpeg-011.
- Remove patches committed upstream.
- Remove soversion from LIB_DEPENDS.
- Make py-mlt a SLAVE_PORT.
0.8.2
03 Sep 2012 19:16:57
Revision:303612Original commit files touched by this commit
avilla search for other commits by this committer
- Update to 0.8.2.
- Stop installing standard license.
- Use OPTIONSng.
- Cleanup the Makefile.

Reported by:	pointyhat (beat)
0.8.0
02 Jul 2012 08:32:59
Original commit files touched by this commit
avilla search for other commits by this committer
- Update to 0.8.0.
0.7.8_1
01 Jun 2012 05:26:28
Original commit files touched by this commit
dinoex search for other commits by this committer
- update png to 1.5.10
0.7.8
14 May 2012 14:32:43
Original commit files touched by this commit
avilla search for other commits by this committer
- Update to 0.7.8.
- Replace NOT_FOR_ARCHS with BROKEN.
0.7.6_1
16 Feb 2012 15:57:34
Original commit files touched by this commit
ashish search for other commits by this committer
- Bump PORTREVISION to chase the update of multimedia/libvpx
0.7.6
02 Nov 2011 02:39:11
Original commit files touched by this commit
avilla search for other commits by this committer
- Update to 0.7.6.
0.6.2_1
16 Mar 2011 00:42:13
Original commit files touched by this commit
avilla search for other commits by this committer
- Use the default build script.
- Fix linking with Python libraries.
- Support CXXFLAGS.
- Install optimized binaries.
- Install PORTEXAMPLES.
- Add LICENSE.
- Bump PORTREVISION.
0.6.2
02 Mar 2011 17:19:16
Original commit files touched by this commit
avilla search for other commits by this committer
- Update to 0.6.2.
- Take maintainership of multimedia/py-mlt. [1]

Approved by:    corky1951@comcast.net (maintainer) [1]
0.6.0
13 Feb 2011 13:26:41
Original commit files touched by this commit
miwi search for other commits by this committer
Python bindings for the MLT framework.

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.

WWW: http://www.mltframework.org

PR:             ports/154565
Submitted by:   Charlie Kester <corky1951 at comcast.net>

Number of commits found: 35