• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kivy / python-for-android / 24508276402

16 Apr 2026 11:41AM UTC coverage: 63.373% (-0.009%) from 63.382%
24508276402

Pull #3302

github

T-Dynamos
`pyav`: update to `17.0.0`
Pull Request #3302: `pyav`: update to `17.0.0`

1821 of 3143 branches covered (57.94%)

Branch coverage included in aggregate %.

5 of 8 new or added lines in 1 file covered. (62.5%)

1 existing line in 1 file now uncovered.

5318 of 8122 relevant lines covered (65.48%)

5.22 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

66.67
/pythonforandroid/recipes/av/__init__.py
1
from pythonforandroid.toolchain import Recipe
8✔
2
from pythonforandroid.recipe import PyProjectRecipe
8✔
3

4

5
class PyAVRecipe(PyProjectRecipe):
8✔
6

7
    name = "av"
8✔
8
    version = "17.0.0"
8✔
9
    url = "https://github.com/PyAV-Org/PyAV/archive/v{version}.zip"
8✔
10
    depends = ["python3", "ffmpeg", "av_codecs", "openssl"]
8✔
11
    hostpython_prerequisites = ["cython>=3.1.0"]
8✔
12

13
    def get_recipe_env(self, arch, with_flags_in_cc=True):
8✔
14
        env = super().get_recipe_env(arch)
×
NEW
15
        build_dir = Recipe.get_recipe("ffmpeg", self.ctx).get_build_dir(arch.arch)
×
NEW
16
        env["CFLAGS"] += f" -I{build_dir}"
×
NEW
17
        self.extra_build_args += ["--config-setting=--ffmpeg-dir={}".format(build_dir)]
×
UNCOV
18
        return env
×
19

20

21
recipe = PyAVRecipe()
8✔
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc