Package: wmcdplay / 1.0beta1-13

Metadata

Package Version Patches format
wmcdplay 1.0beta1-13 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
change_artwork_dir.patch | (download)

wmcdplay.cc | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 change artwork installation directory.
 Move artwork files to /usr/share/wmcdplay to conform to FHS.
 .
 Patch created for 1.0beta1-2.  Converted to quilt for 1.0beta-12.
add_interval_option.patch | (download)

wmcdplay.cc | 11 10 + 1 - 0 !
1 file changed, 10 insertions(+), 1 deletion(-)

 add -i option so users can specify cd polling interval.
 Patch created for 1.0beta1-2.  Converted to quilt for 1.0beta-12.
Bug-Debian: http://bugs.debian.org/25121
build_without_manpage.patch | (download)

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

 build without manpage.
 Switch from using ComplexProgramTarget() to ComplexProgramTargetNoMan() in
 IMakefile.  Otherwise, build fails with:
   "*** No rule to make target `wmcdplay.man', needed by `wmcdplay._man'."
 .
 Patch created for 1.0beta1-8.  Converted to quilt for 1.0beta-12.
Bug-Debian: http://bugs.debian.org/123732
set_remain_to_zero.patch | (download)

wmcdplay.cc | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 set remain variable to zero.
 This avoids an possible undeclared variable error five lines later if remain
 is never set:
    "if(remain<2250)"
 .
 Patch created for some version between 1.0beta1-5 and and 1.0beta1-8.
 Converted to quilt for 1.0beta-12.
remove_extra_arg.patch | (download)

wmcdplay.cc | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 remove extra argument to format in fprintf.
 This avoids the following warning during build:
    "warning: too many arguments for format [-Wformat-extra-args]"
 .
 Patch created for some version between 1.0beta1-5 and and 1.0beta1-8.
 Converted to quilt for 1.0beta-12.
add_parentheses.patch | (download)

cdctl.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 add parentheses in cdctl.h.
 This avoids the following warning during build:
   "warning: suggest parentheses around assignment used as truth value
    [-Wparentheses]"
 .
 Patch created for some version between 1.0beta1-5 and and 1.0beta1-8.
 Converted to quilt for 1.0beta-12.
add_debugging_comments.patch | (download)

cdctl.h | 10 10 + 0 - 0 !
1 file changed, 10 insertions(+)

 add debugging comments to cdctl.h.
 Patch created for some version between 1.0beta1-5 and and 1.0beta1-8.
 Converted to quilt for 1.0beta-12.
fix_hurd_ftbfs.patch | (download)

cdctl.h | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 wmcdplay: ftbfs on hurd-i386
 Hello,
 .
 wmcdplay currently FTBFS on hurd-i386, due to inclusion of a linux-specific
 header <linux/cdrom.h>. The attached patch fixes it by including
 <sys/cdrom.h> instead, could you please apply it?
 .
 Thanks,
 Samuel
install_art_scripts.patch | (download)

ARTWORK | 33 26 + 7 - 0 !
XPM/makeall | 2 1 + 1 - 0 !
2 files changed, 27 insertions(+), 8 deletions(-)

 install scripts for creating artwork.
 There are two scripts for creating artwork files included in the wmcdplay
 source.  Previously, they were not included in the Debian package.
 .
 Beginning in version 1.0beta1-13, they are installed in /usr/lib/wmcdplay.
 This patch updates the makeall script to reflect this location and updates
 the ARTWORK documentation file accordingly.
kfreebsd_port.patch | (download)

cdctl_freebsd.h | 459 459 + 0 - 0 !
wmcdplay.cc | 4 4 + 0 - 0 !
2 files changed, 463 insertions(+)

 port wmcdplay to debian gnu/kfreebsd
 As is, wmcdplay does not build on FreeBSD systems.  Although it has since
 been deleted, a port of wmcdplay for FreeBSD was available.  It consisted
 primarily of the following patch to cdctl.h:
 https://svnweb.freebsd.org/ports/head/audio/wmcdplay/files/
 patch-aa?revision=56594&view=co&pathrev=56594
 .
 This patch includes this patched version when building kfreebsd binaries.