non port: multimedia/mlt/distinfo |
Number of commits found: 36 |
Friday, 30 Jul 2021
|
18:14 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
5c8adda |
Thursday, 6 May 2021
|
19:05 Adriaan de Groot (adridg)
multimedia/mlt: bump to 6.26.1
This is the last 6-series update. The 7-series (repease May 2nd) introduces
API breaks, which means more coordination with consumers.
81c5e25 |
Saturday, 1 Aug 2020
|
22:28 tcberner
multimedia/mlt: update to 6.22.1
 |
13:13 tcberner
multimedia/mlt: update to 6.22.0
- gtk2 module was deprecated and replaced by gdk
 |
Sunday, 23 Feb 2020
|
08:27 tcberner
multimedia/mlt: update to 6.20.0
Announcement:
https://www.mltframework.org/blog/v6.20.0_released/
 |
Sunday, 24 Nov 2019
|
09:49 tcberner
multimedia/mlt: update to 6.18.0
 |
Saturday, 18 May 2019
|
18:13 tcberner
multimedia/mlt: update to 6.16.0
 |
Saturday, 6 Apr 2019
|
14:43 tcberner
multimedia/mlt: update to 6.14.0
Changelog:
https://www.mltframework.org/blog/v6.14.0_released/
 |
Tuesday, 11 Dec 2018
|
22:30 tcberner
Update multimedia/mlt, multimedia/shotcut and graphics/movit
- multimedia/mlt: 6.12.0
- multimedia/shotcut: 18.11.18
- graphics/movit: 1.6.2
To reduce the bumps, all in one.
PR: 229068
PR: 229071
Approved by: multimedia (kwm)
 |
Saturday, 4 Aug 2018
|
09:10 tcberner
Update multimedia/mlt* to 6.10.0
 |
07:57 tcberner
multimedia/mlt* update to 6.8.0
* give maintainership to kde@
PR: 229073
 |
Saturday, 19 May 2018
|
10:32 tcberner
Update multimedia/mlt to 6.6.0
PR: 227842
Approved by: avilla (maintainer timeout)
Differential Revision: https://reviews.freebsd.org/D15226
 |
Wednesday, 21 Dec 2016
|
14:27 avilla
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)
 |
Wednesday, 8 Jun 2016
|
16:17 woodsb02
multimedia/mlt:
- Update to 6.2.0
- Mark KDE4 option as implying/requiring QT4 option
- Move USE_KDE4=kdelibs to new options helpers
- Add USE_GNOME=cairo as notified by new stage-qa error
Changes this release:
http://mltframework.blogspot.fr/2016/04/version-620-released.html
http://mltframework.blogspot.fr/2016/02/version-600-released.html
http://mltframework.blogspot.fr/2015/07/version-098-released.html
This update also allows multimedia/mlt to build against ffmpeg 3.0.x.
The ports tree currently still has multimedia/ffmepg at version 2.8.7,
however this update is backwards compatible with ffmpeg 2.8.7. The
update of multimedia/ffmpeg to 3.0.x branch is waiting for ports which
depend on it to successfully build with the newer version of ffmpeg.
PR: 207390
Submitted by: olivierd
Approved by: avilla (maintainer timeout), mat (mentor), makc, araujo (with kde
hat)
Differential Revision: https://reviews.freebsd.org/D6754
 |
Sunday, 28 Jun 2015
|
14:10 avilla
multimedia/mlt: update to 0.9.6
This is a bugfix and minor enhancement release:
http://mltframework.blogspot.it/2015/02/version-094-released.html
 |
Wednesday, 24 Sep 2014
|
01:01 avilla
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.
 |
Friday, 7 Jun 2013
|
14:33 avilla
- Update to 0.9.0.
- Add KDE4 option (dependent on QT4 one).
Informations on the release can be found in the official announcement:
http://mltframework.blogspot.it/2013/06/v090-released-with-new-property.html
 |
Saturday, 9 Feb 2013
|
03:37 avilla
- 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.
 |
Sunday, 13 Jan 2013
|
10:13 avilla
- 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.
 |
Saturday, 1 Sep 2012
|
09:46 avilla
- Update to 0.8.2.
- Fix COMMENT (mlt is no server).
- OPTIONSngify and improve descriptions.
- Move demo/ to PORTEXAMPLES.
- Move melt.1 to MAN1.
- Remove header from Makefile.
 |
Monday, 2 Jul 2012
|
08:31 avilla
- Update to 0.8.0.
- Enable GPLv3 components.
- Fix build on 9-STABLE after MFC of xlocale. [1]
- Mark CONFLICTS_INSTALL with archivers/freeze. [2]
The minor version is increased due to the addition of time properties!
In addition:
* improve seek speed on AVCHD when using FFmpeg v0.9.1+;
* composite and dissolve speed improvements on x86-64;
* improve performance of caching in image producers;
* add device enumeration to decklink producer and consumer.
PR: 168766 [1]
Reported by: conflicts checker [2]
Submitted by: Christian Mangin <christian.mangin@gmail.com> [1]
Oliver Brandmueller via email [1]
 |
Monday, 14 May 2012
|
14:32 avilla
- Update to 0.7.8.
- Replace NOT_FOR_ARCHS with BROKEN.
 |
Wednesday, 2 Nov 2011
|
02:39 avilla
- Update to 0.7.6.
 |
Wednesday, 2 Mar 2011
|
17:19 avilla
- Update to 0.6.2.
- Take maintainership of multimedia/py-mlt. [1]
Approved by: corky1951@comcast.net (maintainer) [1]
 |
Friday, 14 Jan 2011
|
15:39 avilla
- Update to 0.6.0.
Feature safe: yes
 |
Friday, 1 Oct 2010
|
10:17 avilla
- Update to 0.5.10.
- Fix LICENSE.
- Disable by default JACK Rack module, as it's mostly unused.
Approved by: tabthorpe (mentor, implicit)
 |
Wednesday, 18 Aug 2010
|
18:13 avilla
- Update to 0.5.6.
- Add LICENSE.
- Use bsd.port.options.mk.
Approved by: tabthorpe (mentor)
 |
Thursday, 29 Apr 2010
|
12:52 avilla
- Update to 0.5.4.
- Disable Frei0r module on FreeBSD 6.X.
Approved by: tabthorpe (mentor)
 |
Friday, 26 Feb 2010
|
01:05 avilla
- Update to 0.5.0.
This is an enhancement release, confined mainly to the modules rather
than the framework. In particular, this adds support for VDPAU, YADIF,
and HD-SDI technologies!
Approved by: tabthorpe (mentor)
Feature safe: yes
 |
Saturday, 12 Dec 2009
|
00:26 amdmi3
- Update to 0.4.10
- While here, fix typo
PR: 141357
Submitted by: Alberto Villa <villa.alberto@gmail.com> (maintainer)
 |
Thursday, 26 Nov 2009
|
14:39 miwi
- Update to 0.4.6
PR: 140830
Submitted by: Alberto Villa <villa.alberto@gmail.com> (maintainer)
 |
Tuesday, 7 Jul 2009
|
07:44 miwi
- Update to 0.4.4
PR: 136315
Submitted by: Alberto Villa <villa.alberto@gmail.com> (maintainer)
 |
Monday, 15 Jun 2009
|
10:20 beat
- Update to 0.4.2
- Add UPDATING note that multimedia/mlt++ was incorporated into multimedia/mlt
PR: ports/135278
Submitted by: Alberto Villa <villa.alberto AT gmail.com> (maintainer)
 |
Friday, 1 May 2009
|
21:37 miwi
- Update to 0.3.8
PR: 134139
Submitted by: Alberto Villa <villa.alberto@gmail.com> (maintainer)
 |
Sunday, 12 Apr 2009
|
21:21 itetcu
- Upgrade to latest version and fix compilation on freebsd 6.4
(patches accepted in upstream).
- pet portlint
PR: ports/13186
Submitted by: Alberto Villa (maintainer)
 |
Thursday, 29 Jan 2009
|
18:58 makc
Add new port multimedia/mlt.
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/129794
Submitted by: Alberto Villa <villa.alberto at gmail.com>
Approved by: miwi (mentor)
 |
Number of commits found: 36 |