Package Details: python-av 15.1.0-2

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: 7
Popularity: 0.23
First Submitted: 2019-07-04 11:24 (UTC)
Last Updated: 2025-09-01 18:27 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

peippo commented on 2025-09-08 12:56 (UTC)

@astromatto: i had written you an e-mail last week to discuss this further - possibly went to your spam folder?

astromatto commented on 2025-09-03 09:28 (UTC)

Hi @peippo, thanks for the answer, we are still using the package on aarch64 (as part of this project I mantain - https://github.com/devDucks/astroarch) this is used by tens of people for acquiring images with ccd cameras

I usually install on my aarch64 build machine and ship it from my repo so end users do not need to compile it by themselves. I am offering 15.0.1-2 at the moment, you may rely on my build box for aarch64 if you want.

This is the output from makepkg https://gist.github.com/MattBlack85/c9657c799d2ff0456a6d7ffea3e65e66

peippo commented on 2025-09-01 18:29 (UTC)

Be sure to delete any existing source file: rm ~/.cache/makepkg/src/python-av-15.1.0.tar.gz

peippo commented on 2025-09-01 18:26 (UTC)

@astromatto, sorry for not replying to your comment

hi peippo, could you add aarch64 to the archs? I am using this package on aarch64 since 3 years and it always compile just fine, thanks!

I don’t have the means of testing on aarch64, not sure whether it’s a good idea to have an untested package here

peippo commented on 2025-09-01 18:23 (UTC)

Thanks for noticing, upstream pushed another commit and changed the tag, it seems

lynn commented on 2025-09-01 12:26 (UTC)

I got an error about a b2sum mismatch in this package. Can you reproduce?

$ cat /home/lynn/.cache/yay/python-av/PKGBUILD | grep 'pkgver=\|b2sums='
pkgver=15.1.0
b2sums=("68bab969105f21290da2f76658c153b971e209148bf7673de149eb037ee65149d84c900e0af69af58d344575bd8a820f0bff5de7f84635309155f2e5cb146071")

$ curl -sL https://github.com/PyAV-Org/PyAV/archive/refs/tags/v15.1.0.tar.gz | b2sum
eb8fe7e2435a74b58403bd220629a4ab09563d9136b5c00363793ae788bb11410f88fded79d506cc33bfe76d99818c1a8ea6bba8691b8153adbc14694ed74729

astromatto commented on 2025-07-10 08:27 (UTC)

hi peippo, could you add aarch64 to the archs? I am using this package on aarch64 since 3 years and it always compile just fine, thanks!

peippo commented on 2025-05-10 17:45 (UTC)

Thanks for noticing!

egore911 commented on 2025-05-10 15:20 (UTC)

cython 3.1 was released and is in "extra", so the dependency on cython-git is no longer necessary

peippo commented on 2025-04-23 16:45 (UTC)

For the time being, python-av does not compile with cython. cython-git is a build-time dependency, you’re free to install cython alongside python-av.