Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (8991f2832a6be1c2a61b9f40d09b527fde19f4b7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (8991f2832a6be1c2a61b9f40d09b527fde19f4b7)
  • Date: Fri, 31 May 2013 13:40:15 -0500

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 1 +
audio-players/cantata/BUILD | 1 +
audio-players/cantata/DEPENDS | 23 +++++++++++++++++++++++
audio-players/cantata/DETAILS | 16 ++++++++++++++++
audio-players/cantata/HISTORY | 3 +++
5 files changed, 44 insertions(+)

New commits:
commit 8991f2832a6be1c2a61b9f40d09b527fde19f4b7
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

audio-players/cantata: new spell, a front-end for mpd

diff --git a/ChangeLog b/ChangeLog
index 8402368..a8a507d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2013-05-31 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* libs/sqlite3-ocaml: new spell, sqlite3 bindings for ocaml
+ * audio-players/cantata: new spell, a front-end for mpd

2013-05-29 Treeve Jelbert <treeve AT sourcemage.org>
* python-pypi/inflect: new spell: orrectly generate plurals
diff --git a/audio-players/cantata/BUILD b/audio-players/cantata/BUILD
new file mode 100755
index 0000000..2113434
--- /dev/null
+++ b/audio-players/cantata/BUILD
@@ -0,0 +1 @@
+qt4_cmake_build
diff --git a/audio-players/cantata/DEPENDS b/audio-players/cantata/DEPENDS
new file mode 100755
index 0000000..d618474
--- /dev/null
+++ b/audio-players/cantata/DEPENDS
@@ -0,0 +1,23 @@
+depends -sub DBUS qt4 &&
+optional_depends kdelibs4 \
+ "-DENABLE_KDE=on" \
+ "-DENABLE_KDE=off" \
+ "support for KDE 4" &&
+optional_depends taglib \
+ "-DENABLE_TAGLIB=on" \
+ "-DENABLE_TAGLIB=off" \
+ "for tag editing and replay gain calculation" &&
+if is_depends_enabled $SPELL taglib; then
+ depends LIBAVCODEC "-DENABLE_FFMPEG=on" &&
+ depends mpg123 "-DENABLE_MPG123=on" &&
+ depends speex "-DENABLE_SPEEXDSP=on" &&
+ depends taglib-extras "-DENABLE_TAGLIB_EXTRAS=on"
+fi &&
+optional_depends phonon \
+ "-DENABLE_PHONON=on" \
+ "-DENABLE_PHONON=off" \
+ "required to playback MPD HTTP streams" &&
+optional_depends libmtp \
+ "-DENABLE_MTP=on" \
+ "-DENABLE_MTP=off" \
+ "required to support MTP devices"
diff --git a/audio-players/cantata/DETAILS b/audio-players/cantata/DETAILS
new file mode 100755
index 0000000..29a85ff
--- /dev/null
+++ b/audio-players/cantata/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=cantata
+ VERSION=1.0.3
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=https://${SPELL}.googlecode.com/files/${SOURCE}
+
SOURCE_HASH=sha512:23fc6cc1c1e27ef04b299d7dacf1b3bf31a4731b9e7ad52e24a062a5367a9f2ec713ce90a9af4ee4029c06207771847b57eea4bb1326f789295241be2b96546b
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="https://code.google.com/p/cantata/";
+ LICENSE[0]=GPL
+ ENTERED=20130531
+ SHORT="a Qt4/KDE4 client for the music player daemon (MPD)"
+cat << EOF
+antata is a Qt4/KDE4 client for the music player daemon (MPD). Originally
+started as a fork of QtMPC, the code is now very different. Cantata can be
+compiled with KDE support, or as a pure Qt4 application. The interface is
+very configurable - most views can be shown as either a list or tree
structure.
+EOF
diff --git a/audio-players/cantata/HISTORY b/audio-players/cantata/HISTORY
new file mode 100644
index 0000000..04688cc
--- /dev/null
+++ b/audio-players/cantata/HISTORY
@@ -0,0 +1,3 @@
+2013-05-31 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD, DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (8991f2832a6be1c2a61b9f40d09b527fde19f4b7), Florian Franzmann, 05/31/2013

Archive powered by MHonArc 2.6.24.

Top of Page