Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jan 2018 11:11:17 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r458021 - in head/multimedia: mlt mlt-qt4 mlt-qt5
Message-ID:  <201801041111.w04BBH56022088@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Thu Jan  4 11:11:17 2018
New Revision: 458021
URL: https://svnweb.freebsd.org/changeset/ports/458021

Log:
  Unbreak multimedia/mlt* after 457914
  
  Removing eigen as a run-depend in graphics/movit makes mlt fail to build.
  Add eigen as a build-depend to mlt*.
  
  Pointy hat:	tcberner
  Reported by:	antoine

Modified:
  head/multimedia/mlt-qt4/Makefile
  head/multimedia/mlt-qt5/Makefile
  head/multimedia/mlt/Makefile

Modified: head/multimedia/mlt-qt4/Makefile
==============================================================================
--- head/multimedia/mlt-qt4/Makefile	Thu Jan  4 09:56:25 2018	(r458020)
+++ head/multimedia/mlt-qt4/Makefile	Thu Jan  4 11:11:17 2018	(r458021)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PORTREVISION=	1
+PORTREVISION=	2
 
 CONFLICTS_INSTALL=	${PORTNAME}-qt5-*
 

Modified: head/multimedia/mlt-qt5/Makefile
==============================================================================
--- head/multimedia/mlt-qt5/Makefile	Thu Jan  4 09:56:25 2018	(r458020)
+++ head/multimedia/mlt-qt5/Makefile	Thu Jan  4 11:11:17 2018	(r458021)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PORTREVISION=	1
+PORTREVISION=	2
 
 CONFLICTS_INSTALL=	${PORTNAME}-qt4-*
 

Modified: head/multimedia/mlt/Makefile
==============================================================================
--- head/multimedia/mlt/Makefile	Thu Jan  4 09:56:25 2018	(r458020)
+++ head/multimedia/mlt/Makefile	Thu Jan  4 11:11:17 2018	(r458021)
@@ -2,7 +2,7 @@
 
 PORTNAME=	mlt
 PORTVERSION=	6.4.1
-PORTREVISION?=	5
+PORTREVISION?=	6
 CATEGORIES?=	multimedia
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 
@@ -12,7 +12,7 @@ COMMENT?=	Multimedia framework for TV broadcasting
 LICENSE?=	GPLv2 GPLv3 LGPL21
 LICENSE_COMB?=	multi
 
-USES+=		alias gmake pkgconfig
+USES+=		alias eigen:3 gmake pkgconfig
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--enable-gpl --enable-gpl3 --target-os=FreeBSD
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801041111.w04BBH56022088>