Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Quentin Rameau (6f853eae563f397946968ad876c7d877ada25721)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Quentin Rameau <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Quentin Rameau (6f853eae563f397946968ad876c7d877ada25721)
  • Date: Mon, 24 Aug 2009 08:31:35 -0500

GIT changes to master grimoire by Quentin Rameau <quinq AT sourcemage.org>:

ChangeLog | 3 +++
audio-players/shell-fm/BUILD | 2 ++
audio-players/shell-fm/CONFIGURE | 1 +
audio-players/shell-fm/DEPENDS | 2 ++
audio-players/shell-fm/DETAILS | 22 ++++++++++++++++++++++
audio-players/shell-fm/HISTORY | 2 ++
audio-players/shell-fm/INSTALL | 5 +++++
7 files changed, 37 insertions(+)

New commits:
commit 6f853eae563f397946968ad876c7d877ada25721
Author: Quentin Rameau <quinq AT sourcemage.org>
Commit: Quentin Rameau <quinq AT sourcemage.org>

audio-players/shell-fm: new spell, console player for Last.FM

diff --git a/ChangeLog b/ChangeLog
index 22420ff..8dccd5b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-08-24 Quentin Rameau <quinq AT sourcemage.org>
+ * audio-players/shell-fm: new spell, console player for Last.FM
+
2009-08-23 Eric Sandall <sandalle AT sourcemage.org>
* audio-soft/paman: Added a GTK front-end for PulseAudio
* audio-soft/padevchooser: Added a PulseAudio tray tool
diff --git a/audio-players/shell-fm/BUILD b/audio-players/shell-fm/BUILD
new file mode 100755
index 0000000..9c92089
--- /dev/null
+++ b/audio-players/shell-fm/BUILD
@@ -0,0 +1,2 @@
+cd ${SOURCE_DIRECTORY} &&
+make
diff --git a/audio-players/shell-fm/CONFIGURE
b/audio-players/shell-fm/CONFIGURE
new file mode 100755
index 0000000..61ad058
--- /dev/null
+++ b/audio-players/shell-fm/CONFIGURE
@@ -0,0 +1 @@
+config_query SHELL_FM_EXTRAS "Install extra scripts ?" n
diff --git a/audio-players/shell-fm/DEPENDS b/audio-players/shell-fm/DEPENDS
new file mode 100755
index 0000000..21cd0fe
--- /dev/null
+++ b/audio-players/shell-fm/DEPENDS
@@ -0,0 +1,2 @@
+depends libmad &&
+optional_depends libao "for playback using libao"
diff --git a/audio-players/shell-fm/DETAILS b/audio-players/shell-fm/DETAILS
new file mode 100755
index 0000000..8b0323b
--- /dev/null
+++ b/audio-players/shell-fm/DETAILS
@@ -0,0 +1,22 @@
+ SPELL="shell-fm"
+ VERSION="scm"
+ SOURCE="${SPELL}-scm.tar.bz2"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SOURCE%.tar.bz2}"
+ SOURCE_URL[0]="git://github.com/jkramer/shell-fm.git
shell-fm:${SOURCE%.tar.bz2}"
+ FORCE_DOWNLOAD="on"
+ SOURCE_IGNORE="volatile"
+ WEB_SITE="http://nex.scrapping.cc/shell-fm/";
+ ENTERED="200908024"
+ LICENSE[0]="GPL"
+ SHORT="Lightweight console-based player for Last.FM radio streams"
+cat << EOF
+Shell-fm is a lightweight, console-based player for Last.FM radio streams.
It's
+pretty small (the binary is currently a little smaller than 60K, or 50K when
+stripped) and it has most features the "official" player has, if not even a
few
+more. Additional features are, for example:
+
+ * network interface (control shell-fm remotely)
+ * autoban (automatically ban all tracks of an artist you don't like)
+ * bookmark stations (quickly jump to bookmarked stations with a single
key)
+ * ... probably more
+EOF
diff --git a/audio-players/shell-fm/HISTORY b/audio-players/shell-fm/HISTORY
new file mode 100644
index 0000000..9037fa0
--- /dev/null
+++ b/audio-players/shell-fm/HISTORY
@@ -0,0 +1,2 @@
+2009-08-24 Quentin Rameau <quinq AT sourceforge.net>
+ * DEPENDS, DETAILS, CONFIGURE, BUILD, INSTALL, HISTORY: spell created
diff --git a/audio-players/shell-fm/INSTALL b/audio-players/shell-fm/INSTALL
new file mode 100755
index 0000000..efe6160
--- /dev/null
+++ b/audio-players/shell-fm/INSTALL
@@ -0,0 +1,5 @@
+make install MANDIR=/usr/share/man &&
+if [ ${SHELL_FM_EXTRAS} == "y" ]
+then
+ make install-extras
+fi



  • [SM-Commit] GIT changes to master grimoire by Quentin Rameau (6f853eae563f397946968ad876c7d877ada25721), Quentin Rameau, 08/24/2009

Archive powered by MHonArc 2.6.24.

Top of Page