Search Criteria
Package Details: aom-git r33631.g6b231dc136-1
Package Actions
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.022896 |
First Submitted: | 2018-01-14 07:21 (UTC) |
Last Updated: | 2021-09-28 20:12 (UTC) |
Dependencies (8)
- gcc-libs (fastgcc, gccrs-libs-git, gcc-libs-git)
- cmake (cmake-git) (make)
- doxygen (doxygen-git, doxygen-clang) (make)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
- graphviz (make)
- perl (perl-git) (make)
- yasm (yasm-git) (make)
- python (python38, python37, nogil-python, python39, python36, python32, python311) (check)
Required by (45)
- av1an-git (requires aom)
- avidemux-cli-git (requires aom) (make)
- avidemux-core-git (requires libaom.so)
- avidemux-core-git (requires aom) (make)
- avidemux-qt5-git (requires aom) (make)
- avidemux-qt6-git (requires aom) (make)
- cachy-browser (requires aom)
- cinelerra-gg (requires aom)
- cinelerra-gg-git (requires aom)
- emby-server-beta (requires aom)
- ffmpeg-amd-full (requires aom)
- ffmpeg-amd-full-git (requires aom)
- ffmpeg-compat-59 (requires aom)
- ffmpeg-cuda (requires aom)
- ffmpeg-decklink (requires aom)
- ffmpeg-full (requires aom)
- ffmpeg-full-git (requires aom)
- ffmpeg-git (requires aom)
- ffmpeg-headless (requires aom)
- ffmpeg-intel-full-git (requires aom)
Latest Comments
Chocobo1 commented on 2021-09-28 20:13 (UTC)
Done.
jholmer commented on 2021-09-28 17:35 (UTC)
Is it necessary to build the tests every time? The tests are taking up about 30% of the build time. Seems like this could be disabled.
nathanielcwm commented on 2020-11-01 08:38 (UTC) (edited on 2020-11-01 08:38 (UTC) by nathanielcwm)
Would it be possible to change it back so that it gives the version like in the program in the pkgver?
e.g something close to 2.0.0-968-g1ffff3acf6 instead of r31520.g1ffff3acf6
fuchs commented on 2019-12-16 10:32 (UTC)
Could you please update the pkgver. Building the package currently creates a pkgver according to the pattern 1.0.0.errata1.avif.r20.g961d13f1b1. AUR helpers treat that as an older version than the pkgver currently in the PKGBUILD. It's pretty annoying when I'm always shown an update.
Chocobo1 commented on 2018-12-12 04:56 (UTC)
Thank you, fixed.
tee commented on 2018-12-11 20:26 (UTC)
You need to add
-DCMAKE_INSTALL_LIBDIR=/lib
to the cmake command in build()tee commented on 2018-12-11 20:10 (UTC) (edited on 2018-12-11 20:10 (UTC) by tee)
The built package can't be installed
francoism90 commented on 2018-07-02 07:52 (UTC)
This should be merged with libaom-git, they are basically the same.
eschwartz commented on 2018-06-17 13:03 (UTC)
spider-mario: that's a namcap bug, since it does not have any code to handle the base group and more importantly, no one has ever been able to agree on whether to include base packages or not.
To put it another way... if you create a bug report saying that some package is missing a dependency on base packages, I'll close it with the rejection message "we've got no policy to add any such thing". OTOH we've got no rule that says you're forbidden to add it. It's a personal choice of the maintainer.
FWIW the canonical instructions for installing Arch Linux tell you to install the base group, and the makepkg article states that base-devel should not be listed as makedepends but states about base, that it is "assumed installed on all Arch systems", not "on any Arch system that is being used to run makepkg".
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:
Chocobo1 commented on 2018-05-13 14:57 (UTC)
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 inbase
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:
IncredibleLaser commented on 2017-06-16 06:25 (UTC)