diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-04-18 16:55:13 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-04-18 16:55:13 +0000 |
commit | 1c18b6d5c88cf72cd09ad7f2b52ae59059b1bdc4 (patch) | |
tree | 8f2ebeab17be4671f083ca2da87e45ff3a8c178f /multimedia/kdenlive | |
parent | 5a3b74ef4494a27b5d10abefb96f08e74d04f5f7 (diff) | |
download | ports-1c18b6d5c88cf72cd09ad7f2b52ae59059b1bdc4.tar.gz ports-1c18b6d5c88cf72cd09ad7f2b52ae59059b1bdc4.zip |
Notes
Diffstat (limited to 'multimedia/kdenlive')
-rw-r--r-- | multimedia/kdenlive/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/multimedia/kdenlive/Makefile b/multimedia/kdenlive/Makefile index a1341aa113d0..bd22a3af0b86 100644 --- a/multimedia/kdenlive/Makefile +++ b/multimedia/kdenlive/Makefile @@ -58,6 +58,9 @@ V4L_CMAKE_OFF= -DWITH_LibV4L2:BOOL=FALSE XINE_RUN_DEPENDS= xine:multimedia/xine +# kdenlive 19.04 has some issues that still need to be sorted out. +KDE_APPLICATIONS_VERSION= 18.12.3 + post-patch: @${REINPLACE_CMD} -e '/^update_xdg_mimetypes/ d' \ -e '/SharedMimeInfo/ d' \ |