summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Edinaldo P. Silva2015-11-05 12:15:04 +0100
committer Willy Sudiarto Raharjo2015-11-05 18:27:34 +0100
commitbcdb5b46ab4ee166cca32ffce50fa64ddd426842 (patch)
tree50f089bf70a0385788c8ebea6623fa2addd6c309
parent954ee3d7e5330756615e41c3b10a391b9424528e (diff)
downloadslackbuilds-bcdb5b46ab4ee166cca32ffce50fa64ddd426842.tar.gz
network/clipgrab: Updated for version 3.5.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--network/clipgrab/README13
-rw-r--r--network/clipgrab/clipgrab.SlackBuild4
-rw-r--r--network/clipgrab/clipgrab.info6
3 files changed, 13 insertions, 10 deletions
diff --git a/network/clipgrab/README b/network/clipgrab/README
index f0691534c3..e9a59501a6 100644
--- a/network/clipgrab/README
+++ b/network/clipgrab/README
@@ -1,8 +1,11 @@
-clipgrab (Downloading video tool)
+clipgrab (downloading video tool)
-ClipGrab is a GPLv3-licensed Open Source project and of course also available for Linux.
+ClipGrab is a GPLv3-licensed Open Source project and of course
+also available for Linux.
-ClipGrab is a free downloader and converter for YouTube, Vimeo, Metacafe, Dailymotion and
-many other online video sites, see more in: http://clipgrab.org/faqs/supported-sites
+ClipGrab is a free downloader and converter for YouTube, Vimeo,
+Metacafe, Dailymotion and many other online video sites, see
+more in: http://clipgrab.org/faqs/supported-sites
-It converts downloaded videos to MPEG4, MP3 or other formats in just one easy step.
+It converts downloaded videos to MPEG4, MP3 or other formats
+in just one easy step.
diff --git a/network/clipgrab/clipgrab.SlackBuild b/network/clipgrab/clipgrab.SlackBuild
index ac332c159e..752786847e 100644
--- a/network/clipgrab/clipgrab.SlackBuild
+++ b/network/clipgrab/clipgrab.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=clipgrab
-VERSION=${VERSION:-3.5.1}
+VERSION=${VERSION:-3.5.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -74,7 +74,7 @@ make DESTDIR=$PKG
install -d $PKG/usr/share/{applications,pixmaps}
install -D -m644 $CWD/clipgrab.desktop $PKG/usr/share/applications/clipgrab.desktop
-install -D -m644 $CWD/clipgrab.png $PKG/usr/share/pixmaps/clipgrab.png
+install -D -m644 icon.png $PKG/usr/share/pixmaps/clipgrab.png
install -d $PKG/usr/bin
install -D -m755 clipgrab $PKG/usr/bin/clipgrab
diff --git a/network/clipgrab/clipgrab.info b/network/clipgrab/clipgrab.info
index 952b13e8b1..d1754f7b35 100644
--- a/network/clipgrab/clipgrab.info
+++ b/network/clipgrab/clipgrab.info
@@ -1,8 +1,8 @@
PRGNAM="clipgrab"
-VERSION="3.5.1"
+VERSION="3.5.2"
HOMEPAGE="http://clipgrab.org/"
-DOWNLOAD="http://download.clipgrab.de/clipgrab-3.5.1.tar.gz"
-MD5SUM="c453359ec416f76af0d48502c5b59ddc"
+DOWNLOAD="http://download.clipgrab.de/clipgrab-3.5.2.tar.gz"
+MD5SUM="ed961d6bb647fc77fec7c48df9abb7c5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ffmpeg"