network/clipgrab: Updated for version 3.5.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Edinaldo P. Silva 2015-11-05 18:15:04 +07:00 committed by Willy Sudiarto Raharjo
parent 954ee3d7e5
commit bcdb5b46ab
3 changed files with 13 additions and 10 deletions

View file

@ -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.

View file

@ -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

View file

@ -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"