Package: gxmms2
Version: 0.7.0+git20090608-1
Severity: normal

gxmms2 incorrectly sets the initial volume.  Debian patch appears to
fail to dereference a pointer correctly.  Fixed by modifying patch
(debian/patches/fixes/volume-control-fix.diff) as follows:

Within both bc_handle_volume_change_channel() and
n_volume_init_channel(), change

        volume = (gint32)(size_t)value;

to

        volume = (gint32)*((int32_t *)value);

(struct xmmsv_St begins with a union containing an int32_t value).

..ciaran

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gxmms2 depends on:
ii  libatk1.0-0       1.26.0-1               The ATK accessibility toolkit
ii  libc6             2.9-25                 GNU C Library: Shared libraries
ii  libcairo2         1.8.8-2                The Cairo 2D vector graphics libra
ii  libfontconfig1    2.6.0-4                generic font configuration library
ii  libfreetype6      2.3.9-5                FreeType 2 font engine, shared lib
ii  libglib2.0-0      2.20.5-1               The GLib library of C routines
ii  libgtk2.0-0       2.16.5-1               The GTK+ graphical user interface 
ii  libpango1.0-0     1.24.5-1               Layout and rendering of internatio
ii  libx11-6          2:1.2.2-1              X11 client-side library
ii  libxmmsclient-gli 0.6DrMattDestruction-4 XMMS2 - glib client library
ii  libxmmsclient5    0.6DrMattDestruction-4 XMMS2 - client library
ii  xmms2-icon        0.6DrMattDestruction-4 XMMS2 - icon package

gxmms2 recommends no packages.

Versions of packages gxmms2 suggests:
ii  xmms2-core        0.6DrMattDestruction-4 XMMS2 - core package

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to