summaryrefslogtreecommitdiffstats
path: root/audio/rhythmbox/rhythmbox.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/rhythmbox/rhythmbox.SlackBuild')
-rw-r--r--audio/rhythmbox/rhythmbox.SlackBuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/audio/rhythmbox/rhythmbox.SlackBuild b/audio/rhythmbox/rhythmbox.SlackBuild
index 5adf426cfd..d5edbf5d43 100644
--- a/audio/rhythmbox/rhythmbox.SlackBuild
+++ b/audio/rhythmbox/rhythmbox.SlackBuild
@@ -3,9 +3,10 @@
# Slackware build script for rhythmbox
# Written by crocket (crockabiscuit@yahoo.com)
+# Modified by SlackBuilds.org
PRGNAM=rhythmbox
-VERSION=${VERSION:-2.97}
+VERSION=${VERSION:-3.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -53,10 +54,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-# configure looks for a pkg-config entry for tdb...
-patch -p1 < $CWD/we_have_tdb_in_samba.patch
-
-LDFLAGS="-ltdb" \
+#LDFLAGS="-ltdb" \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
@@ -83,7 +81,7 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
+find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
find $PKG/usr/man -type f -exec gzip -9 {} \;