Date: Wed, 28 Dec 2016 05:12:46 +0000 (UTC) From: Alberto Villa <avilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429710 - head/multimedia/kdenlive Message-ID: <201612280512.uBS5Ckdi006455@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: avilla Date: Wed Dec 28 05:12:46 2016 New Revision: 429710 URL: https://svnweb.freebsd.org/changeset/ports/429710 Log: - Add dependency on MLT Qt 4 plugin - Bump PORTREVISION Modified: head/multimedia/kdenlive/Makefile Modified: head/multimedia/kdenlive/Makefile ============================================================================== --- head/multimedia/kdenlive/Makefile Wed Dec 28 05:11:25 2016 (r429709) +++ head/multimedia/kdenlive/Makefile Wed Dec 28 05:12:46 2016 (r429710) @@ -2,7 +2,7 @@ PORTNAME= kdenlive PORTVERSION= 0.9.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src/ @@ -13,7 +13,8 @@ LICENSE= GPLv2 LIB_DEPENDS= libmlt.so:multimedia/mlt \ libqjson.so:devel/qjson -RUN_DEPENDS= ffmpeg${FFMPEG_SUFX}:multimedia/ffmpeg${FFMPEG_SUFX} +RUN_DEPENDS= ffmpeg${FFMPEG_SUFX}:multimedia/ffmpeg${FFMPEG_SUFX} \ + ${LOCALBASE}/lib/mlt/libmltqt.so:multimedia/mlt-qt4 USES= cmake kde:4 pkgconfig shared-mime-info tar:bzip2 USE_KDE= automoc4 kdelibs nepomuk-core
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612280512.uBS5Ckdi006455>