diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2015-03-27 09:07:45 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2015-03-27 09:07:45 +0000 |
commit | c2f6844e31cb3ce0d189449bf639ef9eff2a9131 (patch) | |
tree | 6205e166957cacfada8ea92f7620ffa2db896534 /audio/xfce4-pulseaudio-plugin | |
parent | 158a7bb61f550dd3c2b7df6f321b2bd7888021d8 (diff) | |
download | ports-c2f6844e31cb3ce0d189449bf639ef9eff2a9131.tar.gz ports-c2f6844e31cb3ce0d189449bf639ef9eff2a9131.zip |
Notes
Diffstat (limited to 'audio/xfce4-pulseaudio-plugin')
-rw-r--r-- | audio/xfce4-pulseaudio-plugin/Makefile | 36 | ||||
-rw-r--r-- | audio/xfce4-pulseaudio-plugin/distinfo | 2 | ||||
-rw-r--r-- | audio/xfce4-pulseaudio-plugin/pkg-descr | 5 | ||||
-rw-r--r-- | audio/xfce4-pulseaudio-plugin/pkg-plist | 8 |
4 files changed, 51 insertions, 0 deletions
diff --git a/audio/xfce4-pulseaudio-plugin/Makefile b/audio/xfce4-pulseaudio-plugin/Makefile new file mode 100644 index 000000000000..be04376098c0 --- /dev/null +++ b/audio/xfce4-pulseaudio-plugin/Makefile @@ -0,0 +1,36 @@ +# Created by: Olivier Duchateau +# $FreeBSD$ + +PORTNAME= xfce4-pulseaudio-plugin +PORTVERSION= 0.2.2 +CATEGORIES= audio xfce +MASTER_SITES= XFCE +MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R} +DIST_SUBDIR= xfce4 + +MAINTAINER= xfce@FreeBSD.org +COMMENT= Panel plugin for controlling PulseAudio mixer + +LICENSE= GPLv2 + +LIB_DEPENDS= libpulse-mainloop-glib.so:${PORTSDIR}/audio/pulseaudio +RUN_DEPENDS= pavucontrol>=2.0:${PORTSDIR}/audio/pavucontrol + +USES= pkgconfig libtool gmake gettext xfce:gtk3 tar:bzip2 +GNU_CONFIGURE= yes +USE_GNOME= glib20 gtk30 intltool intlhack +USE_XFCE= panel +USE_XORG= x11 +INSTALLS_ICONS= yes +INSTALL_TARGET= install-strip + +CONFIGURE_ARGS=--with-mixer-command=${LOCALBASE}/bin/pavucontrol +CFLAGS+= -Wno-return-type + +OPTIONS_DEFINE= KEYBINDER +OPTIONS_DEFAULT= KEYBINDER +KEYBINDER_DESC= Keyboard shortcuts +KEYBINDER_LIB_DEPENDS= libkeybinder-3.0.so:${PORTSDIR}/x11/keybinder-gtk3 +KEYBINDER_CONFIGURE_ENABLE= keybinder + +.include <bsd.port.mk> diff --git a/audio/xfce4-pulseaudio-plugin/distinfo b/audio/xfce4-pulseaudio-plugin/distinfo new file mode 100644 index 000000000000..168c02c40b5d --- /dev/null +++ b/audio/xfce4-pulseaudio-plugin/distinfo @@ -0,0 +1,2 @@ +SHA256 (xfce4/xfce4-pulseaudio-plugin-0.2.2.tar.bz2) = 67c04ab9a3932d74480f42461aafe779b68de4388db3f7546966a3967376c6d8 +SIZE (xfce4/xfce4-pulseaudio-plugin-0.2.2.tar.bz2) = 324250 diff --git a/audio/xfce4-pulseaudio-plugin/pkg-descr b/audio/xfce4-pulseaudio-plugin/pkg-descr new file mode 100644 index 000000000000..b5a0eacd5ff7 --- /dev/null +++ b/audio/xfce4-pulseaudio-plugin/pkg-descr @@ -0,0 +1,5 @@ +Xfce4-pulseaudio-plugin is a panel plugin for controlling an audio output +volume of the PulseAudio mixer. The volume can be adjusted using keyboard +shortcuts, mouse wheel, or via a linked external audio mixer tool. + +WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-pulseaudio-plugin diff --git a/audio/xfce4-pulseaudio-plugin/pkg-plist b/audio/xfce4-pulseaudio-plugin/pkg-plist new file mode 100644 index 000000000000..e02423f13259 --- /dev/null +++ b/audio/xfce4-pulseaudio-plugin/pkg-plist @@ -0,0 +1,8 @@ +lib/xfce4/panel/plugins/libpulseaudio-plugin.so +share/icons/hicolor/48x48/apps/xfce4-pulseaudio-plugin.png +share/icons/hicolor/scalable/status/audio-volume-high-symbolic.svg +share/icons/hicolor/scalable/status/audio-volume-low-symbolic.svg +share/icons/hicolor/scalable/status/audio-volume-medium-symbolic.svg +share/icons/hicolor/scalable/status/audio-volume-muted-symbolic.svg +share/icons/hicolor/scalable/apps/xfce4-pulseaudio-plugin.svg +share/xfce4/panel/plugins/pulseaudio.desktop |