Skip to content

Replace Xfce4-mixer by Xfce4-pulseaudio-plugin #787

Merged
merged 6 commits into from
May 24, 2018

Commits on May 24, 2018

  1. xfce4-mixer: Securely download source archive

    Use HTTPS to securely download the source archive.
    pmenzel committed May 24, 2018
    Configuration menu
    Copy the full SHA
    0ac19a5 View commit details
    Browse the repository at this point in the history
  2. xfce4-mixer: Remove due to GStreamer 1.x incompatibilties

    After the GStreamer update, the Xfce4 mixer doesn’t start anymore.
    
    ```
    $ xfce4-mixer
    xfce4-mixer: error while loading shared libraries: libgstreamer-0.10.so.0: cannot open shared object file: No such file or directory
    ```
    
    Rebuilding against GStreamer 1.12.x fails. The mixer is not maintained
    anymore, and superseded by Xfce4-pulseaudio-plugin. Therefore, remove
    it.
    
    Fixes: commit 4127087 (Merge pull request #728 from mariux64/update-gstreamer)
    pmenzel committed May 24, 2018
    Configuration menu
    Copy the full SHA
    97c99c4 View commit details
    Browse the repository at this point in the history
  3. xfce4-panel: Securely download source archive

    Use HTTPS to securely download the source archive.
    pmenzel committed May 24, 2018
    Configuration menu
    Copy the full SHA
    8d36de3 View commit details
    Browse the repository at this point in the history
  4. xfce4-panel: Enable GTK+ 3

    Xfce4-pulseaudio-plugin needs `libxfce4panel-2.0`. The switch detects a
    GTK+ 3 installation and additionally installs `libxfce4panel-2.0`.
    
    ```
    lrwxrwxrwx root/system       0 2018-05-24 12:29 /usr/lib/libxfce4panel-2.0.so -> libxfce4panel-2.0.so.4.0.0
    lrwxrwxrwx root/system       0 2018-05-24 12:29 /usr/lib/libxfce4panel-2.0.so.4 -> libxfce4panel-2.0.so.4.0.0
    -rwxr-xr-x root/system  411488 2018-05-24 12:29 /usr/lib/libxfce4panel-2.0.so.4.0.0
    lrwxrwxrwx root/system       0 2018-05-24 12:29 /usr/lib/libxfce4panel-1.0.so -> libxfce4panel-1.0.so.4.0.0
    lrwxrwxrwx root/system       0 2018-05-24 12:29 /usr/lib/libxfce4panel-1.0.so.4 -> libxfce4panel-1.0.so.4.0.0
    -rwxr-xr-x root/system  441736 2018-05-24 12:29 /usr/lib/libxfce4panel-1.0.so.4.0.0
    -rw-r--r-- root/system     322 2018-05-24 12:29 /usr/lib/pkgconfig/libxfce4panel-2.0.pc
    -rw-r--r-- root/system     322 2018-05-24 12:29 /usr/lib/pkgconfig/libxfce4panel-1.0.pc
    ```
    pmenzel committed May 24, 2018
    Configuration menu
    Copy the full SHA
    95d68b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f374f4 View commit details
    Browse the repository at this point in the history
  6. xfce4-pulseaudio-plugin: Add version 0.4.1

    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.
    david authored and pmenzel committed May 24, 2018
    Configuration menu
    Copy the full SHA
    c101f5f View commit details
    Browse the repository at this point in the history