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
François Andriot fcfa466de2
Fix issue 74 (FTBFS on Fedora 40)
1 month ago
..
audio cmake: Fix FTBFS from prior commit 6 years ago
include Replace deprecated ustat using fstatfs 6 years ago
CMakeLists.txt Split CD support for NetBSD from FreeBSD 5 years ago
ConfigureChecks.cmake Fix issue 74 (FTBFS on Fedora 40) 1 month 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 Fixed remaining GPL address zip codes 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 Removed explicit usage of the 'register' keyword. 4 years ago
cddb.c Fixed remaining GPL address zip codes 15 years ago
cdinfo.c Fixed remaining GPL address zip codes 15 years ago
cdrom.c Fixed remaining GPL address zip codes 15 years ago
cdtext.c Rename obsolete tq methods to standard names 13 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 Fix for time_t != long 5 years ago
drv_sony.c Fixed remaining GPL address zip codes 15 years ago
drv_toshiba.c Fixed remaining GPL address zip codes 15 years ago
index.c Fixed remaining GPL address zip codes 15 years ago
plat_aix.c Fix typos. 12 years ago
plat_bsd386.c Fix typos. 12 years ago
plat_freebsd.c Split CD support for NetBSD from FreeBSD 5 years ago
plat_hpux.c Replace deprecated ustat using fstatfs 6 years ago
plat_irix.c Fix typos. 12 years ago
plat_linux.c Replace deprecated ustat using fstatfs 6 years ago
plat_linux_audio.c rename the following methods: 13 years ago
plat_linux_cdda.c Fix issue 74 (FTBFS on Fedora 40) 1 month ago
plat_netbsd.c Split CD support for NetBSD from FreeBSD 5 years ago
plat_news.c Replace deprecated ustat using fstatfs 6 years ago
plat_openbsd.c Replace deprecated ustat using fstatfs 6 years ago
plat_osf1.c Replace deprecated ustat using fstatfs 6 years ago
plat_scor5.c Fix typos. 12 years ago
plat_sun.c Removed explicit usage of the 'register' keyword. 4 years ago
plat_sun_audio.c rename the following methods: 13 years ago
plat_sun_cdda.c Fixed remaining GPL address zip codes 15 years ago
plat_svr4.c Fix unintended renaming 10 years ago
plat_template.c Fix typos. 12 years ago
plat_ultrix.c Replace deprecated ustat using fstatfs 6 years ago
scsi.c Fix unintended renaming 10 years ago
wm_helpers.c Fixed remaining GPL address zip codes 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