Date: Fri, 24 Aug 2012 18:20:04 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-multimedia@FreeBSD.org Subject: Re: ports/170997: commit references a PR Message-ID: <201208241820.q7OIK40S052413@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/170997; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/170997: commit references a PR Date: Fri, 24 Aug 2012 18:13:40 +0000 (UTC) Author: avilla Date: Fri Aug 24 18:13:28 2012 New Revision: 303096 URL: http://svn.freebsd.org/changeset/ports/303096 Log: - Add dependency on flite shared library in gstreamer-plugins-flite to fix unresolvable links. - Bump PORTREVISION. PR: 170997 Submitted by: avilla (me) Approved by: kwm (multimedia) Modified: head/audio/gstreamer-plugins-flite/Makefile head/multimedia/gstreamer-plugins/Makefile.common Modified: head/audio/gstreamer-plugins-flite/Makefile ============================================================================== --- head/audio/gstreamer-plugins-flite/Makefile Fri Aug 24 17:16:37 2012 (r303095) +++ head/audio/gstreamer-plugins-flite/Makefile Fri Aug 24 18:13:28 2012 (r303096) @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= audio COMMENT= Gstreamer flite run-time speech synthesis engine plugin Modified: head/multimedia/gstreamer-plugins/Makefile.common ============================================================================== --- head/multimedia/gstreamer-plugins/Makefile.common Fri Aug 24 17:16:37 2012 (r303095) +++ head/multimedia/gstreamer-plugins/Makefile.common Fri Aug 24 18:13:28 2012 (r303096) @@ -285,10 +285,10 @@ gst_flac_PLIST_FILES= ${GST_LIB_DIR}/lib ${GST_LIB_DIR}/libgstflac.so # flite -gst_flite_BUILD_DEPENDS+= ${LOCALBASE}/lib/libflite.a:${PORTSDIR}/audio/flite -gst_flite_PLIST_FILES= ${GST_LIB_DIR}/libgstflite.la \ - ${GST_LIB_DIR}/libgstflite.so -gst_flite_DIST= bad +gst_flite_LIB_DEPENDS+= flite.1:${PORTSDIR}/audio/flite +gst_flite_PLIST_FILES= ${GST_LIB_DIR}/libgstflite.la \ + ${GST_LIB_DIR}/libgstflite.so +gst_flite_DIST= bad # gconf gst_gconf_USE_GNOME+= gnomeprefix gconf2 _______________________________________________ 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?201208241820.q7OIK40S052413>