ports/174039: [patch] audio/xfce4-mixer: needs gstreamer-plugins-good to work

David Demelier demelier.david at gmail.com
Sat Dec 1 19:30:01 UTC 2012


>Number:         174039
>Category:       ports
>Synopsis:       [patch] audio/xfce4-mixer: needs gstreamer-plugins-good to work
>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:   Sat Dec 01 19:30:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     David Demelier
>Release:        9.1-RELEASE
>Organization:
>Environment:
FreeBSD Groseille.malikania.fr 9.1-RELEASE FreeBSD 9.1-RELEASE #10 r243764: Sat Dec  1 19:58:30 CET 2012     root at Groseille.malikania.fr:/usr/obj/usr/src/sys/Groseille  amd64

>Description:
The Xfce mixer application and applet require gstreamer-plugins-good to work. This gstreamer plugin provides library for OSS access. If this plugin is not installed the application will fails with this error :

Streamer was unable to detect any sound devices. Some sound system specific GStreamer packages may be missing. It may also be a permissions problem.
>How-To-Repeat:

>Fix:
--- mixer.diff begins here ---
--- Makefile.orig	2012-12-01 20:15:03.000000000 +0100
+++ Makefile	2012-12-01 20:16:28.000000000 +0100
@@ -23,7 +23,7 @@
 USE_GNOME=	gnomehack glib20 gtk20 intltool intlhack desktopfileutils
 USE_XFCE=	configenv libmenu libutil panel xfconf
 USE_PKGCONFIG=	build
-USE_GSTREAMER=	yes
+USE_GSTREAMER=	good
 
 MAKE_JOBS_UNSAFE=	yes
 
--- mixer.diff ends here ---

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


More information about the freebsd-ports-bugs mailing list