aboutsummaryrefslogtreecommitdiff
path: root/multimedia/py-mlt
Commit message (Collapse)AuthorAgeFilesLines
* multimedia/{py-,}mlt{-qt5,}: rename to multimedia/{py-,}mlt6{-qt5,}:Tobias C. Berner2021-07-302-45/+0
| | | | | | | | | | | | | | | | | | | | | | - 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
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Upgrade math/eigen3 to 3.3.8;Thierry Thomas2020-12-121-1/+1
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=557839
* multimedia/py-mlt: build with python3, remove deprecationTobias C. Berner2020-09-132-8/+7
| | | | Notes: svn path=/head/; revision=548462
* Deprecate a few ports using python 2.7Antoine Brodin2020-05-091-0/+3
| | | | Notes: svn path=/head/; revision=534727
* multimedia/py-mlt: fix buildTobias C. Berner2019-11-241-5/+11
| | | | | | | | | - was forgotten in r518308 Reported by: antoine Notes: svn path=/head/; revision=518313
* multimedia/mlt: update to 6.16.0Tobias C. Berner2019-05-181-1/+1
| | | | Notes: svn path=/head/; revision=501976
* multimedia/mlt: update to 6.14.0Tobias C. Berner2019-04-061-0/+1
| | | | | | | | Changelog: https://www.mltframework.org/blog/v6.14.0_released/ Notes: svn path=/head/; revision=498105
* Update multimedia/mlt to 6.6.0Tobias C. Berner2018-05-191-1/+0
| | | | | | | | | PR: 227842 Approved by: avilla (maintainer timeout) Differential Revision: https://reviews.freebsd.org/D15226 Notes: svn path=/head/; revision=470373
* Remove dependency on the python metaportsAntoine Brodin2018-02-191-4/+6
| | | | | | | | PR: 225752 Submitted by: Yasuhiro KIMURA Notes: svn path=/head/; revision=462316
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* Chase ffmpeg 3.3 update (ABI changes)Thomas Zander2017-04-251-1/+1
| | | | | | | | PR: 218658 Submitted by: riggs Notes: svn path=/head/; revision=439367
* - Split MLT Qt plugins into their own ports [1]Alberto Villa2016-12-281-27/+7
| | | | | | | | | | | | | | - 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. Notes: svn path=/head/; revision=429708
* multimedia/mlt: update to 6.4.1Alberto Villa2016-12-211-2/+1
| | | | | | | | | | - Upstream some patches - Remove dependency on Qt 5 OpenGL (will be upstreamed) - Add dependency on math/fftw3 - Completely disable VDPAU option (broken upstream) Notes: svn path=/head/; revision=429085
* Add explicit build dependency on the python symlink, right now they rely onAntoine Brodin2016-11-221-1/+2
| | | | | | | it being provided by x11-toolkits/gtk20 Notes: svn path=/head/; revision=426869
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* multimedia/mlt:Alberto Villa2014-09-241-4/+4
| | | | | | | | | | | | | | | | | | | | - 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. Notes: svn path=/head/; revision=369139
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* multimedia/py-mlt: support stageWilliam Grzybowski2014-08-041-13/+8
| | | | | | | | PR: 192360 Submitted by: christian.mangin gmail com Notes: svn path=/head/; revision=364062
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-141-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=361812
* Resetting maintainership on ports that have not been staged and without anyBaptiste Daroussin2014-07-061-1/+1
| | | | | | | | | pending PR (related to stage) With hat: portmgr Notes: svn path=/head/; revision=360920
* Remove trailing whitespaces from category multimediaEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345422
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+3
| | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=343634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | multimedia) Notes: svn path=/head/; revision=327747
* - py-mlt:Alberto Villa2013-02-092-10/+13
| | | | | | | | | | | | | | | * 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. Notes: svn path=/head/; revision=311960
* - Update MLT to 0.8.6.Alberto Villa2013-01-132-25/+9
| | | | | | | | | | - Depend on ffmpeg1 instead of ffmpeg-011. - Remove patches committed upstream. - Remove soversion from LIB_DEPENDS. - Make py-mlt a SLAVE_PORT. Notes: svn path=/head/; revision=310311
* - Update to 0.8.2.Alberto Villa2012-09-031-10/+10
| | | | | | | | | | | - Stop installing standard license. - Use OPTIONSng. - Cleanup the Makefile. Reported by: pointyhat (beat) Notes: svn path=/head/; revision=303612
* - Update to 0.8.0.Alberto Villa2012-07-021-4/+3
| | | | Notes: svn path=/head/; revision=300363
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Update to 0.7.8.Alberto Villa2012-05-141-3/+2
| | | | | | | - Replace NOT_FOR_ARCHS with BROKEN. Notes: svn path=/head/; revision=296584
* - Bump PORTREVISION to chase the update of multimedia/libvpxAshish SHUKLA2012-02-161-0/+1
| | | | Notes: svn path=/head/; revision=291538
* - Update to 0.7.6.Alberto Villa2011-11-022-5/+4
| | | | Notes: svn path=/head/; revision=284895
* - Use the default build script.Alberto Villa2011-03-161-8/+28
| | | | | | | | | | | | - Fix linking with Python libraries. - Support CXXFLAGS. - Install optimized binaries. - Install PORTEXAMPLES. - Add LICENSE. - Bump PORTREVISION. Notes: svn path=/head/; revision=270986
* - Update to 0.6.2.Alberto Villa2011-03-022-4/+4
| | | | | | | | | - Take maintainership of multimedia/py-mlt. [1] Approved by: corky1951@comcast.net (maintainer) [1] Notes: svn path=/head/; revision=270130
* Python bindings for the MLT framework.Martin Wilke2011-02-133-0/+50
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> Notes: svn path=/head/; revision=269072