svn commit: r316655 - in head: audio/gstreamer-plugins-ladspa multimedia/gstreamer-plugins
Koop Mast
kwm at FreeBSD.org
Sat Apr 27 09:03:24 UTC 2013
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 at FreeBSD.org>
-#
+# Created by: Michael Johnson <ahze at 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
More information about the svn-ports-all
mailing list