Package Details: aom-git 3.6.1.r733.g233000f66e9-1

Git Clone URL: https://aur.archlinux.org/aom-git.git (read-only, click to copy)
Package Base: aom-git
Description: An open, royalty-free video coding format designed for video transmissions over the Internet
Upstream URL: https://aomedia.org/
Licenses: BSD, custom:PATENTS
Conflicts: aom
Provides: aom, libaom.so
Submitter: Chocobo1
Maintainer: Chocobo1
Last Packager: Chocobo1
Votes: 10
Popularity: 0.000000
First Submitted: 2018-01-14 07:21 (UTC)
Last Updated: 2023-06-13 19:03 (UTC)

Dependencies (8)

Required by (68)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

spider-mario commented on 2018-05-29 21:55 (UTC)

Actually, libaom-git also contains the executable, just like libwebp or libvpx.

dreieck commented on 2018-05-15 13:01 (UTC)

Fails to build for me:

[...]
Scanning dependencies of target aom_av1_decoder
[ 47%] Building C object CMakeFiles/aom_av1_decoder.dir/av1/av1_dx_iface.c.o
[ 48%] Building C object CMakeFiles/aom_av1_decoder.dir/av1/decoder/decodeframe.c.o
[ 48%] Building C object CMakeFiles/aom_av1_decoder.dir/av1/decoder/decodemv.c.o
[ 48%] Building C object CMakeFiles/aom_av1_decoder.dir/av1/decoder/decoder.c.o
[ 48%] Building C object CMakeFiles/aom_av1_decoder.dir/av1/decoder/detokenize.c.o
[ 49%] Building C object CMakeFiles/aom_av1_decoder.dir/av1/decoder/dthread.c.o
[ 49%] Building C object CMakeFiles/aom_av1_decoder.dir/av1/decoder/obu.c.o
/var/tmp/yaourt-tmp-felics/aur-libaom-git/src/aom/av1/decoder/obu.c: In function ‘read_sequence_header_obu’:
/var/tmp/yaourt-tmp-felics/aur-libaom-git/src/aom/av1/decoder/obu.c:188:37: error: ‘AV1_COMMON’ {aka ‘struct AV1Common’} has no member named ‘enhancement_layers_cnt’
       operating_point >= pbi->common.enhancement_layers_cnt)
                                     ^
make[2]: *** [CMakeFiles/aom_av1_decoder.dir/build.make:141: CMakeFiles/aom_av1_decoder.dir/av1/decoder/obu.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1559: CMakeFiles/aom_av1_decoder.dir/all] Error 2
make: *** [Makefile:130: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

Chocobo1 commented on 2018-05-13 14:57 (UTC)

What does this package bring over the existing libaom-git?

I suppose the name libaom-git is more like a library targeting developers, while this one provide the codec executable (and the library too).

spider-mario commented on 2018-05-13 14:49 (UTC) (edited on 2018-05-13 14:52 (UTC) by spider-mario)

@IncredibleLaser: the wiki only mentions that packages in the AUR can assume that base{,-devel} are installed when building packages. That does not imply that the resulting packages (which could be installed by others) can omit packages in base in their runtime dependencies (and indeed, repo packages don’t, and namcap complains if you do).

spider-mario commented on 2018-05-13 14:46 (UTC)

What does this package bring over the existing libaom-git?

DetMittens commented on 2018-05-08 14:09 (UTC)

Thanks for spotting that, I've fixed it with the latest update.

DrZaius commented on 2018-05-07 22:15 (UTC)

-DCONIFG_SHARED=1 looks like a typo for -DCONFIG_SHARED=1.

Nothing4You commented on 2018-04-17 05:46 (UTC) (edited on 2018-04-17 05:47 (UTC) by Nothing4You)

Please fix the dependencies:

Checking C compiler flag support for: -D_FILE_OFFSET_BITS=64
-- Performing Test C_FLAG_SUPPORTED
-- Performing Test C_FLAG_SUPPORTED - Success
Checking C++ compiler flag support for: -D_FILE_OFFSET_BITS=64
-- Performing Test CXX_FLAG_SUPPORTED
-- Performing Test CXX_FLAG_SUPPORTED - Success
-- Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE)
-- Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE)
CMake Error at test/test.cmake:307 (message):
  --- Unit tests require Python, rerun cmake with -DCONFIG_UNIT_TESTS=0 to
  avoid this error, or install Python and make sure it's in your PATH.
Call Stack (most recent call first):
  CMakeLists.txt:82 (include)


-- Configuring incomplete, errors occurred!
See also "/build/aom-git/src/aom/_build/CMakeFiles/CMakeOutput.log".
See also "/build/aom-git/src/aom/_build/CMakeFiles/CMakeError.log".
==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Build failed, check /var/lib/aurbuild/x86_64/$USER/build

IncredibleLaser commented on 2017-06-16 06:25 (UTC)

No need to include gcc-libs and glibc as dependencies, they belong to the base group.