summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author Matteo Bernardini2015-09-01 15:14:29 +0200
committer Willy Sudiarto Raharjo2016-01-17 03:40:16 +0100
commit421671d606ca24b07b4c97edb1dd861f04b3f610 (patch)
treef0c889815bec2c79f353b68fff875120ae48a30e /audio
parent746a0e3d9ba070ffcf7cd1bd543b57ef13107deb (diff)
downloadslackbuilds-421671d606ca24b07b4c97edb1dd861f04b3f610.tar.gz
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>
Diffstat (limited to 'audio')
-rw-r--r--audio/rhythmbox/rhythmbox.SlackBuild10
-rw-r--r--audio/rhythmbox/rhythmbox.info8
-rw-r--r--audio/rhythmbox/we_have_tdb_in_samba.patch75
3 files changed, 8 insertions, 85 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 {} \;
diff --git a/audio/rhythmbox/rhythmbox.info b/audio/rhythmbox/rhythmbox.info
index 8cd4c57ba8..a846862e6f 100644
--- a/audio/rhythmbox/rhythmbox.info
+++ b/audio/rhythmbox/rhythmbox.info
@@ -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"
diff --git a/audio/rhythmbox/we_have_tdb_in_samba.patch b/audio/rhythmbox/we_have_tdb_in_samba.patch
deleted file mode 100644
index 2035887282..0000000000
--- a/audio/rhythmbox/we_have_tdb_in_samba.patch
+++ /dev/null
@@ -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