[SCM] rtaudio/master: Add libpulse-dev to deps of -dev package. (Closes: #833271)
Felipe Sateler
fsateler at debian.org
Tue Aug 2 13:39:31 UTC 2016
On 2 August 2016 at 07:43, <mira-guest at users.alioth.debian.org> wrote:
> The following commit has been merged in the master branch:
> commit e34c103bad0f3ab33e7c6dd578cd061d6f4a57b1
> Author: Jaromír Mikeš <mira.mikes at seznam.cz>
> 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
More information about the pkg-multimedia-maintainers
mailing list