diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2015-11-05 18:15:04 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-11-06 00:27:34 +0700 |
commit | bcdb5b46ab4ee166cca32ffce50fa64ddd426842 (patch) | |
tree | 50f089bf70a0385788c8ebea6623fa2addd6c309 /network/clipgrab | |
parent | 954ee3d7e5330756615e41c3b10a391b9424528e (diff) |
network/clipgrab: Updated for version 3.5.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/clipgrab')
-rw-r--r-- | network/clipgrab/README | 13 | ||||
-rw-r--r-- | network/clipgrab/clipgrab.SlackBuild | 4 | ||||
-rw-r--r-- | network/clipgrab/clipgrab.info | 6 |
3 files changed, 13 insertions, 10 deletions
diff --git a/network/clipgrab/README b/network/clipgrab/README index f0691534c3a3..e9a59501a6f3 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 ac332c159edc..752786847e98 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 952b13e8b15c..d1754f7b35e2 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" |