Commit graph

8 commits

Author SHA1 Message Date
Doug Torrance e94de4a618 wmusic: Fix incompatible pointer types. 2018-06-24 07:46:57 -07:00
Doug Torrance 9f5c04185b wmusic: Port to playerctl for MPRIS support.
Since development on XMMS ended long ago (last release was in 2007), we have
switched support to MPRIS (Media Player Remote Interfacing Specification),
an API for controlling *any* media player which supports it.  We use the
playerctl C library, available from https://github.com/acrisci/playerctl.

Because of the switch, several more XMMS-specific features have been removed.
In particular,
* The channels are no longer displayed, and the volume is always displayed.
* The bitrate is no longer displayed, and the title is always displayed.
* The eject feature no longer is functional, although the eject button is
  still present.
* Toggling between the various XMMS windows is no longer supported.
2018-06-24 07:46:57 -07:00
Doug Torrance 3b4eb3abaf wmusic: Update location of libdockapp header file. 2018-06-24 07:46:57 -07:00
Doug Torrance 2f2b84548d wmusic: Remove version.h header file; use autoconf's PACKAGE_STRING instead 2018-06-24 07:46:57 -07:00
Doug Torrance a28f29d147 wmusic: Modernize autotools files 2018-06-24 07:46:57 -07:00
Doug Torrance 12843a05f5 wmusic: Remove libdockapp directory; we will used shared lib. 2018-06-24 07:46:57 -07:00
Doug Torrance 08e87d5780 wmusic: Remove debian directory, spec file, and generated autotools files. 2018-06-24 07:46:57 -07:00
Doug Torrance 7054a65b90 wmusic: Add version 1.5.0 to repository 2018-06-24 07:46:56 -07:00