ports/134340: [maintainer update] Update port: multimedia/kdenlive - add optional dependency on graphics/frei0r

Alberto Villa villa.alberto at gmail.com
Thu May 7 17:50:04 UTC 2009


>Number:         134340
>Category:       ports
>Synopsis:       [maintainer update] Update port: multimedia/kdenlive - add optional dependency on graphics/frei0r
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 07 17:50:03 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Alberto Villa
>Release:        FreeBSD 7-STABLE
>Organization:
>Environment:
FreeBSD echo.hoth 7.2-STABLE FreeBSD 7.2-STABLE #4: Mon May  4 14:19:14 CEST 2009     root at echo.hoth:/usr/obj/usr/src/sys/TPR60  i386
>Description:
add optional dependency on newly submitted frei0r plugins
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN /usr/ports/multimedia/kdenlive/Makefile kdenlive/Makefile
--- /usr/ports/multimedia/kdenlive/Makefile	2009-05-03 04:10:19.000000000 +0200
+++ kdenlive/Makefile	2009-05-07 18:56:25.000000000 +0200
@@ -6,6 +6,7 @@
 
 PORTNAME=	kdenlive
 PORTVERSION=	0.7.3
+PORTREVISION=	1
 CATEGORIES=	multimedia kde
 MASTER_SITES=	SFE
 
@@ -29,11 +30,16 @@
 
 MAN1=		kdenlive.1 kdenlive_render.1
 
-OPTIONS=	LADSPA	"Install LADSPA plugins" on \
+OPTIONS=	FREI0R	"Install Frei0r plugins" on \
+		LADSPA	"Install LADSPA plugins" on \
 		SCREENGRAB	"Screen capture with recordMyDesktop" on
 
 .include <bsd.port.pre.mk>
 
+.ifdef(WITH_FREI0R)
+RUN_DEPENDS+=	frei0r>=1.1.22:${PORTSDIR}/graphics/frei0r
+.endif
+
 .ifdef(WITH_LADSPA)
 RUN_DEPENDS+=	swhplugins>=0:${PORTSDIR}/audio/swhplugins
 .endif


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list