You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdemultimedia/kscd/libwm
toma e2de64d6f1
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
15 years ago
..
audio Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
include Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
Makefile.am Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
PLAT_IMPL_STATUS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
buildindex.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
cdda.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
cddaslave.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
cddb.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
cdinfo.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
cdrom.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
cdtext.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
configure.in.in Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
database.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
drv_sony.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
drv_toshiba.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
index.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
plat_aix.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
plat_bsd386.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
plat_freebsd.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
plat_hpux.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
plat_irix.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
plat_linux.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
plat_linux_audio.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
plat_linux_cdda.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
plat_news.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
plat_openbsd.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
plat_osf1.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
plat_scor5.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
plat_sun.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
plat_sun_audio.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
plat_sun_cdda.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
plat_svr4.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
plat_template.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
plat_ultrix.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
scsi.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
wm_helpers.c Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago

README

$Id$

This directory contains the WorkMan library.

libworkman is a multi-plaform CD-Player library for creating various
CD-Player-UIs.

06.03.2003 Alex Kern <alex.kern@gmx.de>
  I have reworked most part of libworkman, get rid of most of externals
  add cdda support for linux and, I hope not breaked it for SUN ;-)
  
  Interface was cleaned, that means for a potentialy application developers
  new rules:
    1. please include only wm_cdrom.h it's all defines and functions, what
       you need. You have any exceptions.
    2. for cdtext, include wm_cdtext.h
    3. for cddb, include wm_cddb.h (think, it's not so powerfull and can be replaced with
       any new external library.
    4. wm_cdinfo declares any externals now, I will change it in the future