svn commit: r331163 - in head/multimedia: kdenlive mlt

William Grzybowski wg at FreeBSD.org
Mon Oct 21 17:37:44 UTC 2013


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}"


More information about the svn-ports-head mailing list