svn commit: r489766 - head/audio/xfce4-pulseaudio-plugin
Guido Falsi
madpilot at FreeBSD.org
Wed Jan 9 11:01:27 UTC 2019
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 at 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
More information about the svn-ports-head
mailing list