summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author David Woodfall2010-08-01 04:41:09 +0200
committer Erik Hanson2010-08-01 04:41:09 +0200
commit241f247f8c67072be2729b1cd9daec9dc770d9cd (patch)
tree46c714491a4699fc499df061b9e633e0c9c289ae /audio
parenta3637a27705f14c4c361aa55966bcf3dbbf363c8 (diff)
downloadslackbuilds-241f247f8c67072be2729b1cd9daec9dc770d9cd.tar.gz
audio/clementine: Updated for version 0.4.2.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/clementine/clementine.SlackBuild6
-rw-r--r--audio/clementine/clementine.info8
2 files changed, 6 insertions, 8 deletions
diff --git a/audio/clementine/clementine.SlackBuild b/audio/clementine/clementine.SlackBuild
index 8de11693d8..8d13277a10 100644
--- a/audio/clementine/clementine.SlackBuild
+++ b/audio/clementine/clementine.SlackBuild
@@ -25,16 +25,14 @@
# Modified by SlackBuilds.org
PRGNAM=clementine
-VERSION=${VERSION:-0.3}
+VERSION=${VERSION:-0.4.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) export ARCH=i486 ;;
arm*) export ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) export ARCH=$( uname -m ) ;;
esac
fi
@@ -83,7 +81,7 @@ cd build
-DMAN_INSTALL_DIR=/usr/man \
-DCMAKE_BUILD_TYPE=Release ..
make all CFLAGS="-fPIC" PMFLAGS="-DNEWBUFFER"
- make install DESTDIR=$PKG
+ make install DESTDIR=$PKG
cd ..
for i in 16 32 64 ; do
diff --git a/audio/clementine/clementine.info b/audio/clementine/clementine.info
index cab88acc5a..ae90f9a89b 100644
--- a/audio/clementine/clementine.info
+++ b/audio/clementine/clementine.info
@@ -1,10 +1,10 @@
PRGNAM="clementine"
-VERSION="0.3"
+VERSION="0.4.2"
HOMEPAGE="http://www.kde-apps.org/content/show.php/Clementine?content=120598"
-DOWNLOAD="http://clementine-player.googlecode.com/files/clementine-0.3.tar.gz"
-MD5SUM="3aff98e41d9bf96717ecf97c780ef086"
+DOWNLOAD="http://clementine-player.googlecode.com/files/clementine-0.4.2.tar.gz"
+MD5SUM="c6819b0d2a8324f1d686fb5a3b1d287b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="David Woodfall"
EMAIL="dave@dawoodfall.net"
-APPROVED="rworkman"
+APPROVED="Erik Hanson"