From f5f03ff39ab6d54fb9b79ad37ace34b4bd371200 Mon Sep 17 00:00:00 2001 From: Vijay Marcel Date: Wed, 7 Feb 2024 06:30:17 +0700 Subject: libraries/libyuv: Updated for version 20240116_95d8726. Signed-off-by: Willy Sudiarto Raharjo --- libraries/libyuv/changelog | 4 ++++ libraries/libyuv/libyuv.SlackBuild | 9 +++------ libraries/libyuv/libyuv.info | 6 +++--- 3 files changed, 10 insertions(+), 9 deletions(-) (limited to 'libraries/libyuv') diff --git a/libraries/libyuv/changelog b/libraries/libyuv/changelog index 2508a80e33..d15960ec71 100644 --- a/libraries/libyuv/changelog +++ b/libraries/libyuv/changelog @@ -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 diff --git a/libraries/libyuv/libyuv.SlackBuild b/libraries/libyuv/libyuv.SlackBuild index 6343a8cfa0..ba44bfc687 100644 --- a/libraries/libyuv/libyuv.SlackBuild +++ b/libraries/libyuv/libyuv.SlackBuild @@ -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 diff --git a/libraries/libyuv/libyuv.info b/libraries/libyuv/libyuv.info index f04a3f5615..5ba00e6cdd 100644 --- a/libraries/libyuv/libyuv.info +++ b/libraries/libyuv/libyuv.info @@ -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="" -- cgit v1.2.3-65-gdbad