Bug 152252 - [Patch] Fix build of multimedia/gstreamer-plugins
Summary: [Patch] Fix build of multimedia/gstreamer-plugins
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: 2010-11-14 23:10 UTC by Herbert J. Skuhra
Modified: 2010-11-14 23:30 UTC (History)
0 users

See Also:


Attachments
file.diff (443 bytes, patch)
2010-11-14 23:10 UTC, Herbert J. Skuhra
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Herbert J. Skuhra 2010-11-14 23:10:09 UTC
The build of multimedia/gstreamer-plugins fails if audio/libtremor is installed:

gmake[3]: *** No rule to make target `/usr/local/lib/libgsttag-0.10.la', needed by `libgstivorbisdec.la'.  Stop.
gmake[3]: Leaving directory `/usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-base-0.10.30/ext/vorbis'
gmake[2]: *** [vorbis] Error 2
gmake[2]: Leaving directory `/usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-base-0.10.30/ext'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/multimedia/gstreamer-plugins/work/gst-plugins-base-0.10.30'
gmake: *** [all] Error 2
*** Error code 1

Stop in /usr/ports/multimedia/gstreamer-plugins.

Fix: Disable the ivorbis plugin.

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-11-14 23:10:14 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 2010-11-14 23:19:45 UTC
kwm         2010-11-14 23:19:41 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/gstreamer-plugins Makefile.common 
  Log:
  Fix build when audio/libtremor is installed.
  
  PR:             ports/152252
  Submitted by:   "Herbert J. Skuhra" <h.skuhra@gmail.com>
  
  Revision  Changes    Path
  1.117     +2 -1      ports/multimedia/gstreamer-plugins/Makefile.common
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Koop Mast freebsd_committer freebsd_triage 2010-11-14 23:19:55 UTC
State Changed
From-To: open->closed

Committed thanks!