- Remove the musicbrainz plugin from Makefile.common since the audio/gstreamer-plugins-musicbrainz port is gone and audio/libmusicbrainz itself is soon to be removed - Note: musicbrainz should still be kept in the BAD_GST_ALL_PLUGINS variable so that the plugin remains disabled by default. If it is removed, the multimedia/gstreamer-plugins-bad port looks for libmusicbrainz. How-To-Repeat: - Use attached diff
Responsible Changed From-To: freebsd-ports-bugs->freebsd-multimedia Over to maintainer (via the GNATS Auto Assign Tool)
Author: kwm Date: Sun Aug 12 14:36:27 2012 New Revision: 302442 URL: http://svn.freebsd.org/changeset/ports/302442 Log: Remove musicbrainz logic, keep it in BAD_GST_ALL_PLUGINS so configure doesn't start looking for it. PR: ports/170561 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> Modified: head/multimedia/gstreamer-plugins/Makefile.common Modified: head/multimedia/gstreamer-plugins/Makefile.common ============================================================================== --- head/multimedia/gstreamer-plugins/Makefile.common Sun Aug 12 14:26:44 2012 (r302441) +++ head/multimedia/gstreamer-plugins/Makefile.common Sun Aug 12 14:36:27 2012 (r302442) @@ -406,12 +406,6 @@ gst_musepack_PLIST_FILES= ${GST_LIB_DIR} ${GST_LIB_DIR}/libgstmusepack.so gst_musepack_DIST= bad -# musicbrainz -gst_musicbrainz_LIB_DEPENDS+= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz -gst_musicbrainz_PLIST_FILES= ${GST_LIB_DIR}/libgsttrm.so \ - ${GST_LIB_DIR}/libgsttrm.la -gst_musicbrainz_DIST= bad - # nas gst_nas_LIB_DEPENDS+= audio.2:${PORTSDIR}/audio/nas gst_nas_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"
State Changed From-To: open->closed Committed Thanks!.