diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2016-12-28 05:05:46 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2016-12-28 05:05:46 +0000 |
commit | 7bd5ac5e985bbe4d1a591ad98e0c2a2a06b31656 (patch) | |
tree | 73ab59cb4b32099fedee911eb5dd4e739225055b /multimedia/Makefile | |
parent | 256110d8892e84880289268f470aa99f6819fe5c (diff) | |
download | ports-7bd5ac5e985bbe4d1a591ad98e0c2a2a06b31656.tar.gz ports-7bd5ac5e985bbe4d1a591ad98e0c2a2a06b31656.zip |
- 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.
Notes
Notes:
svn path=/head/; revision=429708
Diffstat (limited to 'multimedia/Makefile')
-rw-r--r-- | multimedia/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index 6e057b23f44e..2d21d762d26b 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -244,6 +244,8 @@ SUBDIR += mkvtoolnix SUBDIR += mkxvcd SUBDIR += mlt + SUBDIR += mlt-qt4 + SUBDIR += mlt-qt5 SUBDIR += mmpython SUBDIR += mmsclient SUBDIR += mmsrip |