wok-undigest rev 153

Add: pidgin-musictracker (0.4.21) - A Pidgin 'now playing' plugin to publicise the songs you are listening to.
author Ben Arnold <ben@seawolfsanctuary.com>
date Wed Jul 07 10:01:10 2010 +0100 (2010-07-07)
parents 3acc9868a6a9
children ef687aeb7477
files pidgin-musictracker/description.txt pidgin-musictracker/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pidgin-musictracker/description.txt	Wed Jul 07 10:01:10 2010 +0100
     1.3 @@ -0,0 +1,27 @@
     1.4 +pidgin-musictracker is a plugin for Pidgin which publicises your currently playing media to your contacts. 
     1.5 +
     1.6 +Currently supported players: 
     1.7 +
     1.8 +on Linux: 
     1.9 + - Amarok, Audacious, Banshee, Exaile, Last.fm feed, Listen, MOC, MPD, Quod Libet, Rhythmbox, Songbird + DBusBird addon, SqueezeCenter, Vagalume, XMMS, XMMS2 >= 0.6 
    1.10 + - 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.) 
    1.11 +
    1.12 +
    1.13 +on Windows: 
    1.14 + - Foobar2000, iTunes, Last.fm feed, MPD, Winamp, Windows Media Player 
    1.15 + - plus any player with a 'winamp-compatible' interface (AIMP2, MediaMonkey, etc.) 
    1.16 + - 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.) 
    1.17 +
    1.18 +Features: 
    1.19 + - Allows you to customize the status string with various fields extracted from your media player such as artist, album, track, duration, progress bar, etc. 
    1.20 + - 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). 
    1.21 + - '/nowplaying' inserts the now-playing information into your conversation 
    1.22 + - Supports per-account status format customization. 
    1.23 + - You may choose to have your away message override musictracker. 
    1.24 + - Optional profanity filter for words in the status. 
    1.25 + - Can auto-detect which player is in use. 
    1.26 +
    1.27 +
    1.28 +Notes: 
    1.29 + - 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) 
    1.30 + - See the wiki page for details on configuring your player and musictracker to work together.
    1.31 \ No newline at end of file
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/pidgin-musictracker/receipt	Wed Jul 07 10:01:10 2010 +0100
     2.3 @@ -0,0 +1,42 @@
     2.4 +# SliTaz package receipt.
     2.5 +PACKAGE="pidgin-musictracker"
     2.6 +VERSION="0.4.21"
     2.7 +CATEGORY="network"
     2.8 +SHORT_DESC="A Pidgin 'now playing' plugin to publicise the songs you are listening to."
     2.9 +MAINTAINER="ben@seawolfsanctuary.com"
    2.10 +DEPENDS="pidgin pcre"
    2.11 +BUILD_DEPENDS="pidgin-dev libpurple-dev pcre-dev"
    2.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.13 +WEB_SITE="http://pidgin-musictracker.googlecode.com"
    2.14 +WGET_URL="$WEB_SITE/files/$TARBALL"
    2.15 +
    2.16 +# Rules to configure and make the package.
    2.17 +compile_rules()
    2.18 +{
    2.19 +	cd $PACKAGE-$VERSION
    2.20 +	make clean
    2.21 +	./configure
    2.22 +	make && make DESTDIR=$PWD/_pkg install
    2.23 +}
    2.24 +
    2.25 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.26 +genpkg_rules()
    2.27 +{
    2.28 +	mkdir -p $fs
    2.29 +	cp -a $_pkg/usr $fs/
    2.30 +}
    2.31 +
    2.32 +# Commands to executed before/after package is installed.
    2.33 +#post_install()
    2.34 +#{
    2.35 +#	echo "Processing post-install commands..."
    2.36 +#	echo -n "Finished post-install commands."
    2.37 +#	status
    2.38 +#}
    2.39 +
    2.40 +#pre_remove()
    2.41 +#{
    2.42 +#	echo "Processing pre-remove commands..."
    2.43 +#	echo -n "Finished pre-remove commands."
    2.44 +#	status
    2.45 +#}