tags 581672 + patch
thanks

* Jakub Wilk <jw...@debian.org>, 2010-05-14, 22:00:
Your package no longer builds from source on kfreebsd-*:

0.5.4.0-1 reverted some changes that were made in 0.5.4-3. The attached patch makes sure that ALSA won't be used on non-Linux architectures.

--
Jakub Wilk
diff -Nru lash-0.5.4.0/debian/control lash-0.5.4.0/debian/control
--- lash-0.5.4.0/debian/control	2010-04-18 14:09:47.000000000 +0200
+++ lash-0.5.4.0/debian/control	2010-05-15 03:05:26.000000000 +0200
@@ -13,7 +13,7 @@
  python-all-dev,
  debhelper (>= 7.0.1),
  libjack-dev,
- libasound2-dev,
+ libasound2-dev [!kfreebsd-amd64 !kfreebsd-i386 !hurd-i386],
  libreadline-dev,
  uuid-dev,
  libgtk2.0-dev,
diff -Nru lash-0.5.4.0/debian/rules lash-0.5.4.0/debian/rules
--- lash-0.5.4.0/debian/rules	2010-04-18 14:02:19.000000000 +0200
+++ lash-0.5.4.0/debian/rules	2010-05-15 03:14:38.000000000 +0200
@@ -7,6 +7,10 @@
 include /usr/share/cdbs/1/class/python-autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
+ifneq ($(shell dpkg-architecture -qDEB_BUILD_ARCH_OS),linux)
+DEB_CONFIGURE_EXTRA_FLAGS = --disable-alsa-midi
+endif
+
 DEB_UPSTREAM_URL = http://download.savannah.gnu.org/releases/lash
 
 # TODO: Drop this hack (and that in watch file) after next upstream release

Attachment: signature.asc
Description: Digital signature

_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to