wok-stable rev 7574

Add pidgin-musictracker.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 09 13:31:30 2010 +0000 (2010-12-09)
parents 141e536f739b
children eb1094e93b61
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	Thu Dec 09 13:31:30 2010 +0000
     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	Thu Dec 09 13:31:30 2010 +0000
     2.3 @@ -0,0 +1,27 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="pidgin-musictracker"
     2.7 +VERSION="0.4.21"
     2.8 +CATEGORY="network"
     2.9 +SHORT_DESC="A Pidgin 'now playing' plugin to publicise the songs you are listening to."
    2.10 +MAINTAINER="ben@seawolfsanctuary.com"
    2.11 +DEPENDS="pidgin pcre"
    2.12 +BUILD_DEPENDS="pidgin-dev gettext libpurple-dev pcre-dev dbus-glib-dev gtk+-dev glib-dev pkg-config"
    2.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.14 +WEB_SITE="http://pidgin-musictracker.googlecode.com"
    2.15 +WGET_URL="$WEB_SITE/files/$TARBALL"
    2.16 +
    2.17 +# Rules to configure and make the package.
    2.18 +compile_rules()
    2.19 +{
    2.20 +	cd $PACKAGE-$VERSION
    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 +}