[Lunar-commits] <moonbase> clementine: a Qt based music player inspired by Amarok.

Florin Braescu florin at lunar-linux.org
Wed Dec 28 12:37:42 CET 2011


commit fd6f76b93348b43cb56b0e5cf05254439f7d07d8
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Wed Dec 28 12:37:42 2011 +0100

    clementine: a Qt based music player inspired by Amarok.
---
 qt4-apps/clementine/BUILD   |    7 +++++++
 qt4-apps/clementine/DEPENDS |   18 ++++++++++++++++++
 qt4-apps/clementine/DETAILS |   17 +++++++++++++++++
 3 files changed, 42 insertions(+), 0 deletions(-)

diff --git a/qt4-apps/clementine/BUILD b/qt4-apps/clementine/BUILD
new file mode 100644
index 0000000..4547327
--- /dev/null
+++ b/qt4-apps/clementine/BUILD
@@ -0,0 +1,7 @@
+(
+
+  source /etc/profile.d/qt4.rc &&
+
+  default_cmake_build
+
+) > $C_FIFO 2>&1
diff --git a/qt4-apps/clementine/DEPENDS b/qt4-apps/clementine/DEPENDS
new file mode 100644
index 0000000..00497ad
--- /dev/null
+++ b/qt4-apps/clementine/DEPENDS
@@ -0,0 +1,18 @@
+depends qt4
+depends boost
+depends glew
+depends hicolor-icon-theme
+depends taglib
+depends qjson
+depends gstreamer-10
+
+optional_depends libcdio            ""   ""   "for CD support"
+optional_depends libmtp             ""   ""   "for portable media devices that use the media transfer protocol suport"
+optional_depends libgpod            ""   ""   "for Apple iPod devices suport"
+optional_depends liblastfm          ""   ""   "for Lastfm support"
+optional_depends gst-plugins-base   ""   ""   "for Gstreamer base plugins support"
+optional_depends gst-plugins-good   ""   ""   "for Gstreamer good plugins support"
+optional_depends gst-plugins-bad    ""   ""   "for Gstreamer bad plugins support"
+optional_depends gst-plugins-ugly   ""   ""   "for Gstreamer ugly plugins support"
+
+#optional_depends libimobiledevice   ""   ""   "for Apple iPod support"
diff --git a/qt4-apps/clementine/DETAILS b/qt4-apps/clementine/DETAILS
new file mode 100644
index 0000000..c47f180
--- /dev/null
+++ b/qt4-apps/clementine/DETAILS
@@ -0,0 +1,17 @@
+          MODULE=clementine
+         VERSION=1.0.0
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://clementine-player.googlecode.com/files
+      SOURCE_VFY=sha1:ba49c686ea5759e33d6b89179965503fd369cf30
+   MODULE_PREFIX=${KDE4_INSTALL_DIR:-/usr}
+        WEB_SITE=http://www.clementine-player.org
+         ENTERED=20111228
+         UPDATED=20111228
+           SHORT="A music player and library organizer"
+
+cat << EOF
+Clementine is a modern music player and library organizer. 
+Clementine is a multiplatform music player. It is inspired by Amarok 1.4,
+focusing on a fast and easy-to-use interface for searching and playing your
+music.
+EOF


More information about the Lunar-commits mailing list