Skip to Content.
Sympa Menu

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

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 (eab8df50d1840dc7385890215b5c3a99dbd17795)
  • Date: Sat, 29 Aug 2009 06:15:04 -0500

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

ChangeLog | 1 +
audio-players/ccx2/BUILD | 1 +
audio-players/ccx2/DEPENDS | 10 ++++++++++
audio-players/ccx2/DETAILS | 26 ++++++++++++++++++++++++++
audio-players/ccx2/HISTORY | 2 ++
audio-players/ccx2/INSTALL | 1 +
6 files changed, 41 insertions(+)

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

audio-players/ccx2: new spell, console client for xmms2

diff --git a/ChangeLog b/ChangeLog
index c026dce..e45848e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@
2009-08-29 Quentin Rameau <quinq AT sourcemage.org>
* libs/libcap-ng: new spell, library intended to make programming
easier than with libcap
+ * audio-players/cxx2: new spell, console client for xmms2

2009-08-28 Quentin Rameau <quinq AT sourcemage.org>
* lua-forge/luadoc: new spell, documentation generator for LUA
diff --git a/audio-players/ccx2/BUILD b/audio-players/ccx2/BUILD
new file mode 100755
index 0000000..a05d2aa
--- /dev/null
+++ b/audio-players/ccx2/BUILD
@@ -0,0 +1 @@
+default_build_python
diff --git a/audio-players/ccx2/DEPENDS b/audio-players/ccx2/DEPENDS
new file mode 100755
index 0000000..7f88ee0
--- /dev/null
+++ b/audio-players/ccx2/DEPENDS
@@ -0,0 +1,10 @@
+depends python &&
+depends ncurses &&
+depends xmms2 && sub_depends xmms2 CLIENTLIB_PYTHON &&
+
+optional_depends "pil" \
+ "" "" \
+ "support for album cover display" &&
+optional_depends "lxml" \
+ "" "" \
+ "support for lyrics display"
diff --git a/audio-players/ccx2/DETAILS b/audio-players/ccx2/DETAILS
new file mode 100755
index 0000000..fd1430e
--- /dev/null
+++ b/audio-players/ccx2/DETAILS
@@ -0,0 +1,26 @@
+ SPELL="ccx2"
+ VERSION="0.2.0"
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SOURCE%.tar.gz}"
+ SOURCE_URL[0]="http://cloud.github.com/downloads/palbo/${SPELL}/${SOURCE}";
+SOURCE_HASH[0]="sha512:a7622fddb1fcf67a8f694daacd6b88b8bf469b4ff1128e3fe57a2c9af0361cb8de88d0d77bc4404eac83c0c6726b02d449f4ac25b6dd651c4ce4fb2a54d79630"
+# FORCE_DOWNLOAD="on"
+# SOURCE_IGNORE="volatile"
+ WEB_SITE="http://palbo.github.com/ccx2/";
+ ENTERED="20090801"
+ LICENSE[0]="BSD"
+ SHORT="Console client for the xmms2 music player"
+cat << EOF
+Console client for the xmms2 music player
+
+Features
+ * Playlist browse, create, rename, et al.
+ * Quick search and pattern search with find as you type.
+ * Flexible ways of inserting songs into the playlist.
+ * Automatic and/or manual lyrics search and display, lyrics from
LyricWiki.
+ * Vim-ish command mode.
+ * Customizable keybindings and command aliases.
+ * Customizable song metadata formatting.
+ * 'Now playing' tab with optional cover art display.
+ * (Limited) color customization.
+EOF
diff --git a/audio-players/ccx2/HISTORY b/audio-players/ccx2/HISTORY
new file mode 100644
index 0000000..2f87081
--- /dev/null
+++ b/audio-players/ccx2/HISTORY
@@ -0,0 +1,2 @@
+2009-08-29 Quentin Rameau <quinq AT sourcemage.org>
+ * DEPENDS, DETAILS, BUILD, INSTALL, HISTORY: spell created
diff --git a/audio-players/ccx2/INSTALL b/audio-players/ccx2/INSTALL
new file mode 100755
index 0000000..46c6fba
--- /dev/null
+++ b/audio-players/ccx2/INSTALL
@@ -0,0 +1 @@
+default_install_python



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

Archive powered by MHonArc 2.6.24.

Top of Page