Date: Sat, 27 Apr 2013 09:10:00 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-multimedia@FreeBSD.org Subject: Re: ports/175941: commit references a PR Message-ID: <201304270910.r3R9A06Z028585@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/175941; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/175941: commit references a PR Date: Sat, 27 Apr 2013 09:03:36 +0000 (UTC) Author: kwm Date: Sat Apr 27 09:03:23 2013 New Revision: 316655 URL: http://svnweb.freebsd.org/changeset/ports/316655 Log: If liblrdf is installed the ladspa plugin will build against it. So add it to lib_depends. PR: ports/175941 Submitted by: pawel@ Modified: head/audio/gstreamer-plugins-ladspa/Makefile (contents, props changed) head/multimedia/gstreamer-plugins/Makefile.common Modified: head/audio/gstreamer-plugins-ladspa/Makefile ============================================================================== --- head/audio/gstreamer-plugins-ladspa/Makefile Sat Apr 27 08:50:46 2013 (r316654) +++ head/audio/gstreamer-plugins-ladspa/Makefile Sat Apr 27 09:03:23 2013 (r316655) @@ -1,12 +1,8 @@ -# New ports collection makefile for: gstreamer-plugins-ladspa -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ # $MCom: ports/audio/gstreamer-plugins-ladspa/Makefile,v 1.5 2008/03/19 14:05:30 ahze Exp $ -# -PORTREVISION= 0 +PORTREVISION= 2 CATEGORIES= audio COMMENT= Gstreamer ladspa (Linux Audio Developer's Simple Plugin API) plugin Modified: head/multimedia/gstreamer-plugins/Makefile.common ============================================================================== --- head/multimedia/gstreamer-plugins/Makefile.common Sat Apr 27 08:50:46 2013 (r316654) +++ head/multimedia/gstreamer-plugins/Makefile.common Sat Apr 27 09:03:23 2013 (r316655) @@ -349,6 +349,7 @@ gst_jpeg_PLIST_FILES= ${GST_LIB_DIR}/lib # ladspa gst_ladspa_BUILD_DEPENDS+= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa +gst_ladspa_LIB_DEPENDS+= lrdf:${PORTSDIR}/textproc/liblrdf gst_ladspa_PLIST_FILES= ${GST_LIB_DIR}/libgstladspa.la \ ${GST_LIB_DIR}/libgstladspa.so gst_ladspa_DIST= bad _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304270910.r3R9A06Z028585>