debian/0000775000000000000000000000000012142776456007206 5ustar debian/radiotray.10000664000000000000000000000350312142270055011247 0ustar .\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH RADIOTRAY 1 "June 12, 2010" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME radiotray \- a simple streaming music player. .SH SYNOPSIS .B radiotray .RI [OPTIONS...] - GStreamer initialization .br .SH DESCRIPTION This manual page documents briefly the .B radiotray .PP .\" TeX users may be more comfortable with the \fB\fP and .\" \fI\fP escape sequences to invode bold face and italics, .\" respectively. \fBradiotray\fP is a program for play online radio streaming.Its goal is to have the minimum interface possible, making it very straightforward to use. Radio Tray is not a full featured music player, there are plenty of excellent music players already. However, there was a need for a simple application with minimal interface just to listen to online radios. And that's the sole purpose of Radio Tray. .SH OPTIONS A summary of options is included below. .TP .B \-h, \-\-help Show help options. .TP .B \-\-help\-all Show all help options. .TP .B \-\-help\-gst Show GStreamer options. .br .SH AUTHOR radiotray was written by Carlos Ribeiro . .PP This manual page was written by Elías Alejandro Año Mendoza , for the Debian project (and may be used by others). debian/copyright0000664000000000000000000000513712142270055011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: radiotray Upstream-Contact: Carlos Ribeiro Source: http://radiotray.sourceforge.net/ Files: * Copyright: 2009-2011 Carlos Ribeiro License: GPL-1+ Files: data/images/radiotray.png Copyright: 2009, WooThemes License: GPL-3+ Comment: Radio Tray icon was made by WooThemes http://www.woothemes.com/2009/02/wp-woothemes-ultimate-icon-set-first-release/ Files: src/lib/common.py Copyright: 2009-2011, Carlos Ribeiro License: GPL-3+ Files: src/mpris.py src/mpris_root.py src/mpris_tracklist.py Copyright: 2010, behrooz shabani (everplays) License: GPL-3+ Files: src/XmlDataProvider.py Copyright: 2010, Edward G. Bruck 2009-2011, Carlos Ribeiro License: GPL-1+ Files: debian/* Copyright: 2010-2013 Elías Alejandro Año Mendoza License: GPL-1+ License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 1 can be found in the file `/usr/share/common-licenses/GPL-1'. License: GPL-3+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian systems, the full text of the GNU General Public License version 3 can be found in the file `/usr/share/common-licenses/GPL-3'. debian/docs0000664000000000000000000000003412142270055010036 0ustar README AUTHORS CONTRIBUTORS debian/rules0000775000000000000000000000030212142270055010241 0ustar #!/usr/bin/make -f export HOME=/nonexistent %: dh $@ --with python2 override_dh_installchangelogs: dh_installchangelogs NEWS override_dh_auto_clean: dh_auto_clean rm -rf $(CURDIR)/build debian/changelog0000664000000000000000000001067312142776403011057 0ustar radiotray (0.7.3-1ubuntu1) saucy; urgency=low * Merge from Debian unstable. (LP: #1156142, #972259, #972205) Remaining changes: - patch config to use appindicator by default - depend on python-appindicator -- Julian Taylor Thu, 09 May 2013 21:24:43 +0200 radiotray (0.7.3-1) unstable; urgency=low * New upstream release (Closes: #703385) * Bump debhelper to 9 * Override dh_installchangelogs to install the NEWS file as changelog * debian/control + Bump Standards-Version to 3.9.4 * debian/copyright + Added new copyright owners -- Elías Alejandro Año Mendoza Sat, 23 Mar 2013 11:30:37 -0500 radiotray (0.7.2-1ubuntu1) precise; urgency=low * Merge from debian testing, remaining changes: - patch config to use appindicator by default - depend on python-appindicator -- Julian Taylor Sun, 01 Apr 2012 15:15:20 +0200 radiotray (0.7.2-1) unstable; urgency=low * New upstream release * debian/control + Bump Standards-Version to 3.9.3 + Added gstreamer0.10-plugins-good, gstreamer0.10-plugins-ugly under Depends * debian/copyright + Update format as in Debian Policy 3.9.3 + Added new copyright owners -- Elías Alejandro Año Mendoza Sat, 10 Mar 2012 23:20:52 -0500 radiotray (0.7.1-1ubuntu1) precise; urgency=low * use appindicator by default (LP: #850270) - depend on python-appindicator -- Julian Taylor Sat, 18 Feb 2012 13:15:59 +0100 radiotray (0.7.1-1) unstable; urgency=low * New upstream release * debian/copyright + Added new copyright owners -- Elías Alejandro Año Mendoza Wed, 28 Dec 2011 17:06:38 -0500 radiotray (0.6.4-1) unstable; urgency=low * New upstream release * Removed debian/pyversions * Bump debhelper to 8 * Use dh_python2 instead of pysupport * Upstream fixed fails to load bookmarks from version 0.6 (Closes: #604898) * debian/control + Bump Standard-Version to 3.9.2 + Added python-glade2 under Depends * debian/rules + Set HOME to /nonexistent to avoid build fails under some architectures * debian/copyright + Updated to DEP-5 rev 174 + Update copyright years -- Elías Alejandro Año Mendoza Tue, 02 Aug 2011 13:14:39 -0500 radiotray (0.6.3-1) unstable; urgency=low * New upstream release * Added missing dependency (Closes: #612725) + Thanks to Stefan Pavlov * Fixed typo in description (Closes: #616155) + Thanks to Roth Robert * Switched debian/copyright to DEP-5 -- Elías Alejandro Año Mendoza Fri, 18 Mar 2011 09:16:48 -0500 radiotray (0.6.1-1) unstable; urgency=low * New upstream release * Updated Standards-Version to 3.9.1 * Upstream fixed feature to work with UTF-8 (Closes: #585101) * Added debian/pyversions * Updated debian/copyright + Added new copyrights * Switch to dpkg-source 3.0 (quilt) format + Removed README.source, no longer necessary + DEP-3 style header to patches * debian/patches + Removed 02_desktop_file.patch (Upstream has updated) + Removed 03_python_issues.patch (Upstream has included) + Removed 04_extend_time_out.patch (Upstream has fixed) -- Elías Alejandro Año Mendoza Fri, 19 Nov 2010 17:50:22 -0500 radiotray (0.6-2) unstable; urgency=low * Added build dependency. -- Elías Alejandro Año Mendoza Tue, 15 Jun 2010 02:19:00 -0500 radiotray (0.6-1) unstable; urgency=low * New upstream release. * Included dependencies to start (Closes: #585105) * debian/patches/03_python_issues.patch: Added. + This fix some python's troubles. * debian/patches/04_extend_time_out.patch: Added. + This fix the time out to connect some radios. * Upstream fixed configure radios window troubles (Closes: #585104) * Upstream fixed feature to work with UTF-8 (Closes: #585101) -- Elías Alejandro Año Mendoza Sat, 12 Jun 2010 09:02:32 -0500 radiotray (0.5.1-1) unstable; urgency=low * Initial release (Closes: #579182) * Created manpage. * debian/patches/01_share_copying.patch: Added. + This allow install the share docs with the Debian's way. * debian/patches/02_desktop_file.patch: Added. + This allow fix the upstream author's desktop-entry. -- Elías Alejandro Año Mendoza Sun, 25 Apr 2010 22:59:32 -0500 debian/gbp.conf0000664000000000000000000000003612142270055010604 0ustar [DEFAULT] pristine-tar = True debian/watch0000664000000000000000000000007312142270055010217 0ustar version=3 http://sf.net/radiotray/radiotray-(.+)\.tar\.gz debian/source/0000775000000000000000000000000012142270055010466 5ustar debian/source/format0000664000000000000000000000001412142270055011674 0ustar 3.0 (quilt) debian/patches/0000775000000000000000000000000012142774470010627 5ustar debian/patches/use-appindicators.patch0000664000000000000000000000146412142774470015307 0ustar Description: use appindicator by default disables the appearance of the chooser which offers systray notifications those don't work in unity Author: Valdur Kana --- a/data/config.xml +++ b/data/config.xml @@ -2,9 +2,9 @@