On 2 August 2016 at 07:43, <[email protected]> wrote: > The following commit has been merged in the master branch: > commit e34c103bad0f3ab33e7c6dd578cd061d6f4a57b1 > Author: Jaromír Mikeš <[email protected]> > Date: Tue Aug 2 13:37:36 2016 +0200 > > Add libpulse-dev to deps of -dev package. (Closes: #833271)
Is this the correct fix? AFAICT there is no reason for an rtaudio-using package to require libpulse. The correct fix seems to me to be dropping libpulse-dev (and alsa) from Requires, as rtaudio is supposed to be an abstraction over those libraries, and the dev packages are not required: % grep '#include' RtAudio.h #include <string> #include <vector> #include <exception> #include <iostream> #include <windows.h> #include <process.h> #include <pthread.h> #include <sys/time.h> #include <sstream> #include <CoreAudio/AudioHardware.h> -- Saludos, Felipe Sateler _______________________________________________ pkg-multimedia-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers
