diff options
-rw-r--r-- | multimedia/openh264/openh264.SlackBuild | 7 | ||||
-rw-r--r-- | multimedia/openh264/openh264.info | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/multimedia/openh264/openh264.SlackBuild b/multimedia/openh264/openh264.SlackBuild index 709009e696..ba8782bb8d 100644 --- a/multimedia/openh264/openh264.SlackBuild +++ b/multimedia/openh264/openh264.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for openh264 -# Copyright 2022-2024 Vijay Marcel +# Copyright 2022-2025 Vijay Marcel # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -30,11 +30,12 @@ # 17/05/2023: updated to version 2.3.1 # 13/02/2024: updated to version 2.4.1 # 20/11/2024: Updated to version 2.5.0 +# 19/02/2025: updated to version 2.6.0 cd $(dirname $0) ; CWD=$(pwd) PRGNAM=openh264 -VERSION=${VERSION:-2.5.0} +VERSION=${VERSION:-2.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -100,7 +101,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded --remove-section=.comment --remove-section=.note 2> /dev/null || true # Don't ship .la files: -rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la +rm -f $PKG/usr/lib${LIBDIRSUFFIX}/*.la mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a CODING_STYLE LICENSE CONTRIBUTORS RELEASES *.md $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/multimedia/openh264/openh264.info b/multimedia/openh264/openh264.info index 571502411a..47ac896f74 100644 --- a/multimedia/openh264/openh264.info +++ b/multimedia/openh264/openh264.info @@ -1,8 +1,8 @@ PRGNAM="openh264" -VERSION="2.5.0" +VERSION="2.6.0" HOMEPAGE="https://github.com/cisco/openh264" -DOWNLOAD="https://github.com/cisco/openh264/archive/v2.5.0/openh264-2.5.0.tar.gz" -MD5SUM="7b4e354067e1100426da445aca85ad67" +DOWNLOAD="https://github.com/cisco/openh264/archive/v2.6.0/openh264-2.6.0.tar.gz" +MD5SUM="0b01f0279eca1c7bb65395ea350fa85c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |