From owner-svn-ports-all@freebsd.org Wed Dec 28 05:12:47 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5CB4EC91C78; Wed, 28 Dec 2016 05:12:47 +0000 (UTC) (envelope-from avilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C4D61F2B; Wed, 28 Dec 2016 05:12:47 +0000 (UTC) (envelope-from avilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBS5CkvE006456; Wed, 28 Dec 2016 05:12:46 GMT (envelope-from avilla@FreeBSD.org) Received: (from avilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBS5Ckdi006455; Wed, 28 Dec 2016 05:12:46 GMT (envelope-from avilla@FreeBSD.org) Message-Id: <201612280512.uBS5Ckdi006455@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: avilla set sender to avilla@FreeBSD.org using -f From: Alberto Villa Date: Wed, 28 Dec 2016 05:12:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429710 - head/multimedia/kdenlive X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2016 05:12:47 -0000 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