multimedia/openh264: Updated for version 2.4.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Vijay Marcel 2024-02-16 11:18:02 +07:00 committed by Willy Sudiarto Raharjo
parent 829c6de13c
commit 5ee8654fa1
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 9 additions and 8 deletions

View file

@ -16,3 +16,7 @@ openh264 slackbuild script fixed by B.Watson
17/05/2023:
updated to version 2.3.1
13/02/2024:
updated to version 2.4.1

View file

@ -2,7 +2,7 @@
# Slackware build script for openh264
# 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=openh264
VERSION=${VERSION:-2.3.1}
VERSION=${VERSION:-2.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -56,9 +56,6 @@ else
LIBDIRSUFFIX=""
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

View file

@ -1,8 +1,8 @@
PRGNAM="openh264"
VERSION="2.3.1"
VERSION="2.4.1"
HOMEPAGE="https://github.com/cisco/openh264"
DOWNLOAD="https://github.com/cisco/openh264/archive/v2.3.1/openh264-2.3.1.tar.gz"
MD5SUM="fb26184faec8e0d99ffc87e2abd188aa"
DOWNLOAD="https://github.com/cisco/openh264/archive/v2.4.1/openh264-2.4.1.tar.gz"
MD5SUM="08396d6c467f7ae063d40b3a378870b0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""