golang-github-anacrolix-dms 1.1.0-1 source package in Ubuntu

Changelog

golang-github-anacrolix-dms (1.1.0-1) unstable; urgency=medium

  * New upstream release.
    - drop Build-Depends: golang-github-mattn-go-gtk-dev, libgtk2.0-dev
      (go-gtk usage moved to separate module dms-gtk-gui)
    - add Build-Depends: golang-github-nfnt-resize-dev
  * Standards-Version: 4.5.0
  * Present Build-Depends as dev package Depends.

 -- Drew Parsons <email address hidden>  Sat, 15 Feb 2020 17:41:45 +0800

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-anacrolix-dms_1.1.0-1.dsc 2.4 KiB 99d59d8ecb67c2765986b149d057e8889e5c725cf898c4cd31222e293e404a40
golang-github-anacrolix-dms_1.1.0.orig.tar.gz 95.6 KiB 4f81b95f2a9dbbdb92f4bc77733718e29e349e8fbc3020a3b541a8a954b66ebc
golang-github-anacrolix-dms_1.1.0-1.debian.tar.xz 3.4 KiB 196963e1f40c0796af2f3c69319887db341d540fd0dd3135bb777129d551c1fc

Available diffs

No changes file available.

Binary packages built by this source

anacrolix-dms: No summary available for anacrolix-dms in ubuntu groovy.

No description available for anacrolix-dms in ubuntu groovy.

anacrolix-dms-dbgsym: debug symbols for anacrolix-dms
golang-github-anacrolix-dms-dev: Go source for UPnP DLNA Digital Media Server

 dms is a UPnP DLNA Digital Media Server. It runs from the terminal, and serves
 content directly from the filesystem from the working directory, or the path
 given. The SSDP component will broadcast and respond to requests on all
 available network interfaces.
 .
 This package provides the Go language source code for dms.
 .
 dms advertises and serves the raw files, in addition to alternate transcoded
 streams when it's able, such as mpeg2 PAL-DVD and WebM for the Chromecast. It
 will also provide thumbnails where possible.
 .
 dms uses ffprobe/avprobe to get media data such as bitrate
 and duration, ffmpeg/avconv for video transoding, and
 ffmpegthumbnailer for generating thumbnails when browsing. These
 commands must be in the PATH given to dms or the features
 requiring them will be disabled.
 .
 Known Compatible Players and Renderers
 ======================================
 .
  * Probably all Panasonic Viera TVs.
  * Android's BubbleUPnP and AirWire
  * Chromecast
  * VLC
  * LG Smart TVs, with varying success.