Date: Thu, 7 May 2009 17:48:15 GMT From: Alberto Villa <villa.alberto@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/134340: [maintainer update] Update port: multimedia/kdenlive - add optional dependency on graphics/frei0r Message-ID: <200905071748.n47HmFCV097273@www.freebsd.org> Resent-Message-ID: <200905071750.n47Ho30l081289@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905071748.n47HmFCV097273>