Date: Wed, 26 Dec 2012 09:35:02 +0000 (UTC) From: Olivier Duchateau <olivierd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309505 - head/audio/xfce4-mixer Message-ID: <201212260935.qBQ9Z2St039219@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212260935.qBQ9Z2St039219>