ports/175941: audio/gstreamer-plugins-ladspa add missing dependency
Pawel Pekala
pawel at FreeBSD.org
Thu Feb 7 22:30:00 UTC 2013
>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 at 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:
More information about the freebsd-ports-bugs
mailing list