Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#34453 - [vlc] 2.0.5-4 isn't compiled with the --enable-fluidsynth flag
Attached to Project:
Arch Linux
Opened by Erwan Thomas (Janotus) - Monday, 25 March 2013, 15:16 GMT
Last edited by Jan de Groot (JGC) - Thursday, 28 March 2013, 08:18 GMT
Opened by Erwan Thomas (Janotus) - Monday, 25 March 2013, 15:16 GMT
Last edited by Jan de Groot (JGC) - Thursday, 28 March 2013, 08:18 GMT
|
DetailsHello
VLC 2.0.5-4 can't play midi files. The setting described in the wiki that should enable this feature doesn't exist (see https://wiki.archlinux.org/index.php/MIDI#VLC). I suppose the package isn't compiled with the --enable-fluidsynth flag. I haven't been able to check in the pkgbuild (git kept giving me error 500), but anyway see the output of this command on my system: $ vlc --list | grep fluidsynth VLC media player 2.0.5 Twoflower (revision 2.0.5-0-g1661b7d) $ Therefore, this is a feature request, could you please include the --enable-fluidsynth flag in the pkgbuild ? Thank you very much. |
This task depends upon
Closed by Jan de Groot (JGC)
Thursday, 28 March 2013, 08:18 GMT
Reason for closing: Not a bug
Additional comments about closing: Fluidsynth support is covered by an optdepend. Support for fluidsynth is available in our packaged version of VLC.
Thursday, 28 March 2013, 08:18 GMT
Reason for closing: Not a bug
Additional comments about closing: Fluidsynth support is covered by an optdepend. Support for fluidsynth is available in our packaged version of VLC.
In addition, I noted that fluidsynth is present in the optional dependencies, which doesn't make sense to me given what precedes.
I added an entry in the wiki (same page as in the feature request) about that.
vlc --list does include fluidsynth on my machine. Perhaps you should check /usr/lib/vlc/plugins/codec/libfluidsynth_plugin.so (make sure it exists and run ldd on it and make sure all the libraries are satisfied).
ldd /usr/lib/vlc/plugins/codec/libfluidsynth_plugin.so showed me that fluidsynth wasn't installed on my system. I don't why I automatically assumed it was present, but installing it obviously solved this 'issue'.
I'm sorry for the noise on the bug tracker and the wiki (modification is now undone), next time I'll know better and post in the forum.
Anyway, thank you qmega for your answer and for teaching me about that useful ldd command.
PS: I had already noticed this length detection issue on other systems, so I don't think it is related to Archlinux. Maybe reporting it upstream would be interesting, but given my newbieness I'm leaving it to my betters :).