the keyboard work automatically. It uses PulseAudio for chosing which card/sink/track to act on. This is a fork of the original xfce4-volumed to drop GStreamer support and use PulseAudio instead. WWW: https://launchpad.net/xfce4-volumed-pulse Obtained from: Xfce dev repository
29 lines
737 B
Makefile
29 lines
737 B
Makefile
# Created by: Olivier Duchateau
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xfce4-volumed-pulse
|
|
PORTVERSION= 0.2.0
|
|
CATEGORIES= deskutils xfce
|
|
MASTER_SITES= https://launchpadlibrarian.net/133628016/ \
|
|
https://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/
|
|
DIST_SUBDIR= xfce4
|
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
|
COMMENT= Volume management daemon for Xfce using PulseAudio
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libpulse.so:${PORTSDIR}/audio/pulseaudio \
|
|
libnotify.so:${PORTSDIR}/devel/libnotify \
|
|
libkeybinder.so:${PORTSDIR}/x11/keybinder
|
|
|
|
USES= pkgconfig gmake tar:bz2
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= glib20 gtk20
|
|
USE_XFCE= configenv xfconf
|
|
INSTALL_TARGET= install-strip
|
|
|
|
CONFIGURE_ARGS=--enable-libnotify
|
|
|
|
.include <bsd.port.mk>
|