Package: ascd / 0.13.2-11

Metadata

Package Version Patches format
ascd 0.13.2-11 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 fix seg fault.patch | (download)

ascd/faktory.c | 16 11 + 5 - 0 !
1 file changed, 11 insertions(+), 5 deletions(-)

 prevent buffer overrun


02 fix paths for debian.patch | (download)

ascd/README | 2 1 + 1 - 0 !
ascd/config.h | 2 1 + 1 - 0 !
ascd/dirs.h | 6 3 + 3 - 0 !
ascd/misc/config.h.default | 2 1 + 1 - 0 !
ascd/misc/dirs.h.default | 6 3 + 3 - 0 !
libworkman/Config | 2 1 + 1 - 0 !
6 files changed, 10 insertions(+), 10 deletions(-)

 replaced hard-coded file paths with ones appropriate for debian

03 disable scsi pass through.patch | (download)

libworkman/include/wm_config.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disable scsi pass-through code which prevents workman from working
 with IDE devices


04 replace xv with display.patch | (download)

ascd/ascd.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 replace xv with display as external viewer


05 disable shared libworkman.patch | (download)

libworkman/Config | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 don't build or install libworkman as a shared library


06 add cddb support.patch | (download)

README_CDDB | 24 24 + 0 - 0 !
config.h | 1 1 + 0 - 0 !
libworkman/cddb.c | 244 117 + 127 - 0 !
libworkman/database.c | 93 85 + 8 - 0 !
libworkman/include/wm_cdda.h | 1 0 + 1 - 0 !
libworkman/include/wm_cddb.h | 2 1 + 1 - 0 !
libworkman/wm_helpers.c | 1 1 + 0 - 0 !
patchlevel.h | 7 7 + 0 - 0 !
8 files changed, 236 insertions(+), 137 deletions(-)

 cddb support
 This patch completes and enables the CDDB support in libworkman, so libworkman
 will now lookup unknown CD's in CDDB, store them in the local database, and
 AScd will show that info.


07 fix obsolete C prototypes.patch | (download)

ascd/ascd.c | 10 6 + 4 - 0 !
ascd/ext.h | 4 2 + 2 - 0 !
ascd/faktory.c | 3 3 + 0 - 0 !
ascd/handlers.c | 8 7 + 1 - 0 !
ascd/misc.c | 6 3 + 3 - 0 !
libworkman/cddb.c | 2 1 + 1 - 0 !
6 files changed, 22 insertions(+), 11 deletions(-)

 fix obsolete and incorrect c function prototypes


08 fix man page typoes.patch | (download)

ascd/ascd.man | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix a couple of man-page typo's


09 workman include fix.patch | (download)

default | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix removal of ascd/workman link
 It is s'posed to be a sym-link, but in 0.13.2 it is a directory (and there is a
 broken sym-link in ../libworkman/include).