Skip to content

Commit

Permalink
python-av: update deps, build with ffmpeg4.4
Browse files Browse the repository at this point in the history
see also upstream issue PyAV-Org/PyAV#817
  • Loading branch information
hubutui committed Mar 8, 2022
1 parent 7583e18 commit 26af8e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion archlinuxcn/python-av/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ makedepends=(
python-setuptools
)
depends=(
ffmpeg
ffmpeg4.4
python-numpy
python-pillow
)
Expand All @@ -23,6 +23,8 @@ sha512sums=('6bde39ab63baee8b4939dcc792c8bae39b9c1283121a26677b60b8184743a221d9e

build() {
cd "${_pkgname}-${pkgver}"
# https://github.com/PyAV-Org/PyAV/issues/817
PKG_CONFIG_PATH=/usr/lib/ffmpeg4.4/pkgconfig
python setup.py build
}

Expand Down
2 changes: 2 additions & 0 deletions archlinuxcn/python-av/lilac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ update_on:
- source: github
github: PyAV-Org/PyAV
use_max_tag: true
- source: manual
manual: 1
- alias: python
# vim:set ts=2 sw=2 et:

0 comments on commit 26af8e4

Please sign in to comment.