Upgraded openh264 from 2.1.1 to 2.3.1

This commit is contained in:
dslm4515
2023-06-14 10:31:05 -05:00
parent 7bb873f787
commit a6e9070235

View File

@ -1,7 +1,7 @@
#! /bin/bash
# openh264
# Source: https://github.com/cisco/openh264/archive/v2.1.1.tar.gz
# Source: https://github.com/cisco/openh264/archive/refs/tags/v2.3.1.tar.gz
#
# $BUILD = Directory to temporarily install
# $PKGS = Directory to store built packages
@ -42,5 +42,5 @@ openh264:
openh264:
EOF
sudo -S mv -v /tmp/slack-desc install/ &&
sudo -S makepkg -l y -c n $PKGS/openh264-2.1.1-$(uname -m)-mlfs.txz &&
sudo -S makepkg -l y -c n $PKGS/openh264-2.3.1-$PSUFFIX &&
sudo -S rm -rf ${BUILD}/*