Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Feb 2013 22:23:18 GMT
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/175941: audio/gstreamer-plugins-ladspa add missing dependency
Message-ID:  <201302072223.r17MNIJr077049@red.freebsd.org>
Resent-Message-ID: <201302072230.r17MU0Ab008070@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         175941
>Category:       ports
>Synopsis:       audio/gstreamer-plugins-ladspa add missing dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 07 22:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Pawel Pekala
>Release:        10.0-CURRENT
>Organization:
>Environment:
FreeBSD blaviken.slowicza.org 10.0-CURRENT FreeBSD 10.0-CURRENT #4: Sat Feb  2 10:36:19 CET 2013     corn@blaviken.slowicza.org:/usr/obj/usr/src/sys/BLAVIKEN64  amd64

>Description:
Package links to textproc/liblrdf if available on system:

configure: *** checking feature: ladspa ***
configure: *** for plug-ins: ladspa ***
checking ladspa.h usability... yes
checking ladspa.h presence... yes
checking for ladspa.h... yes
checking for LRDF... yes
configure: *** These plugins will be built: ladspa


>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN /usr/ports/audio/gstreamer-plugins-ladspa/Makefile audio/gstreamer-plugins-ladspa/Makefile
--- /usr/ports/audio/gstreamer-plugins-ladspa/Makefile	2012-11-17 06:54:34.000000000 +0100
+++ audio/gstreamer-plugins-ladspa/Makefile	2013-02-07 23:17:07.000000000 +0100
@@ -6,11 +6,13 @@
 #   $MCom: ports/audio/gstreamer-plugins-ladspa/Makefile,v 1.5 2008/03/19 14:05:30 ahze Exp $
 #
 
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	audio
 
 COMMENT=	Gstreamer ladspa (Linux Audio Developer's Simple Plugin API) plugin
 
+LIB_DEPENDS=	lrdf:${PORTSDIR}/textproc/liblrdf
+
 GST_PLUGIN=	ladspa
 
 MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer-plugins


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



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