kdelibs/libkcompactdisc/wmlib
Ivailo Monev 09f78b5d9a libkcompactdisc: fix deprecation warning emmited during build
since alsa v1.0.16 it is noop and there is no alternative
2015-10-12 14:31:06 +03:00
..
audio libkcompactdisc: fix deprecation warning emmited during build 2015-10-12 14:31:06 +03:00
include generic: import libkcddb and libkcompactdics 2015-09-03 22:21:19 +00:00
cdda.c generic: import libkcddb and libkcompactdics 2015-09-03 22:21:19 +00:00
cddb.c generic: import libkcddb and libkcompactdics 2015-09-03 22:21:19 +00:00
cdrom.c generic: import libkcddb and libkcompactdics 2015-09-03 22:21:19 +00:00
cdtext.c generic: import libkcddb and libkcompactdics 2015-09-03 22:21:19 +00:00
drv_sony.c generic: import libkcddb and libkcompactdics 2015-09-03 22:21:19 +00:00
drv_toshiba.c generic: import libkcddb and libkcompactdics 2015-09-03 22:21:19 +00:00
plat_aix.c generic: import libkcddb and libkcompactdics 2015-09-03 22:21:19 +00:00
plat_bsd386.c generic: import libkcddb and libkcompactdics 2015-09-03 22:21:19 +00:00
plat_freebsd.c generic: import libkcddb and libkcompactdics 2015-09-03 22:21:19 +00:00
plat_hpux.c generic: import libkcddb and libkcompactdics 2015-09-03 22:21:19 +00:00
plat_irix.c generic: import libkcddb and libkcompactdics 2015-09-03 22:21:19 +00:00
plat_linux.c generic: import libkcddb and libkcompactdics 2015-09-03 22:21:19 +00:00
plat_news.c generic: import libkcddb and libkcompactdics 2015-09-03 22:21:19 +00:00
plat_openbsd.c generic: import libkcddb and libkcompactdics 2015-09-03 22:21:19 +00:00
plat_osf1.c generic: import libkcddb and libkcompactdics 2015-09-03 22:21:19 +00:00
plat_scor5.c generic: import libkcddb and libkcompactdics 2015-09-03 22:21:19 +00:00
plat_sun.c generic: import libkcddb and libkcompactdics 2015-09-03 22:21:19 +00:00
plat_sun_cdda.c generic: import libkcddb and libkcompactdics 2015-09-03 22:21:19 +00:00
plat_svr4.c generic: import libkcddb and libkcompactdics 2015-09-03 22:21:19 +00:00
plat_template.c generic: import libkcddb and libkcompactdics 2015-09-03 22:21:19 +00:00
plat_ultrix.c generic: import libkcddb and libkcompactdics 2015-09-03 22:21:19 +00:00
README generic: import libkcddb and libkcompactdics 2015-09-03 22:21:19 +00:00
scsi.c generic: import libkcddb and libkcompactdics 2015-09-03 22:21:19 +00:00
wm_helpers.c generic: import libkcddb and libkcompactdics 2015-09-03 22:21:19 +00:00

$Id: README 211917 2003-03-06 21:46:03Z kernalex $

This directory contains the WorkMan library.

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

06.03.2003 Alexander 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 has all defines and functions, what
       you need. You have any exceptions.
    2. for cdtext, include wm_cdtext.h also.
    3. for cddb, include wm_cddb.h (think, it's not so powerfull and can be replaced with
       some new external library.
    4. wm_cdinfo declares some externals now, I will change it in the future.