| author | Fabien Ninoles <fabien@tzone.org> | 
| Mon, 19 May 2008 01:52:40 -0400 | |
| changeset 1 | e59013329497 | 
| parent 0 | a17355c8ffbd | 
| permissions | -rw-r--r-- | 
| 1 
e59013329497
Cleanup a little bit the patch.
 Fabien Ninoles <fabien@tzone.org> parents: 
0diff
changeset | 1 | diff -r c484b7561b74 configure | 
| 
e59013329497
Cleanup a little bit the patch.
 Fabien Ninoles <fabien@tzone.org> parents: 
0diff
changeset | 2 | --- a/configure Mon May 19 01:49:04 2008 -0400 | 
| 
e59013329497
Cleanup a little bit the patch.
 Fabien Ninoles <fabien@tzone.org> parents: 
0diff
changeset | 3 | +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 | 
| 
e59013329497
Cleanup a little bit the patch.
 Fabien Ninoles <fabien@tzone.org> parents: 
0diff
changeset | 4 | @@ -1,4 +0,0 @@ | 
| 
e59013329497
Cleanup a little bit the patch.
 Fabien Ninoles <fabien@tzone.org> parents: 
0diff
changeset | 5 | -#!/bin/sh | 
| 
e59013329497
Cleanup a little bit the patch.
 Fabien Ninoles <fabien@tzone.org> parents: 
0diff
changeset | 6 | -rm $0 | 
| 
e59013329497
Cleanup a little bit the patch.
 Fabien Ninoles <fabien@tzone.org> parents: 
0diff
changeset | 7 | -make | 
| 
e59013329497
Cleanup a little bit the patch.
 Fabien Ninoles <fabien@tzone.org> parents: 
0diff
changeset | 8 | -$0 $* | 
| 
e59013329497
Cleanup a little bit the patch.
 Fabien Ninoles <fabien@tzone.org> parents: 
0diff
changeset | 9 | diff -r c484b7561b74 debian/changelog | 
| 
e59013329497
Cleanup a little bit the patch.
 Fabien Ninoles <fabien@tzone.org> parents: 
0diff
changeset | 10 | --- a/debian/changelog Mon May 19 01:49:04 2008 -0400 | 
| 
e59013329497
Cleanup a little bit the patch.
 Fabien Ninoles <fabien@tzone.org> parents: 
0diff
changeset | 11 | +++ b/debian/changelog Mon May 19 01:49:23 2008 -0400 | 
| 0 | 12 | @@ -1,3 +1,10 @@ | 
| 13 | +imms (3.1.0~rc4-3.0.1) unstable; urgency=low | |
| 14 | + | |
| 15 | + * Add mpd to imms clients from | |
| 16 | + http://www.fi.muni.cz/~xsedov/index.php?page=projects. | |
| 17 | + | |
| 18 | + -- Fabien Ninoles <fabien@tzone.org> Mon, 19 May 2008 01:19:22 -0400 | |
| 19 | + | |
| 20 | imms (3.1.0~rc4-3) unstable; urgency=low | |
| 21 | ||
| 22 | * Really add 02compile-with-gcc-4.3 (Closes: #476824) | |
| 1 
e59013329497
Cleanup a little bit the patch.
 Fabien Ninoles <fabien@tzone.org> parents: 
0diff
changeset | 23 | diff -r c484b7561b74 debian/control | 
| 
e59013329497
Cleanup a little bit the patch.
 Fabien Ninoles <fabien@tzone.org> parents: 
0diff
changeset | 24 | --- a/debian/control Mon May 19 01:49:04 2008 -0400 | 
| 
e59013329497
Cleanup a little bit the patch.
 Fabien Ninoles <fabien@tzone.org> parents: 
0diff
changeset | 25 | +++ b/debian/control Mon May 19 01:49:23 2008 -0400 | 
| 0 | 26 | @@ -4,7 +4,7 @@ | 
| 27 | Maintainer: Artur R. Czechowski <arturcz@hell.pl> | |
| 28 | Standards-Version: 3.7.3 | |
| 29 | Homepage: http://www.luminal.org/wiki/index.php/IMMS | |
| 30 | -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 | |
| 31 | +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 | |
| 32 | ||
| 33 | Package: imms-common | |
| 34 | Architecture: any | |
| 35 | @@ -39,3 +39,25 @@ | |
| 36 | ratings even if they are moved and/or their tags change. | |
| 37 | . | |
| 38 | This package contains audacious plugin | |
| 39 | + | |
| 40 | +Package: imms-mpd | |
| 41 | +Architecture: any | |
| 42 | +Depends: ${shlibs:Depends}, ${misc:Depends}, imms-common (= ${binary:Version})
 | |
| 43 | +Provides: imms-plugin | |
| 44 | +Description: Unobtrusive, automatic, and learning mpd playlist manager | |
| 45 | + IMMS is an intelligent playlist plug-in that tracks your | |
| 46 | + listening patterns and dynamically adapts to your taste. | |
| 47 | + . | |
| 48 | + Major features include: | |
| 49 | + . | |
| 50 | + - Rating and playlist adjustment are done completely transparently to | |
| 51 | + the user. IMMS is super easy to use! | |
| 52 | + - Though IMMS will mostly play "good" songs, occasionally less popular | |
| 53 | + ones are given a chance to earn your favor. | |
| 54 | + - IMMS does a better job of shuffling than player | |
| 55 | + It is able to recognize different versions of the same song (eg. remixes) | |
| 56 | + and not play them too often. | |
| 57 | + - IMMS uses smart file identification that allows files to keep their | |
| 58 | + ratings even if they are moved and/or their tags change. | |
| 59 | + . | |
| 60 | + This package contains the mpd client daemon. | |
| 1 
e59013329497
Cleanup a little bit the patch.
 Fabien Ninoles <fabien@tzone.org> parents: 
0diff
changeset | 61 | diff -r c484b7561b74 debian/copyright | 
| 
e59013329497
Cleanup a little bit the patch.
 Fabien Ninoles <fabien@tzone.org> parents: 
0diff
changeset | 62 | --- a/debian/copyright Mon May 19 01:49:04 2008 -0400 | 
| 
e59013329497
Cleanup a little bit the patch.
 Fabien Ninoles <fabien@tzone.org> parents: 
0diff
changeset | 63 | +++ b/debian/copyright Mon May 19 01:49:23 2008 -0400 | 
| 0 | 64 | @@ -4,6 +4,9 @@ | 
| 65 | The current maintainer is Artur R. Czechowski <arturcz@hell.pl> | |
| 66 | ||
| 67 | It was downloaded from http://www.luminal.org/phpwiki/index.php/IMMS | |
| 68 | +with immsmpd download from | |
| 69 | +http://www.fi.muni.cz/~xsedov/index.php?page=projects by | |
| 70 | +xsedov@fi.muni.cz | |
| 71 | ||
| 72 | Author: Michael Grigoriev <mag@luminal.org> | |
| 73 | ||
| 1 
e59013329497
Cleanup a little bit the patch.
 Fabien Ninoles <fabien@tzone.org> parents: 
0diff
changeset | 74 | diff -r c484b7561b74 debian/imms-mpd.dirs | 
| 0 | 75 | --- /dev/null Thu Jan 01 00:00:00 1970 +0000 | 
| 1 
e59013329497
Cleanup a little bit the patch.
 Fabien Ninoles <fabien@tzone.org> parents: 
0diff
changeset | 76 | +++ b/debian/imms-mpd.dirs Mon May 19 01:49:23 2008 -0400 | 
| 0 | 77 | @@ -0,0 +1,2 @@ | 
| 78 | +usr/bin | |
| 79 | +usr/share/doc | |
| 1 
e59013329497
Cleanup a little bit the patch.
 Fabien Ninoles <fabien@tzone.org> parents: 
0diff
changeset | 80 | diff -r c484b7561b74 debian/rules | 
| 
e59013329497
Cleanup a little bit the patch.
 Fabien Ninoles <fabien@tzone.org> parents: 
0diff
changeset | 81 | --- a/debian/rules Mon May 19 01:49:04 2008 -0400 | 
| 
e59013329497
Cleanup a little bit the patch.
 Fabien Ninoles <fabien@tzone.org> parents: 
0diff
changeset | 82 | +++ b/debian/rules Mon May 19 01:49:23 2008 -0400 | 
| 0 | 83 | @@ -67,6 +67,8 @@ | 
| 84 | $(MAKE) programs_install prefix=$(CURDIR)/debian/imms-common/usr | |
| 85 | install -m 0644 -D build/libaudaciousimms.so $(CURDIR)/debian/imms-audacious`pkg-config --variable=general_plugin_dir audacious`/libaudaciousimms.so | |
| 86 | ln -sf imms-common debian/imms-audacious/usr/share/doc/imms-audacious | |
| 87 | + install -m 0644 -D build/immsmpd $(CURDIR)/debian/imms-mpd/usr/bin/immsmpd | |
| 88 | + ln -sf imms-common debian/imms-mpd/usr/share/doc/imms-mpd | |
| 89 | ||
| 90 | # Build architecture-independent files here. | |
| 91 | binary-indep: build install |