summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
Diffstat (limited to 'audio')
-rw-r--r--audio/pianobar/README4
-rw-r--r--audio/pianobar/pianobar.SlackBuild6
-rw-r--r--audio/pianobar/pianobar.info8
3 files changed, 9 insertions, 9 deletions
diff --git a/audio/pianobar/README b/audio/pianobar/README
index d8f34e1b16..b69e8dabf9 100644
--- a/audio/pianobar/README
+++ b/audio/pianobar/README
@@ -4,8 +4,8 @@ pianobar is a console client for the personalized web radio pandora
- play and manage (create, add more music, delete, rename, ...) your stations
- rate played songs and let pandora explain why they have been selected
- show upcoming songs/song history
-- configure keybindings
-- last.fm scrobbling support (external application)
+- configure keybindings and text output
+- remote control and eventcmd interface (send tracks to last.fm, for example)
- proxy support for listeners outside the USA
Included with this SlackBuild is a helper script called pianobarctl that
diff --git a/audio/pianobar/pianobar.SlackBuild b/audio/pianobar/pianobar.SlackBuild
index c51c7764aa..6266231621 100644
--- a/audio/pianobar/pianobar.SlackBuild
+++ b/audio/pianobar/pianobar.SlackBuild
@@ -4,7 +4,7 @@
# Written by Phillip Warner <pc_warner@yahoo.com>
PRGNAM=pianobar
-VERSION=${VERSION:-2012.05.06}
+VERSION=${VERSION:-2012.12.01}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -55,7 +55,7 @@ patch -p1 < $CWD/Makefile.diff
CFLAGS="$SLKCFLAGS" \
force_arch="$ARCH" \
-gmake DISABLE_FAAD=1
+gmake
gmake install DESTDIR=$PKG PREFIX="/usr" MANDIR="/usr/man"
@@ -71,7 +71,7 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a COPYING README INSTALL ChangeLog contrib/config-example \
$PKG/usr/doc/$PRGNAM-$VERSION
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/example-scripts
-cp -a contrib/*.sh contrib/eventcmd-examples/ \
+cp -a contrib/*.sh contrib/headless_pianobar contrib/eventcmd-examples/ \
$PKG/usr/doc/$PRGNAM-$VERSION/example-scripts
chmod -x $PKG/usr/doc/$PRGNAM-$VERSION/example-scripts/*
chmod -x $PKG/usr/doc/$PRGNAM-$VERSION/example-scripts/eventcmd-examples/*
diff --git a/audio/pianobar/pianobar.info b/audio/pianobar/pianobar.info
index 4ffb19d63b..388ab82678 100644
--- a/audio/pianobar/pianobar.info
+++ b/audio/pianobar/pianobar.info
@@ -1,10 +1,10 @@
PRGNAM="pianobar"
-VERSION="2012.05.06"
+VERSION="2012.12.01"
HOMEPAGE="http://6xq.net/projects/pianobar/"
-DOWNLOAD="http://6xq.net/static/projects/pianobar/pianobar-2012.05.06.tar.bz2"
-MD5SUM="12a966ecee0b1cd3bb9f8fe965f39e03"
+DOWNLOAD="http://6xq.net/static/projects/pianobar/pianobar-2012.12.01.tar.bz2"
+MD5SUM="50e30dffccea07fc8855112f27eceac4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="json-c"
+REQUIRES="json-c faad2"
MAINTAINER="Phillip Warner"
EMAIL="pc_warner@yahoo.com"