From c101f5f5ab05ef2e9e0f8fbfeaba62c18650d6f0 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 15 May 2018 14:04:40 +0200 Subject: [PATCH] xfce4-pulseaudio-plugin: Add version 0.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This supersedes Xfce4-mixer, and is the new audio control for Xfce4. > What is xfce4-pulseaudio-plugin? > ================================ > > 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, a slider in a popup menu, or via a > linked external audio mixer tool. > > Website: > http://goodies.xfce.org/projects/panel-plugins/xfce4-pulseaudio-plugin > > > Release notes for 0.4.0 > ======================= > This is the first stable release of the 0.4.x series! > > Preferences: > - Use correct player names and icons in the media player section > > Translation Updates: > Catalan, Chinese (China), Croatian, French, Hebrew, Italian, Kazakh, > Malay, Norwegian Bokmål, Portuguese, Portuguese (Brazil), Serbian, > Spanish, Swedish, Turkish > > As a refresher, the 0.3.x development series introduced several new > features, included in 0.4.0. > - Support for audio input volume > - Switching between audio input and output devices > - MPRIS2 integration: playback controls, multimedia keyboard > integration, and playlist support > Release notes for 0.4.1 > ======================= > Stable Translations Release. --- xfce4-pulseaudio-plugin.be0 | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100755 xfce4-pulseaudio-plugin.be0 diff --git a/xfce4-pulseaudio-plugin.be0 b/xfce4-pulseaudio-plugin.be0 new file mode 100755 index 000000000..74f423ffb --- /dev/null +++ b/xfce4-pulseaudio-plugin.be0 @@ -0,0 +1,35 @@ +#!/usr/bin/env beesh + +#BEE_VERSION xfce4-pulseaudio-plugin-0.4.1-0 + +SRCURL[0]="https://archive.xfce.org/src/panel-plugins/xfce4-pulseaudio-plugin/${PKGVERSION[2]}/xfce4-pulseaudio-plugin-${PKGVERSION}.tar.bz2" + +# PATCHURL+=() + +# EXCLUDE+=() + +# build_in_sourcedir + +# sourcesubdir_append src + + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} +## by default this may be 'make install DESTDIR="${D}"'