forwarded 573339 http://pulseaudio.org/ticket/817
tags 573339 + patch
thanks

Hi,

I fixed all the build issues and one runtime issue of pulseaudio on 
Hurd, and sent opened a ticket upstream:
   http://pulseaudio.org/ticket/817

Also, other then pulseaudio itself, also its Debian packaging needs a 
small patch (attached) to proper generate the pulseaudio.install for 
hurd-i386. It would be nice if you (Debian maintainers of pulseaudio) 
could apply it so, whenever pulseaudio will be fixed upstream to compile 
on the Hurd, the Debian packages will be successfully built.

Alle mercoledì 10 marzo 2010, Benjamin Drung ha scritto:
> pulseaudio fails to build on hurd-i386. This prevents libao to build
>  on hurd-386, which prevents xmms2 build on hurd-i386.
(note there is a version of pulseaudio with the patch sent upstream 
available on hurd's debian-ports)

-- 
Pino Toscano
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,8 @@
 	    debian/pulseaudio.install.kfreebsd-i386
 	grep -v -e alsa -e evdev -e udev debian/pulseaudio.install > \
 	    debian/pulseaudio.install.kfreebsd-amd64
+	grep -v -e alsa -e evdev -e udev debian/pulseaudio.install > \
+	    debian/pulseaudio.install.hurd-i386
 
 common-install-arch::
 	find $(DEB_DESTDIR) -name "*.la" -delete
@@ -29,6 +31,7 @@
 clean::
 	rm -f debian/pulseaudio.install.kfreebsd-i386
 	rm -f debian/pulseaudio.install.kfreebsd-amd64
+	rm -f debian/pulseaudio.install.hurd-i386
 
 update-patch-series:
 	mkdir -p $(CURDIR)/debian/patches

Attachment: signature.asc
Description: This is a digitally signed message part.

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

Reply via email to