Search Criteria
Package Details: daala-git 0.0.r1731.g694d4ce-1
Git Clone URL: | https://aur.archlinux.org/daala-git.git (read-only, click to copy) |
---|---|
Package Base: | daala-git |
Description: | next-next-gen video compression technology from Xiph.org, Mozilla and others |
Upstream URL: | https://www.xiph.org/daala/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | TrialnError |
Maintainer: | TrialnError |
Last Packager: | TrialnError |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2015-08-08 14:41 |
Last Updated: | 2020-08-07 21:07 |
Dependencies (12)
- check (check-git) (check)
- git (git-git) (make)
- libjpeg-turbo (mozjpeg-git, libjpeg-turbo-git, libjpeg-turbo-minimal-git, mozjpeg) (make)
- libogg (libogg-git) (make)
- libpng (libpng-git, libpng-apng, libpng-minimal-git) (make)
- sdl2 (sdl2-ime-support, sdl2-rbp-bin, sdl2-hidpi-hg, sdl2-rpi, sdl2-nox, sdl2-minimal-git, sdl2-minimal-x11-git, sdl2-git, sdl2-nox-git) (make)
- wxgtk2 (wxgtk2-dev, wxgtk2-light) (make)
- libjpeg-turbo (mozjpeg-git, libjpeg-turbo-git, libjpeg-turbo-minimal-git, mozjpeg) (optional) – JPG support
- libogg (libogg-git) (optional) – OGG support
- libpng (libpng-git, libpng-apng, libpng-minimal-git) (optional) – PNG support
- sdl2 (sdl2-ime-support, sdl2-rbp-bin, sdl2-hidpi-hg, sdl2-rpi, sdl2-nox, sdl2-minimal-git, sdl2-minimal-x11-git, sdl2-git, sdl2-nox-git) (optional) – For daala example player
- wxgtk2 (wxgtk2-dev, wxgtk2-light) (optional) – For daala example analyzer
Latest Comments
« First ‹ Previous 1 2
TrialnError commented on 2017-09-02 20:30
Thanks for the intel, Martchus. I will update the PKGBUILD
Edit: Regarding the test "src/tests/test_divu_small", it does take some time, but it will eventually finish
Martchus commented on 2017-09-01 21:55
The dependency `libogg` is missing leading to the following build error:
```
configure: error: Package requirements (ogg >= 1.3) were not met:
No package 'ogg' found
```
However, it seems that libogg and also libjpeg-turbo and libpng are not necessarily required at run-time. The the so libraries could be added to makedepends and optdepends.
I would also note that the tests didn't pass. At least I've got the impression it got stuck in some endless loop when executing them and hence I killed the process. But that is actually an upstream issue.