Your message dated Wed, 24 Sep 2008 05:47:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#496907: fixed in xfmedia 0.9.2-6
has caused the Debian Bug report #496907,
regarding Xfmedia doesn't check for uppercase extensions when adding directory.
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
496907: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=496907
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: xfmedia
Version: 0.9.2
Severity: minor
Tags: patch
Hi,
Currently Xfmedia doesn't check for uppercase extensions when adding a
directory, so for example, loading a directory with *.OGG files instead
of *.ogg will fail, no tracks are displayed on the playlist.
I join a patch against src/mainwin-callbacks.c.
Regards,
François.
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.24-1-686-bigmem (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--- mainwin-callbacks.c.orig 2006-11-27 07:21:23.000000000 +0000
+++ mainwin-callbacks.c 2008-08-28 15:05:14.000000000 +0000
@@ -1103,7 +1103,7 @@
p = g_strrstr(file, ".");
if(!p || !*(p+1))
continue;
- if(!strstr(allowed_extensions, p))
+ if(!strcasestr(allowed_extensions, p))
continue;
}
--- End Message ---
--- Begin Message ---
Source: xfmedia
Source-Version: 0.9.2-6
We believe that the bug you reported is fixed in the latest version of
xfmedia, which is due to be installed in the Debian FTP archive:
xfmedia-dev_0.9.2-6_amd64.deb
to pool/main/x/xfmedia/xfmedia-dev_0.9.2-6_amd64.deb
xfmedia_0.9.2-6.diff.gz
to pool/main/x/xfmedia/xfmedia_0.9.2-6.diff.gz
xfmedia_0.9.2-6.dsc
to pool/main/x/xfmedia/xfmedia_0.9.2-6.dsc
xfmedia_0.9.2-6_amd64.deb
to pool/main/x/xfmedia/xfmedia_0.9.2-6_amd64.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Yves-Alexis Perez <[EMAIL PROTECTED]> (supplier of updated xfmedia package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Wed, 24 Sep 2008 07:35:43 +0200
Source: xfmedia
Binary: xfmedia xfmedia-dev
Architecture: source amd64
Version: 0.9.2-6
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers <[EMAIL PROTECTED]>
Changed-By: Yves-Alexis Perez <[EMAIL PROTECTED]>
Description:
xfmedia - Xfce media player
xfmedia-dev - The Xfmedia development files
Closes: 496907
Changes:
xfmedia (0.9.2-6) unstable; urgency=low
.
* debian/patches:
- 07_case-insensitive-add added, enable case-insensitive add for
folders, thanks François Wendling. closes: #496907
Checksums-Sha1:
dbc1e61db3f62ac179910462e55befd3e5fb8f77 1472 xfmedia_0.9.2-6.dsc
8007d951a3a0ac5c5c596747e3ca0d51c9707955 6552 xfmedia_0.9.2-6.diff.gz
5b69985c5cfe3a5293f7a01c0a3bdc1ab8dcb554 733978 xfmedia_0.9.2-6_amd64.deb
11c927662fc825109a4efce8117b2ef206ed62fb 80236 xfmedia-dev_0.9.2-6_amd64.deb
Checksums-Sha256:
c2092eb893dcb14d649a7b604906ade10be70c8eece035d4156fdab2f3eb64ad 1472
xfmedia_0.9.2-6.dsc
7b275d9a487ba680a08dfe38217e10def451ab8ab3904d7cae8c67de4bcb932e 6552
xfmedia_0.9.2-6.diff.gz
befd0d56a5e6ec4fe1cb8d27be4bb03a11f59ac450a877bfa533eb108af88bfa 733978
xfmedia_0.9.2-6_amd64.deb
a5e3341b1564b2806829cecbf08fc897623dde16f5d35bb9798c753c0e042ba4 80236
xfmedia-dev_0.9.2-6_amd64.deb
Files:
320ea16391d3df8d00c252d5475c9228 1472 sound optional xfmedia_0.9.2-6.dsc
0443a8c456d58451e6619e8c725f35e2 6552 sound optional xfmedia_0.9.2-6.diff.gz
38b9b3e54727c7a280de9afc7a264c37 733978 sound optional
xfmedia_0.9.2-6_amd64.deb
4f2d37c900993e25208b269462ae0f16 80236 devel optional
xfmedia-dev_0.9.2-6_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkjZ0tMACgkQTUTAIMXAW65n3wCfSLougxU7fiUxZmzjtVqslLfb
OLUAn0qxTL0+g8mH8JZJuNOaYXgupcNe
=dSg+
-----END PGP SIGNATURE-----
--- End Message ---