Skip to content

slyrz/klingklang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

klingklang

klingklang screenshot

A minimal music player for Linux and BSD. GUI toolkit free. Metadata free. Manage your music library with mv/cp and friends.

Requirements

You need to have the following libraries/programs installed:

Additionally, the following programs are required to build klingklang from source. They should be present on most Unix systems.

Supported Display Servers

X11

If you want to build klingklang as X client, make sure the following libraries are present:

Please make sure your cairo library was build with xcb support.

Wayland

If you want to build klingklang as Wayland client, make sure the following libraries are present:

Please make sure your cairo library was build with egl support.

Supported Audio Backends

You need to have one of the following libraries installed:

Installation

Files created by autotools are not kept under version control. It's necessary to create the missing Makefile and configure script by running

autoreconf --force --install

Before you can run make, you have to execute the configure script.

./configure

The configure script accepts the following options:

  • --with-backend={alsa|ao|oss|portaudio|pulseaudio|sndio}
    Use the given audio backend.

  • --with-display-server={x11|wayland}
    Use the given display server.

  • --enable-debugging
    Disable compiler optimization, but turn on additional warning flags and produce debug symbols.

Now you're able to compile klingklang by running

make
make install

The second command is optional. Execute it if you want to install the klingklang binary on your system.

Commands

  • CTRL + A - Add
  • CTRL + C - Clear
  • CTRL + N - Next
  • CTRL + P - Pause
  • CTRL + R - Rewind

Releases

No releases published

Packages

No packages published

Languages