2016-11-23 15:14:44 +01:00
|
|
|
AntiFeatures: []
|
2016-11-23 17:25:59 +01:00
|
|
|
ArchivePolicy: 9 versions
|
|
|
|
AuthorEmail: null
|
|
|
|
AuthorName: null
|
|
|
|
AutoName: VLC
|
|
|
|
AutoUpdateMode: None
|
2016-11-23 15:14:44 +01:00
|
|
|
Binaries: null
|
|
|
|
Bitcoin: null
|
|
|
|
Categories:
|
|
|
|
- Multimedia
|
|
|
|
Changelog: ''
|
2016-11-23 17:25:59 +01:00
|
|
|
CurrentVersion: 1.2.6
|
|
|
|
CurrentVersionCode: '1030005'
|
2016-11-23 15:14:44 +01:00
|
|
|
Description: 'Video and audio player that supports a wide range of formats,
|
|
|
|
|
|
|
|
for both local and remote playback.
|
|
|
|
|
|
|
|
|
|
|
|
[http://git.videolan.org/?p=vlc-ports/android.git;a=blob_plain;f=NEWS NEWS]
|
|
|
|
|
|
|
|
'
|
|
|
|
Disabled: null
|
|
|
|
Donate: http://www.videolan.org/contribute.html#money
|
|
|
|
FlattrID: null
|
2016-11-23 17:25:59 +01:00
|
|
|
IssueTracker: http://www.videolan.org/support/index.html#bugs
|
2016-11-23 15:14:44 +01:00
|
|
|
License: GPLv3
|
|
|
|
Litecoin: null
|
2016-11-23 17:25:59 +01:00
|
|
|
MaintainerNotes: 'Instructions and dependencies here: http://wiki.videolan.org/AndroidCompile
|
2016-11-23 15:14:44 +01:00
|
|
|
|
|
|
|
see http://buildbot.videolan.org/builders/ for version code scheme
|
|
|
|
|
|
|
|
The VLC srclib commit can be found out from TESTED_HASH value in compile.sh
|
|
|
|
|
|
|
|
|
|
|
|
On new releases remove the updatecheck and force the CV to the last working
|
|
|
|
|
|
|
|
build. This will make sure users don''t get notified about the update until
|
|
|
|
|
|
|
|
the final build from the BS has been reviewed and tested. Once done, undo
|
|
|
|
|
|
|
|
those changes.
|
|
|
|
|
|
|
|
'
|
|
|
|
Name: null
|
2016-11-23 17:25:59 +01:00
|
|
|
NoSourceSince: ''
|
2016-11-23 15:14:44 +01:00
|
|
|
Provides: null
|
|
|
|
Repo: git://git.videolan.org/vlc-ports/android.git
|
2016-11-23 17:25:59 +01:00
|
|
|
RepoType: git
|
|
|
|
RequiresRoot: false
|
|
|
|
SourceCode: http://git.videolan.org/?p=vlc-ports/android.git;a=summary
|
2016-11-23 15:14:44 +01:00
|
|
|
Summary: Media player
|
2016-11-23 17:25:59 +01:00
|
|
|
UpdateCheckData: null
|
|
|
|
UpdateCheckIgnore: null
|
|
|
|
UpdateCheckMode: Tags
|
|
|
|
UpdateCheckName: null
|
|
|
|
VercodeOperation: '%c + 5'
|
|
|
|
WebSite: http://www.videolan.org/vlc/download-android.html
|
2016-11-23 15:14:44 +01:00
|
|
|
added: null
|
|
|
|
builds:
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate:
|
|
|
|
- .
|
|
|
|
- ../java-libs/SlidingMenu
|
|
|
|
- ../java-libs/ActionBarSherlock
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ANDROID_ABI=armeabi-v7a ./compile.sh release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 0.0.11
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: true
|
|
|
|
forceversion: true
|
|
|
|
gradle: []
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: null
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i '48d' ../Makefile
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs: []
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '110'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 0.0.11-ARMv7
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate:
|
2016-11-23 15:14:44 +01:00
|
|
|
- .
|
|
|
|
- ../java-libs/SlidingMenu
|
|
|
|
- ../java-libs/ActionBarSherlock
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ANDROID_ABI=armeabi ./compile.sh release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 0.0.11
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: true
|
|
|
|
forceversion: true
|
|
|
|
gradle: []
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: null
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i '48d' ../Makefile
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs: []
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '111'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 0.0.11-ARM
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate:
|
2016-11-23 15:14:44 +01:00
|
|
|
- .
|
|
|
|
- ../java-libs/SlidingMenu
|
|
|
|
- ../java-libs/ActionBarSherlock
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ANDROID_ABI=x86 ./compile.sh release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: unknown - see disabled
|
|
|
|
disable: ffmpeg error 0.0.11
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: true
|
|
|
|
forceversion: true
|
|
|
|
gradle: []
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: null
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i '48d' ../Makefile
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs: []
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '112'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 0.0.11-x86
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate:
|
2016-11-23 15:14:44 +01:00
|
|
|
- .
|
|
|
|
- ../java-libs/SlidingMenu
|
|
|
|
- ../java-libs/ActionBarSherlock
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ANDROID_ABI=mips ./compile.sh release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 0.0.11
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: true
|
|
|
|
forceversion: true
|
|
|
|
gradle: []
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: null
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i '48d' ../Makefile
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs: []
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '113'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 0.0.11-mips
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ANDROID_ABI=mips ./compile.sh release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 0.1.3
|
|
|
|
disable: build failing (at 0.1.3)
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: true
|
|
|
|
forceversion: true
|
|
|
|
gradle: []
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: null
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch:
|
|
|
|
- ndkr9.patch
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i '/ant/d' ../Makefile && ln -s vlc-android/$$VLC$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC@7c52aacbe
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '1301'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 0.1.3-MIPS
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ANDROID_ABI=x86 ./compile.sh release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 0.1.3
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: true
|
|
|
|
forceversion: true
|
|
|
|
gradle: []
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: null
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch:
|
|
|
|
- ndkr9.patch
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i '/ant/d' ../Makefile && ln -s vlc-android/$$VLC$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC@7c52aacbe
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '1302'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 0.1.3-x86
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ANDROID_ABI=armeabi ./compile.sh release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 0.1.3
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: true
|
|
|
|
forceversion: true
|
|
|
|
gradle: []
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: null
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch:
|
|
|
|
- ndkr9.patch
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i '/ant/d' ../Makefile && ln -s vlc-android/$$VLC$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC@7c52aacbe
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '1303'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 0.1.3-ARM
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ANDROID_ABI=armeabi-v7a ./compile.sh release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 0.1.3
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: true
|
|
|
|
forceversion: true
|
|
|
|
gradle: []
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: null
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch:
|
|
|
|
- ndkr9.patch
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i '/ant/d' ../Makefile && ln -s vlc-android/$$VLC$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC@7c52aacbe
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '1304'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 0.1.3-ARMv7
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ANDROID_ABI=x86 ./compile.sh release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 0.9.0
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: true
|
|
|
|
forceversion: false
|
|
|
|
gradle: []
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: null
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i '/ant/d' ../Makefile && ln -s vlc-android/$$VLC$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC@31ffb20309264994
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '9002'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 0.9.0
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ANDROID_ABI=armeabi-v7a ./compile.sh release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 0.9.0
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: true
|
|
|
|
forceversion: false
|
|
|
|
gradle: []
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: null
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i '/ant/d' ../Makefile && ln -s vlc-android/$$VLC$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC@31ffb20309264994
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '9004'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 0.9.0
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ANDROID_ABI=x86 ./compile.sh release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 0.9.1
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: true
|
|
|
|
forceversion: false
|
|
|
|
gradle: []
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: null
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i '/ant/d' ../Makefile && ln -s vlc-android/$$VLC$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC@37e886d113b8b567c15208579fb2f
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '9102'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 0.9.1
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ANDROID_ABI=armeabi-v7a ./compile.sh release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 0.9.1
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: true
|
|
|
|
forceversion: false
|
|
|
|
gradle: []
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: null
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i '/ant/d' ../Makefile && ln -s vlc-android/$$VLC$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC@37e886d113b8b567c15208579fb2f
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '9104'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 0.9.1
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ANDROID_ABI=x86 ./compile.sh release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 0.9.5
|
|
|
|
disable: can't download gmp
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: true
|
|
|
|
forceversion: false
|
|
|
|
gradle: []
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: null
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i '/ant/d' ../Makefile && ln -s vlc-android/$$VLC$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC@052600173f376ff58ff04d53746961a2
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '9502'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 0.9.5
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ANDROID_ABI=armeabi-v7a ./compile.sh release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 0.9.5
|
|
|
|
disable: can't download gmp
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: true
|
|
|
|
forceversion: false
|
|
|
|
gradle: []
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: null
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i '/ant/d' ../Makefile && ln -s vlc-android/$$VLC$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC@052600173f376ff58ff04d53746961a2
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '9504'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 0.9.5
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ANDROID_ABI=x86 ./compile.sh release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 0.9.6
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: true
|
|
|
|
forceversion: false
|
|
|
|
gradle: []
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: null
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i '/ant/d' ../Makefile && ln -s vlc-android/$$VLC-2.2$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC-2.2@27f4799
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '9602'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 0.9.6
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ANDROID_ABI=armeabi-v7a ./compile.sh release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 0.9.6
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: true
|
|
|
|
forceversion: false
|
|
|
|
gradle: []
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: null
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i '/ant/d' ../Makefile && ln -s vlc-android/$$VLC-2.2$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC-2.2@27f4799
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '9604'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 0.9.6
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ANDROID_ABI=x86 ./compile.sh release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 0.9.7
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: true
|
|
|
|
forceversion: false
|
|
|
|
gradle: []
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: null
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i '/ant/d' ../Makefile && ln -s vlc-android/$$VLC-2.2$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC-2.2@9e1c6ff
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '9702'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 0.9.7
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ANDROID_ABI=armeabi-v7a ./compile.sh release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 0.9.7
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: true
|
|
|
|
forceversion: false
|
|
|
|
gradle: []
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: null
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i '/ant/d' ../Makefile && ln -s vlc-android/$$VLC-2.2$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC-2.2@9e1c6ff
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '9704'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 0.9.7
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ANDROID_ABI=mips ./compile.sh release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 0.9.7.1
|
|
|
|
disable: build fails
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: true
|
|
|
|
forceversion: false
|
|
|
|
gradle: []
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: null
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i '/ant/d' ../Makefile && ln -s vlc-android/$$VLC-2.2$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC-2.2@57cd36b
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '9711'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 0.9.7.1
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ANDROID_ABI=x86 ./compile.sh release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 0.9.7.1
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: true
|
|
|
|
forceversion: false
|
|
|
|
gradle: []
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: null
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i '/ant/d' ../Makefile && ln -s vlc-android/$$VLC-2.2$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC-2.2@57cd36b
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '9712'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 0.9.7.1
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ANDROID_ABI=armeabi-v7a ./compile.sh release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 0.9.7.1
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: true
|
|
|
|
forceversion: false
|
|
|
|
gradle: []
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: null
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i '/ant/d' ../Makefile && ln -s vlc-android/$$VLC-2.2$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC-2.2@57cd36b
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '9714'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 0.9.7.1
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ANDROID_ABI=x86 ./compile.sh release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 0.9.8
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: true
|
|
|
|
forceversion: false
|
|
|
|
gradle: []
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: null
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i '/ant/d' ../Makefile && ln -s vlc-android/$$VLC-2.2$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC-2.2@f2db364
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '9802'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 0.9.8
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ANDROID_ABI=armeabi ./compile.sh release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 0.9.8
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: true
|
|
|
|
forceversion: false
|
|
|
|
gradle: []
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: null
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i '/ant/d' ../Makefile && ln -s vlc-android/$$VLC-2.2$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC-2.2@f2db364
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '9803'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 0.9.8
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ANDROID_ABI=armeabi-v7a ./compile.sh release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 0.9.8
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: true
|
|
|
|
forceversion: false
|
|
|
|
gradle: []
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: null
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i '/ant/d' ../Makefile && ln -s vlc-android/$$VLC-2.2$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC-2.2@f2db364
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '9804'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 0.9.8
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ANDROID_ABI=x86 ./compile.sh release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 0.9.9
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: true
|
|
|
|
forceversion: false
|
|
|
|
gradle: []
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: null
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i '/ant/d' ../Makefile && ln -s vlc-android/$$VLC-2.2$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC-2.2@e731dc23a4f8ef6782c7cc2236bbbf41c034dad1
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '9902'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 0.9.9
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ANDROID_ABI=armeabi ./compile.sh release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 0.9.9
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: true
|
|
|
|
forceversion: false
|
|
|
|
gradle: []
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: null
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i '/ant/d' ../Makefile && ln -s vlc-android/$$VLC-2.2$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC-2.2@e731dc23a4f8ef6782c7cc2236bbbf41c034dad1
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '9903'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 0.9.9
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ANDROID_ABI=armeabi-v7a ./compile.sh release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 0.9.9
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: true
|
|
|
|
forceversion: false
|
|
|
|
gradle: []
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: null
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i '/ant/d' ../Makefile && ln -s vlc-android/$$VLC-2.2$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC-2.2@e731dc23a4f8ef6782c7cc2236bbbf41c034dad1
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '9904'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 0.9.9
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ANDROID_ABI=x86 ./compile.sh release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 0.9.10
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: true
|
|
|
|
forceversion: false
|
|
|
|
gradle: []
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: null
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i '/ant/d' ../Makefile && ln -s vlc-android/$$VLC-2.2$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC-2.2@e33e5de
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '10002'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 0.9.10
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ANDROID_ABI=armeabi ./compile.sh release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 0.9.10
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: true
|
|
|
|
forceversion: false
|
|
|
|
gradle: []
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: null
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i '/ant/d' ../Makefile && ln -s vlc-android/$$VLC-2.2$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC-2.2@e33e5de
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '10003'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 0.9.10
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ANDROID_ABI=armeabi-v7a ./compile.sh release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 0.9.10
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: true
|
|
|
|
forceversion: false
|
|
|
|
gradle: []
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: null
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i '/ant/d' ../Makefile && ln -s vlc-android/$$VLC-2.2$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC-2.2@e33e5de
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '10004'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 0.9.10
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ANDROID_ABI=x86 ./compile.sh release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 1.0.0
|
|
|
|
disable: doesn't build
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: true
|
|
|
|
forceversion: false
|
|
|
|
gradle: []
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: null
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i '/ant/d' ../Makefile && ln -s vlc-android/$$VLC-2.2$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC-2.2@036010e
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '10006'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 1.0.0
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ANDROID_ABI=armeabi ./compile.sh release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 1.0.0
|
|
|
|
disable: doesn't build
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: true
|
|
|
|
forceversion: false
|
|
|
|
gradle: []
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: null
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i '/ant/d' ../Makefile && ln -s vlc-android/$$VLC-2.2$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC-2.2@036010e
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '10007'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 1.0.0
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ANDROID_ABI=armeabi-v7a ./compile.sh release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 1.0.0
|
|
|
|
disable: doesn't build
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: true
|
|
|
|
forceversion: false
|
|
|
|
gradle: []
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: null
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i '/ant/d' ../Makefile && ln -s vlc-android/$$VLC-2.2$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC-2.2@036010e
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '10008'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 1.0.0
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ANDROID_ABI=x86 ./compile.sh release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 1.0.1
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: true
|
|
|
|
forceversion: false
|
|
|
|
gradle: []
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: null
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i '/ant/d' ../Makefile && ln -s vlc-android/$$VLC-2.2$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC-2.2@59409d5
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '10102'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 1.0.1
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ANDROID_ABI=armeabi ./compile.sh release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 1.0.1
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: true
|
|
|
|
forceversion: false
|
|
|
|
gradle: []
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: null
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i '/ant/d' ../Makefile && ln -s vlc-android/$$VLC-2.2$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC-2.2@59409d5
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '10103'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 1.0.1
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ANDROID_ABI=armeabi-v7a ./compile.sh release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 1.0.1
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: true
|
|
|
|
forceversion: false
|
|
|
|
gradle: []
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: null
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i '/ant/d' ../Makefile && ln -s vlc-android/$$VLC-2.2$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC-2.2@59409d5
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '10104'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 1.0.1
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ./compile.sh -a "armeabi" --release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 1.1.3
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: false
|
|
|
|
forceversion: false
|
|
|
|
gradle:
|
|
|
|
- VanillaARMv6fpu
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: r10d
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i -e '/^TARGET/aexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh
|
|
|
|
&& ln -s vlc-android/$$VLC$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC@a9b19e4
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '1010303'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 1.1.3
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ./compile.sh -a "armeabi-v7a" --release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 1.1.3
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: false
|
|
|
|
forceversion: false
|
|
|
|
gradle:
|
|
|
|
- VanillaARMv7
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: r10d
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i -e '/^TARGET/aexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh
|
|
|
|
&& ln -s vlc-android/$$VLC$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC@a9b19e4
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '1010304'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 1.1.3
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ./compile.sh -a "x86" --release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 1.1.3
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: false
|
|
|
|
forceversion: false
|
|
|
|
gradle:
|
|
|
|
- VanillaX86
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: r10d
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i -e '/^TARGET/aexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh
|
|
|
|
&& ln -s vlc-android/$$VLC$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC@a9b19e4
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '1010305'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 1.1.3
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ./compile.sh -a "armeabi" --release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 1.1.5
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: false
|
|
|
|
forceversion: false
|
|
|
|
gradle:
|
|
|
|
- VanillaARMv6fpu
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: r10d
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i -e '/^TARGET/aexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh
|
|
|
|
&& ln -s vlc-android/$$VLC$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC@e6b4585
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '1010503'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 1.1.5
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ./compile.sh -a "armeabi-v7a" --release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 1.1.5
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: false
|
|
|
|
forceversion: false
|
|
|
|
gradle:
|
|
|
|
- VanillaARMv7
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: r10d
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i -e '/^TARGET/aexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh
|
|
|
|
&& ln -s vlc-android/$$VLC$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC@e6b4585
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '1010504'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 1.1.5
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ./compile.sh -a "x86" --release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 1.1.5
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: false
|
|
|
|
forceversion: false
|
|
|
|
gradle:
|
|
|
|
- VanillaX86
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: r10d
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i -e '/^TARGET/aexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh
|
|
|
|
&& ln -s vlc-android/$$VLC$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC@e6b4585
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '1010505'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 1.1.5
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ./compile.sh -a "armeabi" --release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 1.1.6
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: false
|
|
|
|
forceversion: false
|
|
|
|
gradle:
|
|
|
|
- VanillaARMv6fpu
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: r10d
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i -e '/^TARGET/aexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh
|
|
|
|
&& ln -s vlc-android/$$VLC$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC@551b670
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '1010603'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 1.1.6
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ./compile.sh -a "armeabi-v7a" --release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 1.1.6
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: false
|
|
|
|
forceversion: false
|
|
|
|
gradle:
|
|
|
|
- VanillaARMv7
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: r10d
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i -e '/^TARGET/aexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh
|
|
|
|
&& ln -s vlc-android/$$VLC$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC@551b670
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '1010604'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 1.1.6
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ./compile.sh -a "x86" --release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 1.1.6
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: false
|
|
|
|
forceversion: false
|
|
|
|
gradle:
|
|
|
|
- VanillaX86
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: r10d
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i -e '/^TARGET/aexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh
|
|
|
|
&& ln -s vlc-android/$$VLC$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC@551b670
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '1010605'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 1.1.6
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ./compile.sh -a "armeabi" --release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 1.2.0
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: false
|
|
|
|
forceversion: false
|
|
|
|
gradle:
|
|
|
|
- VanillaARMv6fpu
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: r10d
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i -e '/^TARGET/aexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh
|
|
|
|
&& ln -s vlc-android/$$VLC$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC@23c8d86
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '1020003'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 1.2.0
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ./compile.sh -a "armeabi-v7a" --release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 1.2.0
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: false
|
|
|
|
forceversion: false
|
|
|
|
gradle:
|
|
|
|
- VanillaARMv7
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: r10d
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i -e '/^TARGET/aexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh
|
|
|
|
&& ln -s vlc-android/$$VLC$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC@23c8d86
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '1020004'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 1.2.0
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ./compile.sh -a "x86" --release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 1.2.0
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: false
|
|
|
|
forceversion: false
|
|
|
|
gradle:
|
|
|
|
- VanillaX86
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: r10d
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i -e '/^TARGET/aexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh
|
|
|
|
&& ln -s vlc-android/$$VLC$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC@23c8d86
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '1020005'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 1.2.0
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ./compile.sh -a "armeabi" --release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 1.2.1
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: false
|
|
|
|
forceversion: false
|
|
|
|
gradle:
|
|
|
|
- VanillaARMv6fpu
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: r10d
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i -e '/^TARGET/aexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh
|
|
|
|
&& ln -s vlc-android/$$VLC$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC@23c8d86
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '1020103'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 1.2.1
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ./compile.sh -a "armeabi-v7a" --release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 1.2.1
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: false
|
|
|
|
forceversion: false
|
|
|
|
gradle:
|
|
|
|
- VanillaARMv7
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: r10d
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i -e '/^TARGET/aexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh
|
|
|
|
&& ln -s vlc-android/$$VLC$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC@23c8d86
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '1020104'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 1.2.1
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ./compile.sh -a "x86" --release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 1.2.1
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: false
|
|
|
|
forceversion: false
|
|
|
|
gradle:
|
|
|
|
- VanillaX86
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: r10d
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i -e '/^TARGET/aexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh
|
|
|
|
&& ln -s vlc-android/$$VLC$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC@23c8d86
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '1020105'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 1.2.1
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ./compile.sh -a "armeabi" --release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 1.2.2
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: false
|
|
|
|
forceversion: false
|
|
|
|
gradle:
|
|
|
|
- VanillaARMv6fpu
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: r10d
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i -e '/^TARGET/aexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh
|
|
|
|
&& ln -s vlc-android/$$VLC$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC@7491a5f
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '1020203'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 1.2.2
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ./compile.sh -a "armeabi-v7a" --release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 1.2.2
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: false
|
|
|
|
forceversion: false
|
|
|
|
gradle:
|
|
|
|
- VanillaARMv7
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: r10d
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i -e '/^TARGET/aexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh
|
|
|
|
&& ln -s vlc-android/$$VLC$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC@7491a5f
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '1020204'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 1.2.2
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ./compile.sh -a "x86" --release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 1.2.2
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: false
|
|
|
|
forceversion: false
|
|
|
|
gradle:
|
|
|
|
- VanillaX86
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: r10d
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i -e '/^TARGET/aexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh
|
|
|
|
&& ln -s vlc-android/$$VLC$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC@7491a5f
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '1020205'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 1.2.2
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ./compile.sh -a "armeabi" --release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 1.2.3
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: false
|
|
|
|
forceversion: false
|
|
|
|
gradle:
|
|
|
|
- VanillaARMv6fpu
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: r10d
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i -e '/^TARGET/aexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh
|
|
|
|
&& ln -s vlc-android/$$VLC$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC@7491a5f
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '1020303'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 1.2.3
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ./compile.sh -a "armeabi-v7a" --release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 1.2.3
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: false
|
|
|
|
forceversion: false
|
|
|
|
gradle:
|
|
|
|
- VanillaARMv7
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: r10d
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i -e '/^TARGET/aexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh
|
|
|
|
&& ln -s vlc-android/$$VLC$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC@7491a5f
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '1020304'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 1.2.3
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ./compile.sh -a "x86" --release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 1.2.3
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: false
|
|
|
|
forceversion: false
|
|
|
|
gradle:
|
|
|
|
- VanillaX86
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: r10d
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i -e '/^TARGET/aexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh
|
|
|
|
&& ln -s vlc-android/$$VLC$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC@7491a5f
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '1020305'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 1.2.3
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ./compile.sh -a "armeabi" --release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 1.2.4
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: false
|
|
|
|
forceversion: false
|
|
|
|
gradle:
|
|
|
|
- VanillaARMv6fpu
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: r10d
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i -e '/^TARGET/aexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh
|
|
|
|
&& ln -s vlc-android/$$VLC$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC@7491a5f
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '1020403'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 1.2.4
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ./compile.sh -a "armeabi-v7a" --release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 1.2.4
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: false
|
|
|
|
forceversion: false
|
|
|
|
gradle:
|
|
|
|
- VanillaARMv7
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: r10d
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i -e '/^TARGET/aexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh
|
|
|
|
&& ln -s vlc-android/$$VLC$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC@7491a5f
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '1020404'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 1.2.4
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ./compile.sh -a "x86" --release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 1.2.4
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: false
|
|
|
|
forceversion: false
|
|
|
|
gradle:
|
|
|
|
- VanillaX86
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: r10d
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i -e '/^TARGET/aexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh
|
|
|
|
&& ln -s vlc-android/$$VLC$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC@7491a5f
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '1020405'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 1.2.4
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ./compile.sh -a "armeabi" --release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 1.2.5
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: false
|
|
|
|
forceversion: false
|
|
|
|
gradle:
|
|
|
|
- VanillaARMv6fpu
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: r10d
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i -e '/^TARGET/aexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh
|
|
|
|
&& ln -s vlc-android/$$VLC$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC@50accb8
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '1020503'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 1.2.5
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ./compile.sh -a "armeabi-v7a" --release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 1.2.5
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: false
|
|
|
|
forceversion: false
|
|
|
|
gradle:
|
|
|
|
- VanillaARMv7
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: r10d
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i -e '/^TARGET/aexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh
|
|
|
|
&& ln -s vlc-android/$$VLC$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC@50accb8
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '1020504'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 1.2.5
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ./compile.sh -a "x86" --release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 1.2.5
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: false
|
|
|
|
forceversion: false
|
|
|
|
gradle:
|
|
|
|
- VanillaX86
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: r10d
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i -e '/^TARGET/aexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh
|
|
|
|
&& ln -s vlc-android/$$VLC$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC@50accb8
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '1020505'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 1.2.5
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ./compile.sh -a "armeabi" --release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 1.2.6
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: false
|
|
|
|
forceversion: false
|
|
|
|
gradle:
|
|
|
|
- VanillaARMv6fpu
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: r10d
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i -e '/^TARGET/aexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh
|
|
|
|
&& ln -s vlc-android/$$VLC$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC@d59b81a
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '1030003'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 1.2.6
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ./compile.sh -a "armeabi-v7a" --release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 1.2.6
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: false
|
|
|
|
forceversion: false
|
|
|
|
gradle:
|
|
|
|
- VanillaARMv7
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: r10d
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i -e '/^TARGET/aexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh
|
|
|
|
&& ln -s vlc-android/$$VLC$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC@d59b81a
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '1030004'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 1.2.6
|
convert metadata.Build to a subclass of dict
Like with the App class in the commit before, this makes it a lot
easier to work with this data when converting between the internal
formats and external formats like YAML, JSON, MsgPack, protobuf, etc.
The one unfortunate thing here is Build.update. It becomes
dict.update(), which is a method not an attribute.
build.get('update') or build['update'] could be used, but that would
be oddly inconsistent. So instead the field is renamed to
'androidupdate', except for in the .txt v0 metadata files. This better
describes what field does anyway, since it runs `android update`.
Build.update is only referenced in two places right next to each other
for the ant builds, so this change still seems worthwhile.
2016-11-29 13:26:32 +01:00
|
|
|
- androidupdate: []
|
|
|
|
antcommands: []
|
2016-11-23 15:14:44 +01:00
|
|
|
build: cd ../ && ./compile.sh -a "x86" --release
|
2017-02-23 18:54:33 +01:00
|
|
|
buildjni: []
|
2016-11-23 15:14:44 +01:00
|
|
|
commit: 1.2.6
|
|
|
|
disable: false
|
|
|
|
encoding: null
|
|
|
|
extlibs: []
|
|
|
|
forcevercode: false
|
|
|
|
forceversion: false
|
|
|
|
gradle:
|
|
|
|
- VanillaX86
|
|
|
|
gradleprops: []
|
|
|
|
init: ''
|
|
|
|
kivy: false
|
|
|
|
maven: false
|
|
|
|
ndk: r10d
|
|
|
|
novcheck: false
|
|
|
|
oldsdkloc: false
|
|
|
|
output: null
|
|
|
|
patch: []
|
|
|
|
preassemble: []
|
|
|
|
prebuild: sed -i -e '/^TARGET/aexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh
|
|
|
|
&& ln -s vlc-android/$$VLC$$ ../vlc
|
|
|
|
rm: []
|
|
|
|
scandelete: []
|
|
|
|
scanignore: []
|
|
|
|
srclibs:
|
|
|
|
- VLC@d59b81a
|
|
|
|
subdir: vlc-android
|
|
|
|
submodules: false
|
|
|
|
target: null
|
2017-02-23 22:25:33 +01:00
|
|
|
versionCode: '1030005'
|
2016-11-23 17:52:04 +01:00
|
|
|
versionName: 1.2.6
|
2016-11-23 15:14:44 +01:00
|
|
|
comments: {}
|
|
|
|
id: org.videolan.vlc
|
2016-11-28 21:17:22 +01:00
|
|
|
lastUpdated: null
|
2016-11-23 15:14:44 +01:00
|
|
|
metadatapath: metadata/org.videolan.vlc.yml
|