ports/159153: [patch] net-im/emesene: webcam support needs gstreamer v4l2

David Demelier demelier.david at gmail.com
Sun Jul 24 08:20:09 UTC 2011


>Number:         159153
>Category:       ports
>Synopsis:       [patch] net-im/emesene: webcam support needs gstreamer v4l2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 24 08:20:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     David Demelier
>Release:        8.2-STABLE
>Organization:
>Environment:
FreeBSD Melon.malikania.fr 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Jul 16 10:17:29 CEST 2011     root at Melon.malikania.fr:/usr/obj/usr/src/sys/Melon  amd64

>Description:
emesene needs multimedia/gstreamer-plugins-v4l2 to get webcam support as you can see with this error when going trough the webcam preference section :

[...]
Could not create gst element factory for v4l2src (missing plugin?)

This patch add the dependency of gstreamer-plugins-v4l2.
>How-To-Repeat:

>Fix:
--- emesene.diff begins here ---
--- Makefile.orig	2011-07-24 10:06:24.000000000 +0200
+++ Makefile	2011-07-24 10:06:40.000000000 +0200
@@ -24,7 +24,7 @@
 USE_PYTHON=	yes
 USE_GETTEXT=	yes
 USE_GNOME=	pygtk2 desktopfileutils
-USE_GSTREAMER=	python
+USE_GSTREAMER=	python v4l2
 INSTALLS_ICONS=	yes
 REINPLACE_ARGS=	-i ""
 
--- emesene.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list