summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBor Kraljič2009-09-28 10:58:10 +0200
committerBor Kraljič2009-09-28 11:27:52 +0200
commita30ba72320c2ae36e6288cfce758f9c1263eb60d (patch)
tree30749599738282815c47da04c32520cbb5ae1030
parent0fa64138ff3e3674612c4a154251491b7359e972 (diff)
audio-libs/liblastfm: new spell, Last.fm services libraries
-rw-r--r--ChangeLog3
-rwxr-xr-xaudio-libs/liblastfm/BUILD4
-rwxr-xr-xaudio-libs/liblastfm/DEPENDS4
-rwxr-xr-xaudio-libs/liblastfm/DETAILS15
-rw-r--r--audio-libs/liblastfm/HISTORY2
5 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c82efbb49..16fa79b06e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-09-28 Bor Kraljič <pyrobor@ver.si>
+ * audio-libs/liblastfm: new spell, Last.fm services libraries
+
2009-09-26 Vlad Glagolev <stealth@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 0000000000..cf4a0fca43
--- /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 0000000000..d3ea7960ac
--- /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 0000000000..fa07d4e862
--- /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 0000000000..b0e59bc548
--- /dev/null
+++ b/audio-libs/liblastfm/HISTORY
@@ -0,0 +1,2 @@
+2009-09-28 Bor Kraljic <pyrobor@ver.si>
+ * BUILD, DEPENDS, DETAILS: spell created