Package: xmms2 / 0.7DrNo+dfsg-2

Metadata

Package Version Patches format
xmms2 0.7DrNo+dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
cli output verbosity.patch | (download)

src/clients/cli/cmd_pls.c | 10 6 + 4 - 0 !
src/clients/cli/common.h | 2 2 + 0 - 0 !
src/clients/cli/main.c | 10 10 + 0 - 0 !
3 files changed, 18 insertions(+), 4 deletions(-)

 respects now the common unix convention for output verbosity
 Common unix convention for CLI programs is being silent for successful
 operations, and being verbose on errors. This patch adjust the output verbosity
 to match the unix conventions.
Bug-Debian: http://bugs.debian.org/510374
escape minus signes.patch | (download)

src/clients/launcher/xmms2-launcher.1 | 6 3 + 3 - 0 !
src/clients/nycli/nyxmms2.1 | 54 27 + 27 - 0 !
2 files changed, 30 insertions(+), 30 deletions(-)

 escape minus signes in man pages.
rpath.patch | (download)

src/plugins/sid/wscript | 7 0 + 7 - 0 !
1 file changed, 7 deletions(-)

 fix binary-or-shlib-defines-rpath lintian warning.
silent launcher.patch | (download)

src/clients/launcher/xmms2-launcher.1 | 8 8 + 0 - 0 !
src/clients/launcher/xmms2-launcher.c | 14 11 + 3 - 0 !
2 files changed, 19 insertions(+), 3 deletions(-)

 this patch makes xmms2-launcher more smart and silent.
 All non error output is now turned off unless you run xmms2-launcher with
 the --verbose switch.
Bug-Debian: http://bugs.debian.org/510375
spelling error.patch | (download)

src/plugins/mp4/mp4ff/mp4meta.c | 2 1 + 1 - 0 !
src/xmms/main.c | 6 3 + 3 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

 correct spelling error found by lintian.
fix typo in xmms2 mdns avahi manpage.patch | (download)

src/clients/mdns/avahi/xmms2-mdns-avahi.1 | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix spelling mistake in xmms2-mdns-avahi manpage
vorbis picture support.patch | (download)

src/plugins/vorbis_common/common.c | 76 76 + 0 - 0 !
1 file changed, 76 insertions(+)

 add support for metadata_block_picture in vorbis plugin
Bug-Debian: http://bugs.debian.org/565479
linker flags.patch | (download)

wscript | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 do not link against unused libraries
fix cast error.patch | (download)

src/clients/medialib-updater/main.c | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 fix cast to pointer from integer of different size error
remove path_max.patch | (download)

src/clients/cli/common.c | 2 1 + 1 - 0 !
src/clients/cli/main.c | 8 4 + 4 - 0 !
src/clients/launcher/xmms2-launcher.c | 4 2 + 2 - 0 !
src/clients/lib/perl/XMMSClient.xs | 4 2 + 2 - 0 !
src/clients/lib/ruby/rb_xmmsclient_main.c | 4 2 + 2 - 0 !
src/clients/nycli/configuration.c | 4 2 + 2 - 0 !
src/plugins/mp4/mp4ff/drms.c | 18 9 + 9 - 0 !
src/xmms/main.c | 6 3 + 3 - 0 !
src/xmms/utils.c | 4 2 + 2 - 0 !
9 files changed, 27 insertions(+), 27 deletions(-)

 replace path_max by xmms_path_max to fix ftbfs on hurd-i386
 This is only a workaround. Fixing these issues usually boils down to replacing
 char foo[PATH_MAX] by char *foo, and using dynamic memory allocation.
xmms2 hppa.patch | (download)

wafadmin/Runner.py | 97 97 + 0 - 0 !
1 file changed, 97 insertions(+)

 disable parallel build on hppa architecture.
bp fix libavcodec initialization bug.patch | (download)

src/plugins/avcodec/avcodec.c | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 bug(2332): workaround libavcodec initialization bug
bp nycli command line length.patch | (download)

src/clients/nycli/column_display.h | 1 1 + 0 - 0 !
src/clients/nycli/utils.c | 6 5 + 1 - 0 !
2 files changed, 6 insertions(+), 1 deletion(-)

 bug(2270): increase output line length for non-terminal output
plugin tta segment with startms.patch | (download)

src/plugins/tta/tta.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 fix tta plugin to work with segment with startms
bp glib version check.patch | (download)

src/include/xmms/wscript | 4 4 + 0 - 0 !
src/xmms/main.c | 23 12 + 11 - 0 !
2 files changed, 16 insertions(+), 11 deletions(-)

---