summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gtkpod/README4
-rw-r--r--multimedia/gtkpod/gtkpod.SlackBuild12
-rw-r--r--multimedia/gtkpod/gtkpod.info6
3 files changed, 11 insertions, 11 deletions
diff --git a/multimedia/gtkpod/README b/multimedia/gtkpod/README
index e8fca78047..c224177399 100644
--- a/multimedia/gtkpod/README
+++ b/multimedia/gtkpod/README
@@ -1,5 +1,5 @@
gtkpod is a graphical user interface for the Apple iPod for
Unix-like systems, written using the GTK+ toolkit.
-Optional dependencies are faac, faad2, webkitgtk3, libmusicbrainz3,
-libmp4v2 and brasero.
+Optional dependencies are faac, faad2, gst1-plugins-*, webkitgtk3,
+lame, libmusicbrainz3, libmp4v2 and brasero.
diff --git a/multimedia/gtkpod/gtkpod.SlackBuild b/multimedia/gtkpod/gtkpod.SlackBuild
index f77364ec09..dfc84b8c0f 100644
--- a/multimedia/gtkpod/gtkpod.SlackBuild
+++ b/multimedia/gtkpod/gtkpod.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for gtkpod
-# Copyright 2012-2014 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
+# Copyright 2012-2015 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gtkpod
-VERSION=${VERSION:-2.1.4}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-2.1.5}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -64,10 +64,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
diff --git a/multimedia/gtkpod/gtkpod.info b/multimedia/gtkpod/gtkpod.info
index bac98280f1..5176d5afc0 100644
--- a/multimedia/gtkpod/gtkpod.info
+++ b/multimedia/gtkpod/gtkpod.info
@@ -1,8 +1,8 @@
PRGNAM="gtkpod"
-VERSION="2.1.4"
+VERSION="2.1.5"
HOMEPAGE="http://www.gtkpod.org/wiki/Home"
-DOWNLOAD="http://downloads.sourceforge.net/gtkpod/gtkpod-2.1.4.tar.gz"
-MD5SUM="66c12ccb529c0f7de9a48a7f0d277c80"
+DOWNLOAD="http://downloads.sourceforge.net/gtkpod/gtkpod-2.1.5.tar.gz"
+MD5SUM="f011d6bc403f06d8bb13829c1c3d25fe"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="anjuta"