Bug 147742

Summary: multimedia/gstreamer-plugins-v4l2 fails to install from ports
Product: Ports & Packages Reporter: Dmitry <smallcms>
Component: Individual Port(s)Assignee: freebsd-multimedia (Nobody) <multimedia>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Dmitry 2010-06-10 01:30:05 UTC
--->  Installing the new version via the port
===>  Installing for gstreamer-plugins-v4l2-0.10.23,3
===>   gstreamer-plugins-v4l2-0.10.23,3 depends on executable: webcamd - not found
===>    Verifying reinstall for webcamd in /usr/ports/multimedia/webcamd
===>  webcamd-0.1.14 requires FreeBSD 8.0-RELEASE or later.
*** Error code 1

Stop in /usr/ports/multimedia/webcamd.
*** Error code 1

Stop in /usr/ports/multimedia/gstreamer-plugins-v4l2.
*** Error code 1

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

Fix: 

ee /usr/ports/multimedia/gstreamer-plugins/Makefile.common

remove line:
gst_gst_v4l2_RUN_DEPENDS+=<---->webcamd:${PORTSDIR}/multimedia/webcamd
How-To-Repeat: cd /usr/ports/multimedia/gstreamer-plugins-v4l2
make install
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2010-06-10 02:21:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-multimedia

Fix synopsis and assign.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-06-10 09:50:34 UTC
kwm         2010-06-10 08:50:25 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/gstreamer-plugins Makefile.common 
  Log:
  Only depend on webcamd for the v4l2 plugin, if we are on 8.0 or higher.
  
  PR:             ports/147742
  Submitted by:   Dmitry <smallcms@gmail.com>
  
  Revision  Changes    Path
  1.108     +3 -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-06-10 09:50:44 UTC
State Changed
From-To: open->closed

Fix committed thanks!