audio/rhythmbox: Updated for version 3.2.1.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2015-09-01 15:14:29 +02:00 committed by Willy Sudiarto Raharjo
parent 746a0e3d9b
commit 421671d606
3 changed files with 8 additions and 85 deletions

View File

@ -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 {} \;

View File

@ -1,10 +1,10 @@
PRGNAM="rhythmbox"
VERSION="2.97"
VERSION="3.2.1"
HOMEPAGE="http://projects.gnome.org/rhythmbox/"
DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/rhythmbox/2.97/rhythmbox-2.97.tar.xz"
MD5SUM="26ed78c9c4695c5f28adb34ca9d4d943"
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/rhythmbox/3.2/rhythmbox-3.2.1.tar.xz"
MD5SUM="74739fcc59b91b129f0ffda85b90ec4a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libpeas json-glib totem-pl-parser"
REQUIRES="libpeas json-glib python3 totem-pl-parser"
MAINTAINER="crocket"
EMAIL="crockabiscuit@yahoo.com"

View File

@ -1,75 +0,0 @@
diff -Naur rhythmbox-2.97.orig/configure rhythmbox-2.97/configure
--- rhythmbox-2.97.orig/configure 2012-06-03 11:07:09.000000000 +0200
+++ rhythmbox-2.97/configure 2012-09-24 19:13:42.643306600 +0200
@@ -15592,7 +15592,6 @@
libpeas-1.0 >= \$LIBPEAS_REQS \\
libpeas-gtk-1.0 >= \$LIBPEAS_REQS \\
libxml-2.0 >= \$LIBXML2_REQS \\
- tdb >= 1.2.6 \\
json-glib-1.0\""; } >&5
($PKG_CONFIG --exists --print-errors "\
gobject-introspection-1.0 >= $GOBJECT_INTROSPECTION_REQS \
@@ -15606,7 +15605,6 @@
libpeas-1.0 >= $LIBPEAS_REQS \
libpeas-gtk-1.0 >= $LIBPEAS_REQS \
libxml-2.0 >= $LIBXML2_REQS \
- tdb >= 1.2.6 \
json-glib-1.0") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
@@ -15623,7 +15621,6 @@
libpeas-1.0 >= $LIBPEAS_REQS \
libpeas-gtk-1.0 >= $LIBPEAS_REQS \
libxml-2.0 >= $LIBXML2_REQS \
- tdb >= 1.2.6 \
json-glib-1.0" 2>/dev/null`
else
pkg_failed=yes
@@ -15647,7 +15644,6 @@
libpeas-1.0 >= \$LIBPEAS_REQS \\
libpeas-gtk-1.0 >= \$LIBPEAS_REQS \\
libxml-2.0 >= \$LIBXML2_REQS \\
- tdb >= 1.2.6 \\
json-glib-1.0\""; } >&5
($PKG_CONFIG --exists --print-errors "\
gobject-introspection-1.0 >= $GOBJECT_INTROSPECTION_REQS \
@@ -15661,7 +15657,6 @@
libpeas-1.0 >= $LIBPEAS_REQS \
libpeas-gtk-1.0 >= $LIBPEAS_REQS \
libxml-2.0 >= $LIBXML2_REQS \
- tdb >= 1.2.6 \
json-glib-1.0") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
@@ -15678,7 +15673,6 @@
libpeas-1.0 >= $LIBPEAS_REQS \
libpeas-gtk-1.0 >= $LIBPEAS_REQS \
libxml-2.0 >= $LIBXML2_REQS \
- tdb >= 1.2.6 \
json-glib-1.0" 2>/dev/null`
else
pkg_failed=yes
@@ -15711,7 +15705,6 @@
libpeas-1.0 >= $LIBPEAS_REQS \
libpeas-gtk-1.0 >= $LIBPEAS_REQS \
libxml-2.0 >= $LIBXML2_REQS \
- tdb >= 1.2.6 \
json-glib-1.0" 2>&1`
else
RHYTHMBOX_PKG_ERRORS=`$PKG_CONFIG --print-errors "\
@@ -15726,7 +15719,6 @@
libpeas-1.0 >= $LIBPEAS_REQS \
libpeas-gtk-1.0 >= $LIBPEAS_REQS \
libxml-2.0 >= $LIBXML2_REQS \
- tdb >= 1.2.6 \
json-glib-1.0" 2>&1`
fi
# Put the nasty error message in config.log where it belongs
@@ -15744,7 +15736,6 @@
libpeas-1.0 >= $LIBPEAS_REQS \
libpeas-gtk-1.0 >= $LIBPEAS_REQS \
libxml-2.0 >= $LIBXML2_REQS \
- tdb >= 1.2.6 \
json-glib-1.0) were not met:
$RHYTHMBOX_PKG_ERRORS