mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/yle-dl: Updated for version 20240130.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f9bb01dd45
commit
391650f55f
3 changed files with 11 additions and 19 deletions
|
@ -1,2 +1,8 @@
|
|||
yle-dl is a tool for downloading media files from the video streaming
|
||||
services of the Finnish national broadcasting company Yle.
|
||||
|
||||
xattr is an optional dependency. It adds support for writing metadata
|
||||
to extended attributes of video files.
|
||||
|
||||
python3-psutil is an optional dependency. It adds support for detecting
|
||||
if the destination filesystem requires a restricted character set.
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=yle-dl
|
||||
VERSION=${VERSION:-20230611}
|
||||
VERSION=${VERSION:-20240130}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -50,20 +50,6 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
LIBDIRSUFFIX="64"
|
||||
else
|
||||
SLKCFLAGS="-O2"
|
||||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="yle-dl"
|
||||
VERSION="20230611"
|
||||
VERSION="20240130"
|
||||
HOMEPAGE="https://aajanki.github.io/yle-dl/"
|
||||
DOWNLOAD="https://github.com/aajanki/yle-dl/archive/20230611/yle-dl-20230611.tar.gz"
|
||||
MD5SUM="32bbf99b213ef3cacfe58a0bc2c5d969"
|
||||
DOWNLOAD="https://github.com/aajanki/yle-dl/archive/20240130/yle-dl-20240130.tar.gz"
|
||||
MD5SUM="4ea36e5fab2dd1b255e39d7a7bff3dcd"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="lxml python3-attrs python3-configargparse xattr"
|
||||
REQUIRES="lxml python3-configargparse"
|
||||
MAINTAINER="Markus Rinne"
|
||||
EMAIL="markus.ka.rinne@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue