mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/clipgrab: Updated for version 3.9.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3e9b65d0c3
commit
f4bf0f7d66
3 changed files with 8 additions and 11 deletions
|
@ -10,8 +10,5 @@ more in: http://clipgrab.org/faqs/supported-sites
|
|||
It converts downloaded videos to MPEG4, MP3 or other formats
|
||||
in just one easy step.
|
||||
|
||||
NOTE: This suggests FFMPEG with libmp3lame support enabled for
|
||||
video conversion to MP3 format.
|
||||
|
||||
* For downloading 1080p videos from Youtube you need a newer
|
||||
version of ffmpeg than currently available on SBo.
|
||||
Now, Clipgrab downloading youtube-dlp as additional component
|
||||
to downloading videos.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for clipgrab.
|
||||
#
|
||||
# Copyright 2015-2020 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# Copyright 2015-2022 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -29,8 +29,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=clipgrab
|
||||
VERSION=${VERSION:-3.8.10}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-3.9.7}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="clipgrab"
|
||||
VERSION="3.8.10"
|
||||
VERSION="3.9.7"
|
||||
HOMEPAGE="http://clipgrab.org/"
|
||||
DOWNLOAD="https://slackware.uk/~urchlay/src/clipgrab-3.8.10.tar.gz"
|
||||
MD5SUM="9b992e77d14fa22b079d3f64f4cf3451"
|
||||
DOWNLOAD="https://download.clipgrab.org/clipgrab-3.9.7.tar.gz"
|
||||
MD5SUM="9f7769e7b3676a012af01870a4706892"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue