Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bor Kraljič (d7a8fe66abf6bd38d69d19707580fcbf6d849e45)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bor Kraljič (d7a8fe66abf6bd38d69d19707580fcbf6d849e45)
  • Date: Mon, 28 Sep 2009 04:30:21 -0500

GIT changes to master grimoire by Bor Kraljič <pyrobor AT ver.si>:

ChangeLog | 3 +++
audio-libs/liblastfm/BUILD | 4 ++++
audio-libs/liblastfm/DEPENDS | 4 ++++
audio-libs/liblastfm/DETAILS | 15 +++++++++++++++
audio-libs/liblastfm/HISTORY | 2 ++
kde4-apps/amarok2/DEPENDS | 1 +
6 files changed, 29 insertions(+)

New commits:
commit d7a8fe66abf6bd38d69d19707580fcbf6d849e45
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

amarok2: added option_depends on liblastfm

commit a30ba72320c2ae36e6288cfce758f9c1263eb60d
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

audio-libs/liblastfm: new spell, Last.fm services libraries

diff --git a/ChangeLog b/ChangeLog
index 8c82efb..16fa79b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-09-28 Bor Kraljič <pyrobor AT ver.si>
+ * audio-libs/liblastfm: new spell, Last.fm services libraries
+
2009-09-26 Vlad Glagolev <stealth AT sourcemage.org>
* net/spine: new spell, poller for Cacti

diff --git a/audio-libs/liblastfm/BUILD b/audio-libs/liblastfm/BUILD
new file mode 100755
index 0000000..cf4a0fc
--- /dev/null
+++ b/audio-libs/liblastfm/BUILD
@@ -0,0 +1,4 @@
+QTDIR=/usr &&
+PATH=$QTDIR/bin/qt4:$PATH &&
+./configure --prefix /usr &&
+default_build_make
diff --git a/audio-libs/liblastfm/DEPENDS b/audio-libs/liblastfm/DEPENDS
new file mode 100755
index 0000000..d3ea796
--- /dev/null
+++ b/audio-libs/liblastfm/DEPENDS
@@ -0,0 +1,4 @@
+depends qt4 &&
+depends fftw &&
+depends glibc &&
+depends libsamplerate
diff --git a/audio-libs/liblastfm/DETAILS b/audio-libs/liblastfm/DETAILS
new file mode 100755
index 0000000..fa07d4e
--- /dev/null
+++ b/audio-libs/liblastfm/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=liblastfm
+ VERSION=0.3.0
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://cdn.last.fm/src/${SOURCE}
+
SOURCE_HASH=sha512:c96b96a7a47b93cc4a73b4d8276f339c8cc713f2368eb4842df67aba9dc04e6f47b3e0a1ec5582ab1c42bbc079ec3dec303ceeb8a1c954ce68d95534c67b1eeb
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://github.com/mxcl/liblastfm";
+ LICENSE[0]=GPL
+ ENTERED=20090703
+ SHORT="A Qt C++ library for the Last.fm webservices"
+cat << EOF
+liblastfm is a collection of libraries to help you integrate Last.fm services
+into your rich desktop software. It is officially supported software
developed
+by Last.fm staff.
+EOF
diff --git a/audio-libs/liblastfm/HISTORY b/audio-libs/liblastfm/HISTORY
new file mode 100644
index 0000000..b0e59bc
--- /dev/null
+++ b/audio-libs/liblastfm/HISTORY
@@ -0,0 +1,2 @@
+2009-09-28 Bor Kraljic <pyrobor AT ver.si>
+ * BUILD, DEPENDS, DETAILS: spell created
diff --git a/kde4-apps/amarok2/DEPENDS b/kde4-apps/amarok2/DEPENDS
index a8a6fd9..8077acb 100755
--- a/kde4-apps/amarok2/DEPENDS
+++ b/kde4-apps/amarok2/DEPENDS
@@ -13,4 +13,5 @@ optional_depends gstreamer '' '' 'GStreamer support'
&&
optional_depends kdemultimedia4 '' '' 'CDDB support' &&
optional_depends loudmouth '' '' 'for mp3tunes support' &&
optional_depends libgpod '' '' 'for Apple iPod support' &&
+optional_depends liblastfm '' '' 'for Last.Fm webservice support' &&
optional_depends libmtp '' '' 'for media transfer protocol support'




Archive powered by MHonArc 2.6.24.

Top of Page