Skip to content

lasselindqvist/kaffeine5

 
 

Repository files navigation

This is an experimental KF5/Qt5 port of kaffeine. Work is in progress, and may advance too slowly. Please try to fix the compile issues you are facing and lets collaborate to make Kaffeine KDE 5 ready.

-------------------
Installing Kaffeine
-------------------

The following development headers are needed (recommended versions):
* Qt >= 5.0
* KF >= 5.0
* libX11
* libXss

For the translations you need:
* gettext

Create an empty build directory and do the following steps:
# cmake <path/to/kaffeine/source/directory> <options>
# make
# make install

Useful options include:
* -DCMAKE_BUILD_TYPE=<type> (Debug or Release)
* -DCMAKE_INSTALL_PREFIX=<path> (installation prefix for Kaffeine, e.g. /usr)

--------
DEV STATUS
--------

WiP

-------
Authors
-------

Former maintainers:
  Christoph Pfister <christophpfister@gmail.com>
  Christophe Thommeret
  Jürgen Kofler
Thanks to various contributors, translators, testers ...

About

Kaffeine - KDE Media Player

Resources

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
COPYING
Unknown
COPYING-DOCS

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.3%
  • C 2.6%
  • CMake 1.1%