--- mpris-remote-0.0~1.gpb7c7f5c6.orig/debian/changelog +++ mpris-remote-0.0~1.gpb7c7f5c6/debian/changelog @@ -0,0 +1,12 @@ +mpris-remote (0.0~1.gpb7c7f5c6-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Build with dh-python instead of python-support. Closes: #786032 + + -- Mattia Rizzolo Sun, 13 Dec 2015 18:19:33 +0000 + +mpris-remote (0.0~1.gpb7c7f5c6-1) unstable; urgency=low + + * Initial release (Closes: #591855) + + -- Ulrich Dangel Mon, 03 Aug 2010 2:43:08 +0200 --- mpris-remote-0.0~1.gpb7c7f5c6.orig/debian/compat +++ mpris-remote-0.0~1.gpb7c7f5c6/debian/compat @@ -0,0 +1 @@ +5 --- mpris-remote-0.0~1.gpb7c7f5c6.orig/debian/control +++ mpris-remote-0.0~1.gpb7c7f5c6/debian/control @@ -0,0 +1,25 @@ +Source: mpris-remote +Section: utils +Priority: optional +Maintainer: Ulrich Dangel +Build-Depends: debhelper (>= 7.0.50~) +Build-Depends-Indep: asciidoc, docbook-xsl, xsltproc, python, dh-python +Standards-Version: 3.9.1 +Homepage: http://incise.org/mpris-remote.html + +Package: mpris-remote +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, python-dbus +Description: command-line interface for mpris compatible media players + mpris-remote is a command-line interface to control mpris capable + media players player like: + - amarok + - vlc + - qmpp + - audacious + . + mpris-remote supports features like: + - play + - pause + - add-track + - change volume --- mpris-remote-0.0~1.gpb7c7f5c6.orig/debian/copyright +++ mpris-remote-0.0~1.gpb7c7f5c6/debian/copyright @@ -0,0 +1,19 @@ +This package was debianized by Ulrich Dangel on +Tue, 03 Aug 2010 20:44:17 +0100. + + +It was downloaded from + +Upstream Author: + + Nick Welch + +Copyright: + + Public domain + +License: + + Public domain + +The Debian packaging is also public domain, Ulrich Dangel . --- mpris-remote-0.0~1.gpb7c7f5c6.orig/debian/dirs +++ mpris-remote-0.0~1.gpb7c7f5c6/debian/dirs @@ -0,0 +1 @@ +usr/bin --- mpris-remote-0.0~1.gpb7c7f5c6.orig/debian/mpris-remote.1.txt +++ mpris-remote-0.0~1.gpb7c7f5c6/debian/mpris-remote.1.txt @@ -0,0 +1,104 @@ +:man source: mpris-remote +:man manual: mpris-remopte Manual + +mpris-remote(1) +================ + +Name +---- +mpris-remote - control mpris compatible audio players + +Synopsis +-------- +mpris-remote [ _options_ ] + +Description +------------ + +*mpris* is a dbus standard interface to control media players. Many players +like amarok, Audacious, QMMP, mpd with mpDris support this interface. + +*mpris-remote* is a command-line interface to control media players via mpris. + +Options +-------- + +*-h*, *--help*:: +Prints usage of mpris-remote and exit. + +*addtrack* _uri_ [_true_]:: +Add track at specified _uri_ to media-player. Filetypes, protocols, locations are dependent on the media player. If _true_ is specified starts immediate playback of added track. _uri_ can be set to _-_ to read uris from stdin. + +*clear*:: +Clear current playlist. + +*deltrack* _tracknumber_:: +Remove _tracknumber_ from current playlist. + +*identity*: +Print the identity of the player. Typically version and name. + +*loop* [_true_|_false_]:: +If the parameter is omitted prints whether media player will loop track list. Otherwise sets whether track list loops or not. + +*next*:: +Next track. + +*numtrack*:: +Prints number of tracks in current playlist. + +*play*:: +Start playback + +*playstatus*:: +Print information about the current status of the player. + +*prev*, *previous*:: +Previous track. + +*position*:: +Prints position in current track + +*random* [_true_|_false_]:: +If the parameter is omitted prints whether media player has random/shuffle enabled. Otherwise set random/shuffle status. + +*repeat* [_true_|_false_]:: +Set current track repeat. + +*seek* _time_:: +Seeks to specified _time_ in track. _time_ is specified as milliseconds from 0. + +*stop*:: +Stop playback + +*trackinfo* [_track_]:: +Prints trackinfo. If track is committee prints trackinfo for current track. If track is * prints trackinfo for all tracks in playlist. + +*tracknum*:: +Prints track number in current playlist + +*volume* [_PERCENT_]:: +If percent is omitted returns current volume. Otherwise sets player volume to specified percentage. + +*quit*:: +Exit player. + +Environment Variables +---------------------- +*MPRIS_REMOTE_PLAYER*:: +If unset or set to _*_, mpris-remote will communicate with the first player +it finds registered under "_org.mpris.*_" through D-BUS. If you only have one +MPRIS-compliant player running, then this will be fine. If you have more +than one running, you will want to set this variable to the name of the +player you want to connect to. For example, if set to foo, it will try to +communicate with the player at "org.mpris.foo" and will fail if nothing +exists at that name. + +See also +-------- + +For more information about mpris see http://www.mpris.org/1.0/spec.html + +Author +------ +*mpris-remote* was written by Nick Welch . --- mpris-remote-0.0~1.gpb7c7f5c6.orig/debian/mpris-remote.manpages +++ mpris-remote-0.0~1.gpb7c7f5c6/debian/mpris-remote.manpages @@ -0,0 +1 @@ +debian/mpris-remote.1 --- mpris-remote-0.0~1.gpb7c7f5c6.orig/debian/rules +++ mpris-remote-0.0~1.gpb7c7f5c6/debian/rules @@ -0,0 +1,25 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +# export DH_VERBOSE=1 + +PREFIX=$(CURDIR)/debian/mpris-remote/ + +%: + dh $@ --with python2 + +override_dh_auto_build: + a2x -L -fmanpage debian/mpris-remote.1.txt + +override_dh_auto_clean: + dh_clean + rm -f debian/mpris-remote.1 + +override_dh_auto_install: + install -m 755 mpris-remote $(PREFIX)/usr/bin/ --- mpris-remote-0.0~1.gpb7c7f5c6.orig/debian/source/format +++ mpris-remote-0.0~1.gpb7c7f5c6/debian/source/format @@ -0,0 +1 @@ +1.0 --- mpris-remote-0.0~1.gpb7c7f5c6.orig/debian/watch +++ mpris-remote-0.0~1.gpb7c7f5c6/debian/watch @@ -0,0 +1 @@ +# upstream is only a git repository in github without a released version.