multimedia/aom: Updated for version 3.6.0.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0835fd9e0e
commit
ede07848d4
|
@ -2,7 +2,7 @@
|
|||
# ----------------------------------------------------------------------
|
||||
# Slackware build script for aom
|
||||
#
|
||||
# Copyright (c) 2018-2022 Andrew Strong, Blue Mountains, Australia.
|
||||
# Copyright (c) 2018-2023 Andrew Strong, Blue Mountains, Australia.
|
||||
#
|
||||
# Permission to use, copy, modify, and distribute this software for
|
||||
# any purpose with or without fee is hereby granted, provided that
|
||||
|
@ -27,10 +27,10 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=aom
|
||||
# The 'official' archive for the aom 3.3.0 release has the git commit in
|
||||
# The 'official' archive for the aom 3.6.0 release has the git commit in
|
||||
# the filename, so adjustments are required for a sane Slackware build:
|
||||
VERSION=${VERSION:-3.3.0}
|
||||
GITCOMMIT=${GITCOMMIT:-87460cef80fb03def7d97df1b47bad5432e5e2e4}
|
||||
VERSION=${VERSION:-3.6.0}
|
||||
GITCOMMIT=${GITCOMMIT:-3c65175b1972da4a1992c1dae2365b48d13f9a8d}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -43,9 +43,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
|
||||
|
@ -113,7 +110,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS CHANGELOG LICENSE PATENTS README.md $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS CHANGELOG LICENSE PATENTS README.md Sample.cfg $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
||||
# These are the 'extra docs', more details above...
|
||||
# mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/{html,latex}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="aom"
|
||||
VERSION="3.3.0"
|
||||
VERSION="3.6.0"
|
||||
HOMEPAGE="https://aomedia.googlesource.com/aom"
|
||||
DOWNLOAD="http://www.andrews-corner.org/downloads/aom-87460cef80fb03def7d97df1b47bad5432e5e2e4.tar.gz"
|
||||
MD5SUM="8e722dae87dff97dfb98c3857fe38ee2"
|
||||
DOWNLOAD="http://www.andrews-corner.org/downloads/aom-3c65175b1972da4a1992c1dae2365b48d13f9a8d.tar.gz"
|
||||
MD5SUM="4c73a44a710688e8c496b3740ecee84b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue