Richard Larkin
|
64bd692632
|
Flake8 CI fixes (#451)
* Pep8 fixes
* tox Pep8 compliance
* Excluded external tools folder from flake 8 tests
* Added Flake 8 exclusions
* Pep8 fixes
* Pep8 fixes
* Corrected type
* Pep8 fixes
* Pep 8 compliance
* Pep8 fixes
* Pep8 fixes
* Pep8 fixes
* Pep8 fixes
* Pep 8 fixes
* Pep 8 fixes
* Pep8 fixes
* Pep8 fixes
* Pep8 fixes
* Pep8
* Pep8
* Pep 8
* Pep 8
* Pep8 fixes
* Pep8
* Pep8
* Pep8
* Pep8 fixes
* Pep8 fixes
* Pep8 fixes
* Pep8 fixes
* Pep8 fixes
* Revert chagnes
* Revert changes to kivy/__init.py
* Revert changes
* REvert changes
* Revert changes
* Revert changes to toolchain
* Add files exclusions to tox.ini
* Added exclusions for alias recipes
* Remove dead code
* Added py extension to recipes
* Removed recipe build skip
* Improves recipe matching
Previous expression was matching all the following three lines of a `git diff --name-only` output.
```
recipes/hostlibffi/__init__.py
recipes/hostpython.py
recipes/hostpython2/__init__.py
```
This was resulting to a bug when later splitting with `recipe = file_path.split('/')[1]` the `recipes/hostpython.py` string would return including the `\n` new line char, see:
```
>>> 'recipes/hostpython.py\n'.split('/')[1]
'hostpython.py\n'
>>> 'recipes/hostlibffi/__init__.py\n'.split('/')[1]
'hostlibffi'
>>>
```
Co-authored-by: Andre Miras <AndreMiras@users.noreply.github.com>
|
2020-04-25 18:28:16 +02:00 |
|
Mirko
|
493e9c63af
|
Update ffmpeg and ffpyplayer recipes (#403)
|
2019-11-24 22:34:18 +01:00 |
|
Ryan Pessa
|
0239bde32d
|
add concurrent make, xcodebuild, gzip/bzip2
|
2017-05-01 23:12:46 -07:00 |
|
Ben Hagen
|
7aa1daa352
|
remove duplicate declaration of options
|
2015-10-21 15:02:42 +02:00 |
|
Mathieu Virbel
|
3f83bbffab
|
ffmpeg: activate openssl if compiled
|
2015-08-14 16:11:59 +02:00 |
|
Mathieu Virbel
|
7cb22bd0ec
|
recipes: add openssl optional recipe for ffmpeg and python
|
2015-08-14 12:18:15 +02:00 |
|
Mathieu Virbel
|
7bab19f837
|
fix ffmpeg compilation issue and reduce ffmpeg size by compiling just h264/aac like android
|
2015-08-14 02:32:10 +02:00 |
|
Mathieu Virbel
|
2c04994b71
|
Merge pull request #130 from cbenhagen/ffmpeg-fix
move LDFLAG -undefined dynamic_lookup to python recipe
|
2015-08-08 00:09:31 +02:00 |
|
Ben Hagen
|
83de01938a
|
update ffmpeg version to 2.6.3
|
2015-06-14 20:11:34 +02:00 |
|
Ben Hagen
|
e87cb0286f
|
compile ffmpeg with -j4 as the other recipes
maybe this could be set dynamically by the toolchain?
|
2015-04-28 18:41:47 +02:00 |
|
Ben Hagen
|
1258bf9791
|
bump version to 2.6.2
|
2015-04-28 18:41:47 +02:00 |
|
Ben Hagen
|
ddf50b38b5
|
move LDFLAG -undefined dynamic_lookup to python recipe
Fixes the compilation problems of ffmpeg and allows the removal of an
hotfix in the ffmpeg recipe.
|
2015-04-28 18:19:50 +02:00 |
|
Mathieu Virbel
|
3bf4339d12
|
ffmpeg: don't forget to install libavformat as well.
|
2015-02-22 18:57:04 +01:00 |
|
Mathieu Virbel
|
1039ed0650
|
ffmpeg/ffpyplayer: preliminary recipes for ffmpeg / ffpyplayer. untested on simulator/device yet, but it compiles.
|
2015-02-20 16:12:42 +01:00 |
|