Bug#637158: fluidsynth: FTBFS on hurd-i386
Samuel Thibault
sthibault at debian.org
Mon Aug 8 23:08:31 UTC 2011
Package: fluidsynth
Version: 1.1.3-4
Severity: important
Tags: patch
Hello,
hurd-i386 also needs alsa and dbus to be disabled, the attached simply
extend the existing kfreebsd quirk.
Samuel
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.0.0 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages fluidsynth depends on:
ii libc6 2.13-10 Embedded GNU C Library: Shared lib
ii libfluidsynth1 1.1.3-4 Real-time MIDI software synthesize
Versions of packages fluidsynth recommends:
ii qsynth 0.3.6-1 fluidsynth MIDI sound synthesiser
fluidsynth suggests no packages.
-- no debconf information
--
Samuel Thibault <samuel.thibault at fnac.net>
La carte réseau fournie par cybercable (sn2000) ne va-t-elle que sur
bus isa ou peut-on aussi la mettre sur bus PCI.
Merci de m'éclairer.
-+- JP in le Neuneu Pète un Câble : Une carte dans chaque port -+-
-------------- next part --------------
--- debian/rules.orig 2011-08-09 01:05:03.578828704 +0200
+++ debian/rules 2011-08-09 01:05:49.729218651 +0200
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
LDFLAGS+=-Wl,--as-needed
-ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)
+ifneq ($(findstring $(DEB_HOST_ARCH_OS),kfreebsd hurd),)
EXTRA_CONFIGURE_ARGS += -Denable-alsa=off -Denable-dbus=off
endif
More information about the pkg-multimedia-maintainers
mailing list