diff -r 000000000000 -r a17355c8ffbd mpd-client-debian --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mpd-client-debian Mon May 19 01:29:48 2008 -0400 @@ -0,0 +1,83 @@ +diff -r 895b2cad584f debian/changelog +--- a/debian/changelog Mon May 19 01:12:49 2008 -0400 ++++ b/debian/changelog Mon May 19 01:27:29 2008 -0400 +@@ -1,3 +1,10 @@ ++imms (3.1.0~rc4-3.0.1) unstable; urgency=low ++ ++ * Add mpd to imms clients from ++ http://www.fi.muni.cz/~xsedov/index.php?page=projects. ++ ++ -- Fabien Ninoles Mon, 19 May 2008 01:19:22 -0400 ++ + imms (3.1.0~rc4-3) unstable; urgency=low + + * Really add 02compile-with-gcc-4.3 (Closes: #476824) +diff -r 895b2cad584f debian/control +--- a/debian/control Mon May 19 01:12:49 2008 -0400 ++++ b/debian/control Mon May 19 01:27:29 2008 -0400 +@@ -4,7 +4,7 @@ + Maintainer: Artur R. Czechowski + Standards-Version: 3.7.3 + Homepage: http://www.luminal.org/wiki/index.php/IMMS +-Build-Depends: debhelper (>> 5.0.0), audacious-plugins-dev, libsqlite3-dev (>=3.2.2), libpcre3-dev (>=4.3), libtag1-dev, libvorbis-dev (>=1.0), libfftw3-dev, libglib2.0-dev, zlib1g-dev, libxss-dev, libtorch3-dev, libglade2-dev, dpatch, autoconf, automake ++Build-Depends: debhelper (>> 5.0.0), audacious-plugins-dev, libsqlite3-dev (>=3.2.2), libpcre3-dev (>=4.3), libtag1-dev, libvorbis-dev (>=1.0), libfftw3-dev, libglib2.0-dev, zlib1g-dev, libxss-dev, libtorch3-dev, libglade2-dev, dpatch, autoconf, automake, libmpd-dev + + Package: imms-common + Architecture: any +@@ -39,3 +39,25 @@ + ratings even if they are moved and/or their tags change. + . + This package contains audacious plugin ++ ++Package: imms-mpd ++Architecture: any ++Depends: ${shlibs:Depends}, ${misc:Depends}, imms-common (= ${binary:Version}) ++Provides: imms-plugin ++Description: Unobtrusive, automatic, and learning mpd playlist manager ++ IMMS is an intelligent playlist plug-in that tracks your ++ listening patterns and dynamically adapts to your taste. ++ . ++ Major features include: ++ . ++ - Rating and playlist adjustment are done completely transparently to ++ the user. IMMS is super easy to use! ++ - Though IMMS will mostly play "good" songs, occasionally less popular ++ ones are given a chance to earn your favor. ++ - IMMS does a better job of shuffling than player ++ It is able to recognize different versions of the same song (eg. remixes) ++ and not play them too often. ++ - IMMS uses smart file identification that allows files to keep their ++ ratings even if they are moved and/or their tags change. ++ . ++ This package contains the mpd client daemon. +diff -r 895b2cad584f debian/copyright +--- a/debian/copyright Mon May 19 01:12:49 2008 -0400 ++++ b/debian/copyright Mon May 19 01:27:29 2008 -0400 +@@ -4,6 +4,9 @@ + The current maintainer is Artur R. Czechowski + + It was downloaded from http://www.luminal.org/phpwiki/index.php/IMMS ++with immsmpd download from ++http://www.fi.muni.cz/~xsedov/index.php?page=projects by ++xsedov@fi.muni.cz + + Author: Michael Grigoriev + +diff -r 895b2cad584f debian/imms-mpd.dirs +--- /dev/null Thu Jan 01 00:00:00 1970 +0000 ++++ b/debian/imms-mpd.dirs Mon May 19 01:27:29 2008 -0400 +@@ -0,0 +1,2 @@ ++usr/bin ++usr/share/doc +diff -r 895b2cad584f debian/rules +--- a/debian/rules Mon May 19 01:12:49 2008 -0400 ++++ b/debian/rules Mon May 19 01:27:29 2008 -0400 +@@ -67,6 +67,8 @@ + $(MAKE) programs_install prefix=$(CURDIR)/debian/imms-common/usr + install -m 0644 -D build/libaudaciousimms.so $(CURDIR)/debian/imms-audacious`pkg-config --variable=general_plugin_dir audacious`/libaudaciousimms.so + ln -sf imms-common debian/imms-audacious/usr/share/doc/imms-audacious ++ install -m 0644 -D build/immsmpd $(CURDIR)/debian/imms-mpd/usr/bin/immsmpd ++ ln -sf imms-common debian/imms-mpd/usr/share/doc/imms-mpd + + # Build architecture-independent files here. + binary-indep: build install