1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
Source: qtscrob
Section: sound
Priority: optional
Maintainer: Jonathan Dowland <jmtd@debian.org>
Build-Depends: debhelper (>= 9.20120115), libcurl4-gnutls-dev, libqt4-dev,
libmtp-dev, libx11-dev, libxext-dev
Standards-Version: 3.9.3
Homepage: http://qtscrob.sourceforge.net/
Vcs-Browser: http://git.debian.org/?p=collab-maint/qtscrob.git
Vcs-Git: git://git.debian.org/git/collab-maint/qtscrob.git
Package: qtscrob
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: audioscrobbler submitter for portable media players
qtscrob is a GUI tool which reads playback information from iPods,
MTP (aka Plays for Sure) or Rockbox (open source audio player
firmware) devices and submits them to an audioscrobbler service, such
as "last.fm" or "libre.fm".
.
This is the graphical version of the tool. For a CLI version, see the
'scrobbler' package.
Package: scrobbler
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: scrobble-cli (<= 0.10-4)
Breaks: scrobble-cli (<= 0.10-4)
Description: audioscrobbler submitter for portable media players
scrobbler is a CLI tool which reads playback information from iPods,
MTP (aka Plays for Sure) or Rockbox (open source audio player
firmware) devices and submits them to an audioscrobbler service, such
as "last.fm" or "libre.fm".
.
This is a command-line tool. For a graphical version, see the
'qtscrob' package.
Package: scrobble-cli
Depends: scrobbler, ${misc:Depends}
Architecture: all
Section: oldlibs
Description: transitional dummy package
This is a transitional dummy package. It contains a compatibility symlink
of /usr/bin/scrobble-cli to /usr/bin/scrobbler. Once you've retrained your
fingers, you can safely remove this package.
|