svn commit: r429710 - head/multimedia/kdenlive

Alberto Villa avilla at FreeBSD.org
Wed Dec 28 05:12:47 UTC 2016


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


More information about the svn-ports-head mailing list