--- gmpc-plugins-0.18.0.orig/debian/control +++ gmpc-plugins-0.18.0/debian/control @@ -0,0 +1,52 @@ +Source: gmpc-plugins +Section: sound +Priority: optional +Maintainer: Arnaud Cornet +Standards-Version: 3.8.1 +Build-Depends: cdbs, debhelper (>= 7), libjson-glib-dev, gmpc-dev(>=0.18.0), libxosd-dev, gob2, libgtk2.0-dev, libxml2-dev, libmpd-dev(>=0.15.98), libcurl4-gnutls-dev, libglade2-dev, libavahi-client-dev, libavahi-glib-dev, liblircclient-dev, libsoup2.4-dev, libmicrohttpd-dev (>= 0.4.0a-2), libwebkit-dev, libsqlite3-dev, libtagc0-dev, libicu-dev +Homepage: http://gmpc.wikia.com/ + +Package: gmpc-plugins +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, gmpc (>= 0.18.0) +Description: Plugins for the GNOME Music Player Client + gmpc-plugins is a set of plugins that enhance functionality of the GNOME + Music Player Clients. Plugins are: + - alarm, allows basic events to be scheduled + - avahi, zeroconf profile scanning + - coveramazon, disc cover fetcher from the internet + - extraplaylist, adds a playlist viewer at the bottom of the interface. + - jamendo, Jamendo stream browser + - last.fm, last.fm service support + - lirc, remote control interface + - lyrics, a lyrics fetcher from multiple sources + - lyricwiki, add lyricwiki.org as lyrics source + - magnatune, Magnatune stream browser + - mdcover, display disc cover found in file metadata + - osd, On screen display using xosd + - serverstats, displays some mpd statisics + - shout, stream shout-cast + +Package: gmpc-plugins-dbg +Priority: extra +Architecture: any +Depends: gmpc-plugins (= ${binary:Version}), ${misc:Depends}, gmpc +Description: Plugins for the GNOME Music Player Client + gmpc-plugins is a set of plugins that enhance functionality of the GNOME + Music Player Clients. Plugins are: + - alarm, allows basic events to be scheduled + - avahi, zeroconf profile scanning + - coveramazon, disc cover fetcher from the internet + - extraplaylist, adds a playlist viewer at the bottom of the interface. + - jamendo, Jamendo stream browser + - last.fm, last.fm service support + - lirc, remote control interface + - lyrics, a lyrics fetcher from multiple sources + - lyricwiki, add lyricwiki.org as lyrics source + - magnatune, Magnatune stream browser + - mdcover, display disc cover found in file metadata + - osd, On screen display using xosd + - serverstats, displays some mpd statisics + - shout, stream shout-cast + . + This package contains the debugging symbols. --- gmpc-plugins-0.18.0.orig/debian/copyright +++ gmpc-plugins-0.18.0/debian/copyright @@ -0,0 +1,70 @@ +This package was debianized by Arnaud Cornet +on Sun, 08 Feb 2009 14:05:38 +0100. + +The current Debian maintainer is Arnaud Cornet . + +It was downloaded from http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client +Upstream Author: unknown + +Copyright: 2009 Qball Cow GPL 2 or higher + +From a mail exchange with Qball: +(From: Qball Cow ) + +All the plugins are gpl and will stay gpl version 2 or higher. + +gmpc-avahi is originally written by Jim Ramsey and later modified by me. +gmpc-lyrics is originally written by Maxime Petazzoni and modified by me. +gmpc-alarm is written by Gavin Gilmour and is now maintained by me. +gmpc-lirc is written by Igor Stirbu and is now maintained by me. + + +The rest of the plugins: +gmpc-mdcover, +gmpc-coveramazon, +gmpc-lyricwiki, +gmpc-discogs, +gmpc-jamendo, +gmpc-magnatune, +gmpc-last.fm, +gmpc-lastfmradio, +gmpc-autoplaylist, +gmpc-awn, +gmpc-extraplaylist, +gmpc-libnotify, +gmpc-lyrdb +gmpc-lyricwiki, +gmpc-mdcover2, +gmpc-mserver, +gmpc-osd, +gmpc-playlistsort, +gmpc-shout, +gmpc-stopbutton, +gmpc-qosd, +gmpc-random-playlist, +gmpc-serverstats, +gmpc-tagedit, +gmpc-wikipedia, +gmpc-fullscreeninfo + +, gmpc and libmpd are written by me, Martijn Koedam, under the gpl license. +Gmpc-awn, gmpc-wikipedia and gmpc-fullscreeninfo are not maintained by me +anymore. + +gmpc contains (l)gpl code taken from libbacon, libegg and gtk. +gmpc-mserver used to contain a copy of libmicrohttp, but that has been +removed, gmpc-magnatune used to include a copy of axl xml library, but +that also has been removed. + +If you need a list off all contributors let me know. (but will take some +time.) + +Hope this is sufficient and hopefully without stupid errors. + +Qball + +The Debian packaging is (C) 2009, Arnaud Cornet and +is licensed under the GPL version 2. + +On Debian systems, the complete text of the GNU General Public +License, version 2, can be found in /usr/share/common-licenses/GPL-2. --- gmpc-plugins-0.18.0.orig/debian/rules +++ gmpc-plugins-0.18.0/debian/rules @@ -0,0 +1,12 @@ +#!/usr/bin/make -f + +SRC_NAME:=gmpc-plugins +DEV_NAME:=$(SRC_NAME)-dev +DBG_NAME:=$(SRC_NAME)-dbg +DEB_DH_STRIP_ARGS:=--dbg-package=$(DBG_NAME) + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk + +clean:: + rm -f config.status config.log --- gmpc-plugins-0.18.0.orig/debian/compat +++ gmpc-plugins-0.18.0/debian/compat @@ -0,0 +1 @@ +7 --- gmpc-plugins-0.18.0.orig/debian/gmpc-plugins.install +++ gmpc-plugins-0.18.0/debian/gmpc-plugins.install @@ -0,0 +1,2 @@ +usr/lib/gmpc/plugins/*.so +usr/share/gmpc/plugins/* --- gmpc-plugins-0.18.0.orig/debian/changelog +++ gmpc-plugins-0.18.0/debian/changelog @@ -0,0 +1,28 @@ +gmpc-plugins (0.18.0-2build1) karmic; urgency=low + + * No-change rebuild to drop dependency on libkrb53 + + -- Steve Langasek Mon, 19 Oct 2009 06:58:50 +0000 + +gmpc-plugins (0.18.0-2) unstable; urgency=low + + * Add missing libsqlite3-dev, libtagc0-dev, libicu-dev build-dependencies. + + -- Arnaud Cornet Mon, 23 Mar 2009 12:27:09 +0100 + +gmpc-plugins (0.18.0-1) unstable; urgency=low + + * New Upstream Version + * Bump standards version (no change needed). + * Bump compat to 7, depend on debhelper 7. + * Fix homepage url. + * Add -dbg package. + * Tighten dependency to gmpc and libmicrohttpd. + + -- Arnaud Cornet Sun, 22 Mar 2009 15:02:57 +0100 + +gmpc-plugins (0.17.0-1) unstable; urgency=low + + * Initial release (Closes: #425805). + + -- Arnaud Cornet Sun, 08 Feb 2009 14:05:38 +0100