multimedia/ffmpegfs: Updated for version 2.15.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Vijay Marcel 2024-02-10 08:25:39 +09:00 committed by Willy Sudiarto Raharjo
parent 3d9046a953
commit d4cb2302bc
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 8 additions and 9 deletions

View file

@ -10,3 +10,6 @@ Added to slackbuilds.org
optional dependencies to ffmpegfs are twolame,x264 and openh264
updated to version 2.13
08/02/2024:
updated to version 2.15

View file

@ -2,7 +2,7 @@
# Slackware build script for ffmpegfs
# Copyright 2022-2023 Vijay Marcel
# Copyright 2022-2024 Vijay Marcel
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ffmpegfs
VERSION=${VERSION:-2.13}
VERSION=${VERSION:-2.15}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -38,9 +38,6 @@ case "$( uname -m )" in
esac
fi
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@ -82,7 +79,6 @@ find -L . \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--bindir=/usr/bin \

View file

@ -1,8 +1,8 @@
PRGNAM="ffmpegfs"
VERSION="2.13"
VERSION="2.15"
HOMEPAGE="https://nschlia.github.io/ffmpegfs/html/index.html"
DOWNLOAD="https://github.com/nschlia/ffmpegfs/releases/download/v2.13/ffmpegfs-2.13.tar.gz"
MD5SUM="a296123efc5a0e0c70305b5847f88b13"
DOWNLOAD="https://github.com/nschlia/ffmpegfs/releases/download/v2.15/ffmpegfs-2.15.tar.gz"
MD5SUM="e92de951d96a2e8031f59180cacef8bc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="w3m graphviz libchardet chromaprint"