Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Oct 2013 17:37:44 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331163 - in head/multimedia: kdenlive mlt
Message-ID:  <201310211737.r9LHbiwu041119@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Mon Oct 21 17:37:43 2013
New Revision: 331163
URL: http://svnweb.freebsd.org/changeset/ports/331163

Log:
  multimedia/mlt,kdenlive: unset FFMPEG_SUFX
  
  - Unset FFMPEG_SUFX to use ffmpeg-2
  
  Approved by:	portmgr (bapt, implicit)

Modified:
  head/multimedia/kdenlive/Makefile
  head/multimedia/mlt/Makefile

Modified: head/multimedia/kdenlive/Makefile
==============================================================================
--- head/multimedia/kdenlive/Makefile	Mon Oct 21 17:32:48 2013	(r331162)
+++ head/multimedia/kdenlive/Makefile	Mon Oct 21 17:37:43 2013	(r331163)
@@ -2,7 +2,7 @@
 
 PORTNAME=	kdenlive
 PORTVERSION=	0.9.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	multimedia kde
 MASTER_SITES=	${MASTER_SITE_KDE}
 MASTER_SITE_SUBDIR=	stable/${PORTNAME}/${PORTVERSION}/src/
@@ -25,7 +25,7 @@ USE_BZIP2=	yes
 CMAKE_ARGS=	-DFFMPEG_SUFFIX:STRING="${FFMPEG_SUFX}"
 
 # Keep in sync with multimedia/mlt, possibly.
-FFMPEG_SUFX=	1
+FFMPEG_SUFX=
 
 MAN1=		kdenlive.1 kdenlive_render.1
 

Modified: head/multimedia/mlt/Makefile
==============================================================================
--- head/multimedia/mlt/Makefile	Mon Oct 21 17:32:48 2013	(r331162)
+++ head/multimedia/mlt/Makefile	Mon Oct 21 17:37:43 2013	(r331163)
@@ -2,7 +2,7 @@
 
 PORTNAME=	mlt
 PORTVERSION=	0.9.0
-PORTREVISION?=	1
+PORTREVISION?=	2
 CATEGORIES?=	multimedia
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 
@@ -66,7 +66,7 @@ PLIST_SUB+=	DV="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MFFMPEG} || ${PORT_OPTIONS:MVDPAU}
-FFMPEG_SUFX=	1
+FFMPEG_SUFX=
 LIB_DEPENDS+=	avformat${FFMPEG_SUFX}:${PORTSDIR}/multimedia/ffmpeg${FFMPEG_SUFX}
 CONFIGURE_ARGS+=--enable-avformat --avformat-swscale \
 		--avformat-suffix="${FFMPEG_SUFX}"



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