svn commit: r309505 - head/audio/xfce4-mixer

Olivier Duchateau olivierd at FreeBSD.org
Wed Dec 26 09:35:03 UTC 2012


Author: olivierd
Date: Wed Dec 26 09:35:02 2012
New Revision: 309505
URL: http://svnweb.freebsd.org/changeset/ports/309505

Log:
  xfce4-mixer needs multimedia/gstreamer-plugins-good to access any OSS devices.
  
  PR:		ports/174039
  Submitted by:	David Demelier <demelier.david_AT_gmail.com>
  Approved by:	rene, miwi (mentors, implicit)

Modified:
  head/audio/xfce4-mixer/Makefile

Modified: head/audio/xfce4-mixer/Makefile
==============================================================================
--- head/audio/xfce4-mixer/Makefile	Wed Dec 26 09:15:45 2012	(r309504)
+++ head/audio/xfce4-mixer/Makefile	Wed Dec 26 09:35:02 2012	(r309505)
@@ -4,7 +4,7 @@
 
 PORTNAME=	xfce4-mixer
 PORTVERSION=	4.10.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio xfce
 MASTER_SITES=	${MASTER_SITE_XFCE}
 MASTER_SITE_SUBDIR=	src/apps/${PORTNAME}/${PORTVERSION:R}
@@ -24,7 +24,7 @@ USE_GMAKE=	yes
 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
 


More information about the svn-ports-all mailing list