[Android] Update hashes and versions for libvlc and ML

Nicolas Pomepuy git at videolan.org
Thu Apr 16 10:53:12 CEST 2020


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Apr 16 10:27:07 2020 +0200| [8caaa654aa18e48115b43bac4086b2569d145805] | committer: Nicolas Pomepuy

Update hashes and versions for libvlc and ML

> https://code.videolan.org/videolan/vlc-android/commit/8caaa654aa18e48115b43bac4086b2569d145805
---

 buildsystem/compile-medialibrary.sh | 2 +-
 buildsystem/compile.sh              | 2 +-
 libvlc/build.gradle                 | 2 +-
 medialibrary/build.gradle           | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/buildsystem/compile-medialibrary.sh b/buildsystem/compile-medialibrary.sh
index ed59cb6a4..0c85a30b7 100755
--- a/buildsystem/compile-medialibrary.sh
+++ b/buildsystem/compile-medialibrary.sh
@@ -4,7 +4,7 @@
 # ARGUMENTS #
 #############
 
-MEDIALIBRARY_HASH=2ac5161
+MEDIALIBRARY_HASH=3745bf75
 
 while [ $# -gt 0 ]; do
     case $1 in
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index 2860595ed..6e3a9e32b 100755
--- a/buildsystem/compile.sh
+++ b/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"
diff --git a/libvlc/build.gradle b/libvlc/build.gradle
index d5eeddf01..6a0452eb2 100644
--- a/libvlc/build.gradle
+++ b/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"
diff --git a/medialibrary/build.gradle b/medialibrary/build.gradle
index 032cda0bd..351811e8d 100644
--- a/medialibrary/build.gradle
+++ b/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"



More information about the Android mailing list