Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Apr 2013 09:03:23 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316655 - in head: audio/gstreamer-plugins-ladspa multimedia/gstreamer-plugins
Message-ID:  <201304270903.r3R93N3R005324@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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