Skip to content

Commit

Permalink
xfce4-pulseaudio-plugin: Add version 0.4.1
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
david authored and pmenzel committed May 24, 2018
1 parent 9f374f4 commit c101f5f
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions xfce4-pulseaudio-plugin.be0
Original file line number Diff line number Diff line change
@@ -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}"'

0 comments on commit c101f5f

Please sign in to comment.