Search Criteria
Package Details: python-av 13.1.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-av.git (read-only, click to copy) |
---|---|
Package Base: | python-av |
Description: | Pythonic bindings for FFmpeg |
Upstream URL: | https://pyav.basswood-io.com |
Licenses: | BSD-3-Clause |
Submitter: | peippo |
Maintainer: | peippo |
Last Packager: | peippo |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2019-07-04 11:24 (UTC) |
Last Updated: | 2024-10-07 11:19 (UTC) |
Dependencies (15)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR)
- python-pillow (python-pillow-gitAUR)
- cython (cython-gitAUR, cython0AUR) (make)
- pkgconf (pkgconf-gitAUR) (make)
- python-google-api-core (make)
- python-setuptools (make)
- python-wheel (make)
- autopep8 (check)
- flake8 (check)
- python-editorconfig (check)
- python-isort (check)
- python-pytest (check)
- python-sphinx (python-sphinx-gitAUR) (check)
Required by (9)
- auto-editor
- hydrus-video-deduplicator-git
- python-aiortc
- python-blobfile-git (optional)
- python-colour-science (check)
- python-faster-whisper
- python-imageio (optional)
- python-mmaction2 (optional)
- python-scenedetect-git (optional)
Latest Comments
1 2 3 Next › Last »
peippo commented on 2024-11-11 21:13 (UTC)
Please update to the current version of ffmpeg, then it should build
carlosal1015 commented on 2024-11-11 18:23 (UTC)
yu17 commented on 2023-11-16 22:17 (UTC)
While ffmpeg4.4 was removed from the dependencies,
export PKG_CONFIG_PATH="/usr/lib/ffmpeg4.4/pkgconfig"
was still there! Please remove that, too.That said, it seems that this package currently only build with ffmpeg 6.0. So building with
ffmpeg-full
as well as any other git version won't work either.oysstu commented on 2023-11-08 10:10 (UTC)
Ah, brainfart. Saw the pinned comment and didn't check the dependency list. Great =)
peippo commented on 2023-11-08 10:08 (UTC) (edited on 2023-11-08 10:09 (UTC) by peippo)
@oysstu: indeed, also this PKGBUILD stopped using ffmpeg5, I’ll remove the cython0 still
oysstu commented on 2023-11-08 09:59 (UTC) (edited on 2023-11-08 10:03 (UTC) by oysstu)
Upstream issue for ffmpeg 6.0 seems to be resolved with v11.0.0. It also seems like it now builds with Cython 3, so the cython0 legacy package can be dropped.
peippo commented on 2023-03-18 17:53 (UTC)
Thanks for reporting this here and upstream, @Cebtenzzre! I’ll modify the PKGBUILD to build against fmpeg4.4, again
Cebtenzzre commented on 2023-03-17 20:43 (UTC)
This does not build against latest FFmpeg (6.0) - upstream issue here. Still builds fine against ffmpeg4.4.
peippo commented on 2022-03-13 11:05 (UTC)
@plater: thanks! Added it in 9.0.1-1, now builds in chroots.
piater commented on 2022-03-12 08:59 (UTC)
This fails to build if ffmpeg is not installed, e.g. when building in a clean chroot. The fix is to add
export PKG_CONFIG_PATH=/usr/lib/ffmpeg4.4/pkgconfig
tobuild() {}
.1 2 3 Next › Last »