Package: python-pygame
Version: 1.7.1release-4.1
Severity: normal
Judging by the following test I presume that pygame, in certain
circumstances, uses timidity to play MIDI files. So a dependency on
timidity or a note about that fact somewhere in the documentation would
be welcomed.
Without the package timidity installed:
$ file file.MID
file.MID: Standard MIDI data (format 1) using 9 tracks at 1/480
$ python -c "import pygame; pygame.init();
pygame.mixer.music.load('file.MID')"
open /dev/sequencer: No such file or directory
Traceback (most recent call last):
File "<string>", line 1, in ?
pygame.error: /etc/timidity/timidity.cfg: No such file or directory
With timidity installed:
$ python -c "import pygame; pygame.init();
pygame.mixer.music.load('file.MID')"
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (990, 'unstable'), (850, 'testing'), (760, 'stable'), (10,
'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.18-4-k7
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages python-pygame depends on:
ii libc6 2.5-10 GNU C Library: Shared libraries
ii libsdl-image1.2 1.2.5-3 image loading library for
Simple D
ii libsdl-mixer1.2 1.2.6-2 mixer library for Simple
DirectMed
ii libsdl-ttf2.0-0 2.0.8-3+b1 ttf library for Simple
DirectMedia
ii libsdl1.2debian 1.2.11-9 Simple DirectMedia Layer
ii libsmpeg0 0.4.5+cvs20030824-1.10 SDL MPEG Player Library -
shared l
ii python 2.4.4-6 An interactive high-level
object-o
ii python-central 0.5.14 register and build utility
for Pyt
ii python-numeric 24.2-7 Numerical (matrix-oriented)
Mathem
python-pygame recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]