diff options
author | Phillip Warner <pc_warner@yahoo.com> | 2012-12-21 12:32:18 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-12-21 21:27:25 +0100 |
commit | 2fc3de8d94aa865becdf00fe27f22687942e61c5 (patch) | |
tree | 2ba4abb6553158dbc6a38b0961acfb7b01074b7f | |
parent | cdb01ad8029384ad7b2d674e340a43608e474733 (diff) | |
download | slackbuilds-2fc3de8d94aa865becdf00fe27f22687942e61c5.tar.gz |
audio/pianobar: Updated for version 2012.12.01.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r-- | audio/pianobar/README | 4 | ||||
-rw-r--r-- | audio/pianobar/pianobar.SlackBuild | 6 | ||||
-rw-r--r-- | audio/pianobar/pianobar.info | 8 |
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" |