This daemon is responsible of making the volume up/down and mute keys of
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
This commit is contained in:
parent
59c942ef4d
commit
3981b8c7d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372993
@ -269,6 +269,7 @@
|
||||
SUBDIR += xfce4-notifyd
|
||||
SUBDIR += xfce4-tumbler
|
||||
SUBDIR += xfce4-volumed
|
||||
SUBDIR += xfce4-volumed-pulse
|
||||
SUBDIR += xfce4-xkb-plugin
|
||||
SUBDIR += xmaddressbook
|
||||
SUBDIR += xmdiary
|
||||
|
29
deskutils/xfce4-volumed-pulse/Makefile
Normal file
29
deskutils/xfce4-volumed-pulse/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# 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>
|
2
deskutils/xfce4-volumed-pulse/distinfo
Normal file
2
deskutils/xfce4-volumed-pulse/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (xfce4/xfce4-volumed-pulse-0.2.0.tar.bz2) = 6930034a30bfa54106f3c76ea8e50f578426f5e6151c0e82fda04e6d127de550
|
||||
SIZE (xfce4/xfce4-volumed-pulse-0.2.0.tar.bz2) = 282403
|
8
deskutils/xfce4-volumed-pulse/pkg-descr
Normal file
8
deskutils/xfce4-volumed-pulse/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
This daemon is responsible of making the volume up/down and mute keys of
|
||||
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
|
2
deskutils/xfce4-volumed-pulse/pkg-plist
Normal file
2
deskutils/xfce4-volumed-pulse/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/xfce4-volumed-pulse
|
||||
etc/xdg/autostart/xfce4-volumed-pulse.desktop
|
Loading…
Reference in New Issue
Block a user