diff options
author | Andrew Strong <andrew.david.strong@gmail.com> | 2021-01-09 02:30:01 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-09 14:30:31 +0700 |
commit | 8c1df7c5e6f55c1e576fb5ee559341310eca9554 (patch) | |
tree | a00aec04785998605f3f1b231f853d3195062db9 /multimedia | |
parent | dc70965ac52bc3f71d8f534ae2819fb1e7c780ba (diff) | |
download | slackbuilds-8c1df7c5e6f55c1e576fb5ee559341310eca9554.tar.gz |
multimedia/aom: Updated for version 2.0.1.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/aom/README | 3 | ||||
-rw-r--r-- | multimedia/aom/aom.SlackBuild | 20 | ||||
-rw-r--r-- | multimedia/aom/aom.info | 6 |
3 files changed, 16 insertions, 13 deletions
diff --git a/multimedia/aom/README b/multimedia/aom/README index 60aa084072..40b686daea 100644 --- a/multimedia/aom/README +++ b/multimedia/aom/README @@ -5,3 +5,6 @@ VP9 and also to eventually be a competitor with HEVC/H.265. This script builds the encoder aomenc, the decoder aomdec as well as shared libraries which can be utilised by recent versions of both FFmpeg and vlc. + +Note: 'aom' replaces and upgrades 'libaom'; make sure 'libaom' is +removed before using this SlackBuild. diff --git a/multimedia/aom/aom.SlackBuild b/multimedia/aom/aom.SlackBuild index f0c6dfdd4a..6d6940a1e7 100644 --- a/multimedia/aom/aom.SlackBuild +++ b/multimedia/aom/aom.SlackBuild @@ -2,7 +2,7 @@ # ---------------------------------------------------------------------- # Slackware build script for aom # -# Copyright (c) 2018-2020 Andrew Strong, Blue Mountains, Australia. +# Copyright (c) 2018-2021 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 @@ -25,10 +25,10 @@ PRGNAM=aom -# The 'official' archive for the aom 2.0.0 release has the git commit in +# The 'official' archive for the aom 2.0.1 release has the git commit in # the filename, so adjustments are required for a sane Slackware build: -VERSION=${VERSION:-2.0.0} -GITCOMMIT=${GITCOMMIT:-bb35ba9148543f22ba7d8642e4fbd29ae301f5dc} +VERSION=${VERSION:-2.0.1} +GITCOMMIT=${GITCOMMIT:-b52ee6d44adaef8a08f6984390de050d64df9faa} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -79,9 +79,8 @@ cd build # I don't build either the HTML or the Latex docs as IMHO at this stage # of aom development they are not terribly useful for non-developers. - # To enable these docs change '-DENABLE_DOCS:BOOL=OFF' below to 'ON' to - # build the docs and then uncomment the 'extra docs' section below to - # install them... + # To enable these docs change '-DENABLE_DOCS=0' below to '1' to build + # the docs and then uncomment the 'extra docs' section below to install them... cmake \ -G "Unix Makefiles" \ @@ -91,9 +90,10 @@ cd build -DCMAKE_INSTALL_LIBDIR=/lib${LIBDIRSUFFIX} \ -DCMAKE_INSTALL_INCLUDEDIR=/include \ -DCMAKE_BUILD_TYPE=Release \ - -DENABLE_NASM=ON \ - -DENABLE_DOCS=OFF \ - -DBUILD_SHARED_LIBS=ON \ + -DENABLE_NASM=1 \ + -DENABLE_DOCS=0 \ + -DBUILD_SHARED_LIBS=1 \ + -DENABLE_TESTS=0 \ ../ make -j1 make install DESTDIR=$PKG diff --git a/multimedia/aom/aom.info b/multimedia/aom/aom.info index 7cae618dfe..3537579242 100644 --- a/multimedia/aom/aom.info +++ b/multimedia/aom/aom.info @@ -1,8 +1,8 @@ PRGNAM="aom" -VERSION="2.0.0" +VERSION="2.0.1" HOMEPAGE="https://aomedia.googlesource.com/aom" -DOWNLOAD="http://www.andrews-corner.org/downloads/aom-bb35ba9148543f22ba7d8642e4fbd29ae301f5dc.tar.gz" -MD5SUM="ebca14bf0ef8843cf89fb8cbbab7b6ef" +DOWNLOAD="http://www.andrews-corner.org/downloads/aom-b52ee6d44adaef8a08f6984390de050d64df9faa.tar.gz" +MD5SUM="d37bf9cfe3353e661637c2b106ee1787" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |