Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Dec 2012 19:22:07 GMT
From:      David Demelier <demelier.david@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/174039: [patch] audio/xfce4-mixer: needs gstreamer-plugins-good to work
Message-ID:  <201212011922.qB1JM7Yt041069@red.freebsd.org>
Resent-Message-ID: <201212011930.qB1JU0Y3088574@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212011922.qB1JM7Yt041069>