# HG changeset patch # User Christopher Rogers # Date 1291901490 0 # Node ID 46ac843d90d4b3470d51ae92562de061a6bd0efa # Parent 141e536f739b645f2200d98f58bc0536df78cc98 Add pidgin-musictracker. diff -r 141e536f739b -r 46ac843d90d4 pidgin-musictracker/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin-musictracker/description.txt Thu Dec 09 13:31:30 2010 +0000 @@ -0,0 +1,27 @@ +pidgin-musictracker is a plugin for Pidgin which publicises your currently playing media to your contacts. + +Currently supported players: + +on Linux: + - Amarok, Audacious, Banshee, Exaile, Last.fm feed, Listen, MOC, MPD, Quod Libet, Rhythmbox, Songbird + DBusBird addon, SqueezeCenter, Vagalume, XMMS, XMMS2 >= 0.6 + - plus any player supporting the MPRIS DBus interface (Amarok2, BMPx, dragonplayer, Exaile >= 0.3, Goggles Music Manager, QMMP >=0.3, Rhythmbox, Songbird + MPRIS addon, VLC >0.9.0, etc.) + + +on Windows: + - Foobar2000, iTunes, Last.fm feed, MPD, Winamp, Windows Media Player + - plus any player with a 'winamp-compatible' interface (AIMP2, MediaMonkey, etc.) + - plus any player with a 'Send "Now Playing" information to MSN Messenger' feature ( Last.fm client, Media Player Classic, OpenPandora, Songbird + LiveTweeter, Spotify, TTplayer, VLC, etc.) + +Features: + - Allows you to customize the status string with various fields extracted from your media player such as artist, album, track, duration, progress bar, etc. + - Different status messages for various media player states such as Playing, Paused and Stopped. You can choose to use the normal status message (by default in the stoppped state). + - '/nowplaying' inserts the now-playing information into your conversation + - Supports per-account status format customization. + - You may choose to have your away message override musictracker. + - Optional profanity filter for words in the status. + - Can auto-detect which player is in use. + + +Notes: + - To show now playing in MSN personal status messages you must be using pidgin 2.5.0 or later (or msn-pecan). If you have ever had musictracker 0.4.1 or earlier installed, you must reinstall pidgin for MSN personal status messages to work correctly. (See issue 15 , FAQ #2) + - See the wiki page for details on configuring your player and musictracker to work together. \ No newline at end of file diff -r 141e536f739b -r 46ac843d90d4 pidgin-musictracker/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin-musictracker/receipt Thu Dec 09 13:31:30 2010 +0000 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="pidgin-musictracker" +VERSION="0.4.21" +CATEGORY="network" +SHORT_DESC="A Pidgin 'now playing' plugin to publicise the songs you are listening to." +MAINTAINER="ben@seawolfsanctuary.com" +DEPENDS="pidgin pcre" +BUILD_DEPENDS="pidgin-dev gettext libpurple-dev pcre-dev dbus-glib-dev gtk+-dev glib-dev pkg-config" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://pidgin-musictracker.googlecode.com" +WGET_URL="$WEB_SITE/files/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $PACKAGE-$VERSION + ./configure + make && make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs + cp -a $_pkg/usr $fs/ +}