Browse Source

Update hashes and versions for libvlc and ML

3.3.x
Nicolas Pomepuy 6 years ago
parent
commit
8caaa654aa
  1. 2
      buildsystem/compile-medialibrary.sh
  2. 2
      buildsystem/compile.sh
  3. 2
      libvlc/build.gradle
  4. 2
      medialibrary/build.gradle

2
buildsystem/compile-medialibrary.sh

@ -4,7 +4,7 @@
# ARGUMENTS #
#############
MEDIALIBRARY_HASH=2ac5161
MEDIALIBRARY_HASH=3745bf75
while [ $# -gt 0 ]; do
case $1 in

2
buildsystem/compile.sh

@ -269,7 +269,7 @@ fi
# Fetch VLC source #
####################
TESTED_HASH=5a9a71d
TESTED_HASH=17c2aa0
VLC_REPOSITORY=https://git.videolan.org/git/vlc/vlc-3.0.git
if [ ! -d "vlc" ]; then
diagnostic "VLC sources: not found, cloning"

2
libvlc/build.gradle

@ -4,7 +4,7 @@ apply plugin: 'com.github.dcendents.android-maven'
def abi = System.getenv('GRADLE_ABI')?.toLowerCase()
def vlcSrcDirs = System.getenv('GRADLE_VLC_SRC_DIRS')
ext {
library_version = '3.3.0-eap05'
library_version = '$rootProject.ext.libvlcVersion'
repoName = 'Android'
libraryName = 'LibVLC-Android'
lib_artifact = "libvlc-$abi"

2
medialibrary/build.gradle

@ -25,7 +25,7 @@ apply plugin: 'com.github.dcendents.android-maven'
def abi = System.getenv('GRADLE_ABI')?.toLowerCase()
ext {
library_version = '0.7.0-eap05'
library_version = '$rootProject.ext.medialibraryVersion'
repoName = 'Android'
libraryName = 'Medialibrary-Android'
lib_artifact = "medialibrary-$abi"

Loading…
Cancel
Save