Source: pulseaudio-dlna
Section: sound
Priority: optional
Maintainer: Muammar El Khatib <muammar@debian.org>
Build-Depends: debhelper (>=9),
               python-all,
               python-pip,
               python-setuptools,
               python-dbus,
               python-virtualenv | virtualenv,
               git-core,
               ca-certificates,
               help2man,
               dh-python,
               quilt
Standards-Version: 3.9.7
Homepage: https://github.com/masmu/pulseaudio-dlna
X-Python-Version: >= 2.6

Package: pulseaudio-dlna
Architecture: all
Depends: python2.7,
         python-dbus (>=1.2.0),
         python-setuptools (>=3.3),
         python-beautifulsoup (>=3.2.1),
         python-docopt (>=0.6.1),
         python-requests (>=2.2.1),
         python-setproctitle (>=1.0.1),
         python-gobject (>=3.12.0),
         python-protobuf (>=2.5.0),
         python-notify2 (>=0.3),
         python-psutil (>=1.2.1),
         python-concurrent.futures (>=2.1.6),
         python-chardet (>=2.0.1),
         python-netifaces (>=0.8),
         python-lxml (>=3.0),
         vorbis-tools (>=1.4.0),
         sox (>=14.4.1),
         lame (>=3.99.0),
         flac (>=1.3.0),
         faac (>=1.28),
         opus-tools (>=0.1.8),
         ${misc:Depends},
         ${python:Depends}
Suggests: python-cairo (>=1.8.8),
          python-rsvg (>=2.32.0),
          python-gtk2 (>=2.24.0),
          ffmpeg (>=2.5.10),
          libav-tools (>=9.18),
Description: Stream audio to DLNA devices and Chromecasts
 A lightweight streaming server which brings DLNA/UPNP and Chromecast support
 to PulseAudio and Linux. It can stream your current PulseAudio playback to
 different UPNP devices (UPNP Media Renderers) or Chromecasts in your network.
 .
 Its main goals are:
 easy to use, no configuration hassle, no big dependencies.
