| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=548462
|
|
|
|
| |
Notes:
svn path=/head/; revision=534727
|
|
|
|
|
|
|
|
|
| |
- was forgotten in r518308
Reported by: antoine
Notes:
svn path=/head/; revision=518313
|
|
|
|
| |
Notes:
svn path=/head/; revision=501976
|
|
|
|
|
|
|
|
| |
Changelog:
https://www.mltframework.org/blog/v6.14.0_released/
Notes:
svn path=/head/; revision=498105
|
|
|
|
|
|
|
|
|
| |
PR: 227842
Approved by: avilla (maintainer timeout)
Differential Revision: https://reviews.freebsd.org/D15226
Notes:
svn path=/head/; revision=470373
|
|
|
|
|
|
|
|
| |
PR: 225752
Submitted by: Yasuhiro KIMURA
Notes:
svn path=/head/; revision=462316
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 218658
Submitted by: riggs
Notes:
svn path=/head/; revision=439367
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
it being provided by x11-toolkits/gtk20
Notes:
svn path=/head/; revision=426869
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412348
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 192360
Submitted by: christian.mangin gmail com
Notes:
svn path=/head/; revision=364062
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=361812
|
|
|
|
|
|
|
|
|
| |
pending PR (related to stage)
With hat: portmgr
Notes:
svn path=/head/; revision=360920
|
|
|
|
| |
Notes:
svn path=/head/; revision=345422
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
multimedia)
Notes:
svn path=/head/; revision=327747
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
| |
- Stop installing standard license.
- Use OPTIONSng.
- Cleanup the Makefile.
Reported by: pointyhat (beat)
Notes:
svn path=/head/; revision=303612
|
|
|
|
| |
Notes:
svn path=/head/; revision=300363
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
|
|
|
| |
- Replace NOT_FOR_ARCHS with BROKEN.
Notes:
svn path=/head/; revision=296584
|
|
|
|
| |
Notes:
svn path=/head/; revision=291538
|
|
|
|
| |
Notes:
svn path=/head/; revision=284895
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix linking with Python libraries.
- Support CXXFLAGS.
- Install optimized binaries.
- Install PORTEXAMPLES.
- Add LICENSE.
- Bump PORTREVISION.
Notes:
svn path=/head/; revision=270986
|
|
|
|
|
|
|
|
|
| |
- Take maintainership of multimedia/py-mlt. [1]
Approved by: corky1951@comcast.net (maintainer) [1]
Notes:
svn path=/head/; revision=270130
|
|
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
|