Package: denemo
Version: 0.7.5-2
Severity: important
Hi,
the current version has unsatisfied Build-Depends on
libasound2-dev under non-linux ports.
This package is able to use OSS under GNU/kFreeBSD,
it builds fine without libasound2-dev installed with patch bellow.
Please, could you exclude linux specific package in Build-Depends
by using "libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386]"
and apply patch bellow to debian/rules.
Thanks for your cooperation.
Petr
diff -u denemo-0.7.5/debian/rules denemo-0.7.5/debian/rules
--- denemo-0.7.5/debian/rules
+++ denemo-0.7.5/debian/rules
@@ -14,4 +14,8 @@
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-alsa \
- --with-plugins="analysis" \
+DEB_HOST_ARCH_OS = $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
+
+DEB_CONFIGURE_EXTRA_FLAGS := --with-plugins="analysis" \
--enable-gtk2
+ifeq (linux,$(DEB_HOST_ARCH_OS))
+DEB_CONFIGURE_EXTRA_FLAGS += --enable-alsa
+endif
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]