Bug 170561 - [PATCH] multimedia/gstreamer-plugins: Remove libmusicbrainz references
Summary: [PATCH] multimedia/gstreamer-plugins: Remove libmusicbrainz references
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-multimedia (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-12 13:50 UTC by Jason E. Hale
Modified: 2012-08-12 15:40 UTC (History)
1 user (show)

See Also:


Attachments
2012-08-12-gstreamer-plugins.diff (538 bytes, patch)
2012-08-12 13:50 UTC, Jason E. Hale
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jason E. Hale 2012-08-12 13:50:00 UTC
- 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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-12 13:53:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-multimedia

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-08-12 15:36:37 UTC
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"
Comment 3 Koop Mast freebsd_committer freebsd_triage 2012-08-12 15:36:40 UTC
State Changed
From-To: open->closed

Committed Thanks!.