Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jan 2019 11:01:26 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r489766 - head/audio/xfce4-pulseaudio-plugin
Message-ID:  <201901091101.x09B1QUf061453@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Wed Jan  9 11:01:26 2019
New Revision: 489766
URL: https://svnweb.freebsd.org/changeset/ports/489766

Log:
  - Enable mpris2 and wnck support in xfce4-pulseaudio-plugin
  - Add Uses=gnome
  - While here silence some portlint warnings
  
  PR:		234768
  Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>

Modified:
  head/audio/xfce4-pulseaudio-plugin/Makefile

Modified: head/audio/xfce4-pulseaudio-plugin/Makefile
==============================================================================
--- head/audio/xfce4-pulseaudio-plugin/Makefile	Wed Jan  9 10:57:31 2019	(r489765)
+++ head/audio/xfce4-pulseaudio-plugin/Makefile	Wed Jan  9 11:01:26 2019	(r489766)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xfce4-pulseaudio-plugin
 PORTVERSION=	0.4.1
+PORTREVISION=	1
 CATEGORIES=	audio xfce
 MASTER_SITES=	XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
 DIST_SUBDIR=	xfce4
@@ -17,15 +18,18 @@ LIB_DEPENDS=	libpulse-mainloop-glib.so:audio/pulseaudi
 		libdbus-glib-1.so:devel/dbus-glib
 RUN_DEPENDS=	pavucontrol>=2.0:audio/pavucontrol
 
-USES=		gettext gmake libtool pkgconfig tar:bzip2 xfce:gtk3
-GNU_CONFIGURE=	yes
-USE_GNOME=	glib20 gtk30 intltool cairo
+USES=		gettext gmake gnome libtool pkgconfig tar:bzip2 xfce:gtk3
+USE_GNOME=	glib20 gtk30 intltool cairo libwnck3
 USE_XFCE=	panel
 USE_XORG=	x11
+
+GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 INSTALL_TARGET=	install-strip
 
-CONFIGURE_ARGS=--with-mixer-command=${LOCALBASE}/bin/pavucontrol
+CONFIGURE_ARGS=--with-mixer-command=${LOCALBASE}/bin/pavucontrol \
+		--enable-mpris2 \
+		--enable-wnck
 CFLAGS+=	-Wno-return-type
 
 OPTIONS_DEFINE=			KEYBINDER



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