debian/0000755000000000000000000000000011766656100007176 5ustar debian/compat0000644000000000000000000000000211766656100010374 0ustar 9 debian/qmpdclient.10000644000000000000000000000105311766656100011417 0ustar .TH QMPDClient 1 .SH NAME qmpdclient \- Qt4 client for the Music Player Daemon (MPD) .SH SYNOPSIS .B qmpdclient .SH DESCRIPTION A GUI client for MPD with Qt4 interface and such features as covers display, skins, tray notifications and last.fm track submission. .PP qmpdclient needs mpd to be useful but mpd doesn't need to run on the same machine: qmpdclient can be configured to connect to localhost or to a different host. .SH AUTHOR This manual page was written by Andrey Rahmatullin for the Debian system (but may be used by others). debian/docs0000644000000000000000000000003011766656100010042 0ustar AUTHORS README THANKSTO debian/watch0000644000000000000000000000012311766656100010223 0ustar version=3 http://githubredir.debian.net/github/Voker57/qmpdclient/([\d\.]*).tar.gz debian/copyright0000644000000000000000000001156211766656100011136 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: QMPDClient Upstream-Contact: Voker57 Source: http://bitcheese.net/wiki/QMPDClient Files: * Copyright: 2005-2008, Håvard Tautra Knutsen 2008-2011, Voker57 2009, Roman (Ky6uk) Nuritdinov License: GPL-2+ Files: src/libmpdclient.* Copyright: 2003-2006, Warren Dukes License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . - Neither the name of the Music Player Daemon nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: icons/as.png Copyright: 2005-2009, Last.fm Ltd License: GPL-2+ Files: icons/crystal_amarok/amarok/* Copyright: 2003-2005, Mark Kretschmann (markey AT web.de) and The AmaroK Team. License: GPL-2+ Files: icons/crystal_amarok/crystal/* Copyright: 2002 and following years, KDE Artists License: LGPL-2.1 with KDE Artists clarification This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, version 2.1 of the License. . This library 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 Lesser General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. . On Debian systems, the full text of the GNU Lesser General Public License version 2.1 can be found in the file `/usr/share/common-licenses/LGPL-2.1'. . Clarification: . The GNU Lesser General Public License or LGPL is written for software libraries in the first place. We expressly want the LGPL to be valid for this artwork library too. . KDE Crystal theme icons is a special kind of software library, it is an artwork library, it's elements can be used in a Graphical User Interface, or GUI. . Source code, for this library means: - for vectors svg; - for pixels, if applicable, the multi-layered formats xcf or psd, or otherwise png. . The LGPL in some sections obliges you to make the files carry notices. With images this is in some cases impossible or hardly useful. With this library a notice is placed at a prominent place in the directory containing the elements. You may follow this practice. . The exception in section 6 of the GNU Lesser General Public License covers the use of elements of this art library in a GUI. Files: debian/* Copyright: 2010-2012, Andrey Rahmatullin License: GPL-2+ License: GPL-2+ 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 2 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. debian/control0000644000000000000000000000205611766656100010604 0ustar Source: qmpdclient Section: sound Priority: optional Maintainer: mpd maintainers Uploaders: Andrey Rahmatullin Build-Depends: debhelper (>= 9), cmake, libqt4-dev, libx11-dev Standards-Version: 3.9.3 Homepage: http://bitcheese.net/wiki/QMPDClient Vcs-Git: git://git.debian.org/pkg-mpd/qmpdclient.git Vcs-Browser: http://git.debian.org/?p=pkg-mpd/qmpdclient.git;a=summary Package: qmpdclient Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Provides: mpd-client Description: Qt4 client for the Music Player Daemon (MPD) QMPDClient is a GUI client for MPD with Qt4 interface and such features as covers display, skins, tray notifications and last.fm track submission. . MPD (Music Player Daemon) is a server that allows remote access for playing audio files, streams and managing playlists. It can be used together with different clients, including this one, and clients are not required to be run on the same machine as the server. . The Music Player Daemon resides in the mpd package. debian/qmpdclient.manpages0000644000000000000000000000002411766656100013047 0ustar debian/qmpdclient.1 debian/changelog0000644000000000000000000000117111766656100011050 0ustar qmpdclient (1.2.2-2) unstable; urgency=low * Fix fr_FR translation, patch by Cédric Boutillier (Closes: #640505) * Fix "Files: *" paragraph in debian/copyright * Switch to debhelper level 9 * Enable all hardening options * Fix the 64x64 icon dimensions * Add a manpage * Bump Standards-Version: to 3.9.3 (no change needed) * Update the copyright format URL * Update copyright years -- Andrey Rahmatullin Fri, 15 Jun 2012 22:00:35 +0600 qmpdclient (1.2.2-1) unstable; urgency=low * Initial release (Closes: #510260) -- Andrey Rahmatullin Wed, 24 Aug 2011 16:44:57 +0600 debian/rules0000755000000000000000000000044011766656100010254 0ustar #!/usr/bin/make -f export DEB_BUILD_MAINT_OPTIONS=hardening=+all export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed %: dh $@ --parallel override_dh_auto_install: dh_auto_install --parallel cp debian/qmpdclient-64.png debian/qmpdclient/usr/share/icons/hicolor/64x64/apps/qmpdclient.png debian/gbp.conf0000644000000000000000000000004611766656100010615 0ustar [DEFAULT] upstream-tag = %(version)s debian/qmpdclient-64.png0000644000000000000000000000413611766656100012277 0ustar PNG  IHDR@@iqsRGBbKGD pHYs }eYtIME qIDATxklWwv׍q\R4D I[("UkMHABP* ~#mSƁHePy(-T-&qڼ!Ѯ&OXc\>xκcZ3=,|lwYSX<,@7p8o> ʹ nTBo{VjfnBvNT7= |(\q~U37"vIl pÙb~1 ~Mg˚o č@ρgnV|a$rk{8 qC)Ymf;bUnEUNj oxr8k󩀅ۥst* Od?i(>|ί (Oc(_V:]cR___VTTl:v+i}NLF̡纻ۻwO\→]׋birRS@f0 Ommj47oޣgϞ}4 @ƒJ/1H)^RR+\żV.n @CPf``ˊ˗:::t4gh7t?RJ^YiY\hѦD"pc!(i^`i#k,* B6Y:0aY׷5 P_WWiINi6)EQ.[,ĭӳvkH)?Mӆ6`cNڵk%P~̙' "1 -TJ۲eޖ@ pPӴ!L&xW!M|`7ue=4?#Rwl6HfW !:m8>/R Ǔ"Yg7d-MVT!mIE&P107t:}w2Purn<;vwH)E&YX ŋ~[JYnF}i `  ,]4#{} DJ!<f_.]vGssu/JP%Ia :z۶mi-R]CCC>/Y wVWWw+`\~9P5S>D*@MJ)D\+t]x<5RJi! s;v4M;\qMJ9ꫯ޻nݺ7ҟe ҇`0طdɒo޼CRСiZDkhm!j0<@c-.++mkk%˲Be?}?QIQVu%L)қNW_~wYYپqYUhA0 ,Xb xHJy=5M;5!bѲuC]]'H!ܹ&<nFPGL<~IӲd2fKKhmHA(bV2l B}mmmt@ɿ1z3px$j"8dd[,MybT}k'zT7Gcč5SuLMɏ]tڵdzL~yNFMөϡ _&y=砥E]4Q\0Qƕ&kgg4E;e/ 0NOn|#]1*̗?#n{ō>5ݪnOwD4+p曝g꾼 l%luɣgpAπizj%~q&յFht:4Qo쌯N~&ca\ͱk:p~lč.yQ L);qFw(NUD 5 ǖܝ$vIENDB`debian/patches/0000755000000000000000000000000011766656100010625 5ustar debian/patches/fix-fr-translation.patch0000644000000000000000000004776311766656100015416 0ustar Description: Fixed fr_FR translation Author: Cédric Boutillier Bug-Debian: http://bugs.debian.org/640505 Forwarded: https://groups.google.com/group/qmpdclient/browse_thread/thread/74e2d1967ffed63a Applied-Upstream: commit:5cf43b050044915874b427f75756c94f16c51003 Last-Update: 2011-11-09 diff --git a/lang/fr_FR.ts b/lang/fr_FR.ts index 020c4d3..9d9d2bf 100644 --- a/lang/fr_FR.ts +++ b/lang/fr_FR.ts @@ -5,12 +5,12 @@ About QMPDClient - À propos de QMPDClient + À propos de QMPDClient &About - &À Propos + &À Propos @@ -38,7 +38,7 @@ Not connected - Non connecté + Non connecté @@ -95,12 +95,12 @@ Not connected qmpdclient is not connected to MPD - Non connecté + Non connecté Skip to previous song - Morceau précédent + Morceau précédent @@ -182,7 +182,7 @@ &Rescan directory - &Rescanner répertoire + &Rescanner répertoire @@ -416,12 +416,12 @@ &About... - À &Propos... + À &Propos... About... - À Propos... + À Propos... @@ -431,12 +431,12 @@ About &Qt... - À Propos de &Qt... + À Propos de &Qt... About Qt... - À Propos de Qt... + À Propos de Qt... @@ -451,7 +451,7 @@ Disconnect from server - Déconnexion du serveur + Déconnexion du serveur @@ -476,12 +476,12 @@ &Preferences... - &Préférences... + &Préférences... Show preferences dialog... - Voir l'écran des préférences... + Voir l'écran des préférences... @@ -545,7 +545,7 @@ Length: - Durée: + Durée: @@ -580,12 +580,12 @@ Performer: - InterprÚte: + Interprète: &Previous - &Précédent + &Précédent @@ -603,12 +603,12 @@ Toggle random mode - Basculer le mode aléatoire + Basculer le mode aléatoire Toggle repeat playlist - Basculer la répétition de la liste de lecture + Basculer la répétition de la liste de lecture @@ -618,7 +618,7 @@ Shuffle playlist - Désordonner la liste de lecture + Désordonner la liste de lecture @@ -628,12 +628,12 @@ Remove selected songs from playlist - Enlever les morceaux sélectionnés de la liste de lecture + Enlever les morceaux sélectionnés de la liste de lecture Remove all but selected songs from playlist - Tout enlever sauf les morceaux sélectionnés de la liste de lecture + Tout enlever sauf les morceaux sélectionnés de la liste de lecture @@ -646,7 +646,7 @@ &Crop playlist - Ré&colter la liste de lecture + Ré&colter la liste de lecture @@ -667,7 +667,7 @@ Ra&ndom play - Lecture aléat&oire + Lecture aléat&oire @@ -692,12 +692,12 @@ S&huffle playlist - &Mélanger la liste de lecture + &Mélanger la liste de lecture Add to queue - Ajouter à la file d'attente + Ajouter à la file d'attente @@ -723,7 +723,7 @@ A playlist with that name already exists. Please use another name: - Une liste de lecture de ce nom existe déja. + Une liste de lecture de ce nom existe déja. Utilisez un autre nom: @@ -753,7 +753,7 @@ Overwrite? Delete selected playlists - Effacer les listes de lecture sélectionnées + Effacer les listes de lecture sélectionnées @@ -786,12 +786,12 @@ Overwrite? Default style - Style par défaut + Style par défaut Use system locale - Utiliser la localisation systÚme + Utiliser la localisation système @@ -811,7 +811,7 @@ Overwrite? Directories - Répertoires + Répertoires @@ -846,7 +846,7 @@ Overwrite? Tag guesser - Devineur d'étiquettes + Devineur d'étiquettes @@ -916,7 +916,7 @@ Overwrite? Preferences - Préférences + Préférences @@ -936,12 +936,12 @@ Overwrite? A&uto connect to first server on startup - Connexion a&utomatique au premier serveur lors du démarage + Connexion a&utomatique au premier serveur lors du démarage Connection &timeout: - Délai de conne&xion: + Délai de conne&xion: @@ -966,7 +966,7 @@ Overwrite? Cro&ssfade for: - Durée du f&ondu: + Durée du f&ondu: @@ -976,7 +976,7 @@ Overwrite? Enabled - Activé + Activé @@ -1011,7 +1011,7 @@ Overwrite? Opa&que splitter resizing - Redimentionnement opa&que des séparations + Redimensionnement opa&que des séparations @@ -1031,22 +1031,22 @@ Overwrite? selected &artist and album - &artiste et album sélectionnés + &artiste et album sélectionnés selected al&bum only - al&bum sélectionné uniquement + al&bum sélectionné uniquement &Show 'All' and 'Not tagged' (Slow) - &Montrer 'Tous' et 'Non annotés' (Lent) + &Montrer 'Tous' et 'Non annotés' (Lent) &Recursive directory view (Slow) - Vue &récursive des répertoires (Lent) + Vue &récursive des répertoires (Lent) @@ -1066,7 +1066,7 @@ Overwrite? A&dd random songs to playlist - Ajo&uter des morceaux aléatoires à la liste de lecture + Ajo&uter des morceaux aléatoires à la liste de lecture @@ -1076,7 +1076,7 @@ Overwrite? &Number of songs to add: - &Nombre de morceaux à ajouter: + &Nombre de morceaux à ajouter: @@ -1156,7 +1156,7 @@ Overwrite? &Enable tag guesser - Activ&er le devineur d'étiquettes + Activ&er le devineur d'étiquettes @@ -1178,7 +1178,7 @@ Overwrite? %b = Groupe/Artiste %a = Album -%n = Numéro de piste +%n = Numéro de piste %t = Titre %i = Ignorer cette parti du nom de fichier @@ -1186,7 +1186,7 @@ Overwrite? Guess results - Résultats des devinettes + Résultats des devinettes @@ -1221,7 +1221,7 @@ Overwrite? Start QMPDClient &hidden - Démarer QMPDClient cac&hé + Démarrer QMPDClient cac&hé @@ -1290,7 +1290,7 @@ Overwrite? Directory This is used as the header of directory-tree in directory view - Répertoire + Répertoire @@ -1315,7 +1315,7 @@ Overwrite? Length - Durée + Durée @@ -1355,7 +1355,7 @@ Overwrite? Performer - InterprÚte + Interprète @@ -1407,7 +1407,7 @@ Overwrite? Not tagged This is the second item in the artist and album views, meaning "Songs belonging to no artist or no albums" - Aucune étiquette + Aucune étiquette @@ -1423,7 +1423,7 @@ Overwrite? Not tagged - Aucune étiquette + Aucune étiquette @@ -1446,7 +1446,7 @@ Overwrite? Delete selected radio stations - Effacer les radios sélectionnées + Effacer les radios sélectionnées @@ -1514,7 +1514,7 @@ Overwrite? Previuos - Précédent + Précédent @@ -1545,7 +1545,7 @@ Overwrite? Not playing This is for the trayicon tooltip, indicating that no song is playing - À l'arret + À l'arret debian/patches/series0000644000000000000000000000003111766656100012034 0ustar fix-fr-translation.patch debian/source/0000755000000000000000000000000011766656100010476 5ustar debian/source/include-binaries0000644000000000000000000000003111766656100013630 0ustar debian/qmpdclient-64.png debian/source/format0000644000000000000000000000001411766656100011704 0ustar 3.0 (quilt)