libraries/libyuv: Updated for version 20240116_95d8726.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ce8d97eee0
commit
f5f03ff39a
|
@ -8,3 +8,7 @@ Added to SlackBuilds.org
|
|||
15/05/2023:
|
||||
|
||||
Updated to Debian git commit 62af467 on 07/01/2023
|
||||
|
||||
06/02/2023:
|
||||
|
||||
Updated to Debian git commit 95d8726 on 16/01/2024
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for libyuv
|
||||
|
||||
# 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,11 +25,11 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=libyuv
|
||||
VERSION=${VERSION:-20230107_62af467}
|
||||
VERSION=${VERSION:-20240116_95d8726}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
GITNAM=${GITNAM:-62af467caa289e037763f62b722dfe83d061de7c}
|
||||
GITNAM=${GITNAM:-95d8726b0b8e4a8ef1a4a921fe87cdf563b647a3}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
|
@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then
|
|||
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
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libyuv"
|
||||
VERSION="20230107_62af467"
|
||||
VERSION="20240116_95d8726"
|
||||
HOMEPAGE="https://chromium.googlesource.com/libyuv/libyuv/"
|
||||
DOWNLOAD="https://salsa.debian.org/debian/libyuv/-/archive/62af467caa289e037763f62b722dfe83d061de7c/libyuv-62af467caa289e037763f62b722dfe83d061de7c.tar.gz"
|
||||
MD5SUM="e240669fccfe2f2fb66ce1000fec5ca4"
|
||||
DOWNLOAD="https://salsa.debian.org/debian/libyuv/-/archive/95d8726b0b8e4a8ef1a4a921fe87cdf563b647a3/libyuv-95d8726b0b8e4a8ef1a4a921fe87cdf563b647a3.tar.gz"
|
||||
MD5SUM="e325cd9e2c1f36b36daacd5bb9fcd003"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue