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

kivy / python-for-android / 26266160232

22 May 2026 03:09AM UTC coverage: 60.161% (-2.5%) from 62.661%
26266160232

Pull #3302

github

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

1536 of 3179 branches covered (48.32%)

Branch coverage included in aggregate %.

7 of 10 new or added lines in 2 files covered. (70.0%)

2 existing lines in 2 files now uncovered.

5344 of 8257 relevant lines covered (64.72%)

0.65 hits per line

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

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

4

5
class PyAVRecipe(PyProjectRecipe):
1✔
6

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

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

21

22
recipe = PyAVRecipe()
1✔
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