From nobody@FreeBSD.org  Thu May  7 17:48:15 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E29B0106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  7 May 2009 17:48:15 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id D04158FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  7 May 2009 17:48:15 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n47HmFLa097274
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 7 May 2009 17:48:15 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n47HmFCV097273;
	Thu, 7 May 2009 17:48:15 GMT
	(envelope-from nobody)
Message-Id: <200905071748.n47HmFCV097273@www.freebsd.org>
Date: Thu, 7 May 2009 17:48:15 GMT
From: Alberto Villa <villa.alberto@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [maintainer update] Update port: multimedia/kdenlive - add optional dependency on graphics/frei0r
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>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:    dhn
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 07 17:50:03 UTC 2009
>Closed-Date:    Fri May 08 21:43:39 UTC 2009
>Last-Modified:  Fri May  8 21:50:01 UTC 2009
>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@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:
Responsible-Changed-From-To: freebsd-ports-bugs->dhn 
Responsible-Changed-By: dhn 
Responsible-Changed-When: Thu May 7 20:10:36 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=134340 
State-Changed-From-To: open->closed 
State-Changed-By: dhn 
State-Changed-When: Fri May 8 21:43:38 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=134340 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/134340: commit references a PR
Date: Fri,  8 May 2009 21:43:30 +0000 (UTC)

 dhn         2009-05-08 21:43:21 UTC
 
   FreeBSD ports repository
 
   Modified files:
     multimedia/kdenlive  Makefile 
   Log:
   - Add Frei0r plugin support
   - Bump PORTREVISION
   
   PR:             ports/134340
   Submitted by:   Alberto Villa <villa.alberto@gmail.com> (maintainer)
   Approved by:    miwi (mentor implicit)
   
   Revision  Changes    Path
   1.5       +7 -1      ports/multimedia/kdenlive/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
