summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
author Heiko Rosemann <heiko.rosemann@web.de>2015-04-17 00:41:31 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-04-17 00:41:31 +0700
commit090fc94340bee8549c71f4c5486e3b47d5977afe (patch)
treea5feea28d75397005b3fd9ffd2f67602702ce6db /multimedia
parent1967a59fe54b1f3104aef952adb8ad7fe3e4b3bb (diff)
downloadslackbuilds-090fc94340bee8549c71f4c5486e3b47d5977afe.tar.gz
slackbuilds-090fc94340bee8549c71f4c5486e3b47d5977afe.tar.xz
multimedia/MediathekView: Updated for version 9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/MediathekView/MediathekView.SlackBuild14
-rw-r--r--multimedia/MediathekView/MediathekView.info6
2 files changed, 10 insertions, 10 deletions
diff --git a/multimedia/MediathekView/MediathekView.SlackBuild b/multimedia/MediathekView/MediathekView.SlackBuild
index 53b7805a99..cb4e453d8d 100644
--- a/multimedia/MediathekView/MediathekView.SlackBuild
+++ b/multimedia/MediathekView/MediathekView.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for MediathekView
-# Copyright 2013-2014 Heiko Rosemann, Germany
+# Copyright 2013-2015 Heiko Rosemann, Germany
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=MediathekView
-VERSION=${VERSION:-8}
+VERSION=${VERSION:-9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -45,10 +45,10 @@ unzip $CWD/${PRGNAM}_$VERSION.zip -d $PRGNAM-$VERSION
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 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -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 {} \;
mkdir -p $PKG/usr/share/$PRGNAM/bin
cp -a bin/flv-linux.sh $PKG/usr/share/$PRGNAM/bin/flv.sh
@@ -60,7 +60,7 @@ cat $CWD/$PRGNAM.wrapper > $PKG/usr/bin/$PRGNAM
chmod 0755 $PKG/usr/bin/$PRGNAM
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a Anleitung/* Copyright/* info/* $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a Anleitung/* Copyright/* Info/* $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/multimedia/MediathekView/MediathekView.info b/multimedia/MediathekView/MediathekView.info
index 62092526e9..ee5a248707 100644
--- a/multimedia/MediathekView/MediathekView.info
+++ b/multimedia/MediathekView/MediathekView.info
@@ -1,8 +1,8 @@
PRGNAM="MediathekView"
-VERSION="8"
+VERSION="9"
HOMEPAGE="http://zdfmediathk.sourceforge.net"
-DOWNLOAD="http://downloads.sourceforge.net/zdfmediathk/MediathekView_8.zip"
-MD5SUM="bafc17a229f17fb6f2a260f426d0de4e"
+DOWNLOAD="http://downloads.sourceforge.net/zdfmediathk/MediathekView_9.zip"
+MD5SUM="bc0db2078982b04a9686ad19f0bc9dab"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jdk"